kubernetes-client-core-0.1.0.1: Auto-generated kubernetes-client-core API Client

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.Core

Contents

Description

 
Synopsis

KubernetesClientConfig

data KubernetesClientConfig Source #

 

Constructors

KubernetesClientConfig 

Fields

newConfig :: IO KubernetesClientConfig Source #

constructs a default KubernetesClientConfig

configHost:

http://localhost

configUserAgent:

"kubernetes-client-core/0.1.0.0"

addAuthMethod :: AuthMethod auth => KubernetesClientConfig -> auth -> KubernetesClientConfig Source #

updates config use AuthMethod on matching requests

withStdoutLogging :: KubernetesClientConfig -> IO KubernetesClientConfig Source #

updates the config to use stdout logging

withStderrLogging :: KubernetesClientConfig -> IO KubernetesClientConfig Source #

updates the config to use stderr logging

withNoLogging :: KubernetesClientConfig -> KubernetesClientConfig Source #

updates the config to disable logging

KubernetesRequest

data KubernetesRequest req contentType res accept Source #

Represents a request.

Type Variables:

  • req - request operation
  • contentType - MimeType associated with request body
  • res - response model
  • accept - MimeType associated with response body

Constructors

KubernetesRequest 

Fields

Instances
Show (KubernetesRequest req contentType res accept) Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

showsPrec :: Int -> KubernetesRequest req contentType res accept -> ShowS #

show :: KubernetesRequest req contentType res accept -> String #

showList :: [KubernetesRequest req contentType res accept] -> ShowS #

rMethodL :: Lens_' (KubernetesRequest req contentType res accept) Method Source #

rMethod Lens

rUrlPathL :: Lens_' (KubernetesRequest req contentType res accept) [ByteString] Source #

rParamsL :: Lens_' (KubernetesRequest req contentType res accept) Params Source #

rParams Lens

rAuthTypesL :: Lens_' (KubernetesRequest req contentType res accept) [TypeRep] Source #

rParams Lens

HasBodyParam

class HasBodyParam req param where Source #

Designates the body parameter of a request

Minimal complete definition

Nothing

Methods

setBodyParam :: forall contentType res accept. (Consumes req contentType, MimeRender contentType param) => KubernetesRequest req contentType res accept -> param -> KubernetesRequest req contentType res accept Source #

Instances
HasBodyParam ReplaceVolumeAttachment V1beta1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam ReplaceStorageClass V1beta1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam ReplaceCSINode V1beta1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes ReplaceCSINode contentType, MimeRender contentType V1beta1CSINode) => KubernetesRequest ReplaceCSINode contentType res accept -> V1beta1CSINode -> KubernetesRequest ReplaceCSINode contentType res accept Source #

HasBodyParam ReplaceCSIDriver V1beta1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes ReplaceCSIDriver contentType, MimeRender contentType V1beta1CSIDriver) => KubernetesRequest ReplaceCSIDriver contentType res accept -> V1beta1CSIDriver -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

HasBodyParam PatchVolumeAttachment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes PatchVolumeAttachment contentType, MimeRender contentType Body) => KubernetesRequest PatchVolumeAttachment contentType res accept -> Body -> KubernetesRequest PatchVolumeAttachment contentType res accept Source #

HasBodyParam PatchStorageClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes PatchStorageClass contentType, MimeRender contentType Body) => KubernetesRequest PatchStorageClass contentType res accept -> Body -> KubernetesRequest PatchStorageClass contentType res accept Source #

HasBodyParam PatchCSINode Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes PatchCSINode contentType, MimeRender contentType Body) => KubernetesRequest PatchCSINode contentType res accept -> Body -> KubernetesRequest PatchCSINode contentType res accept Source #

HasBodyParam PatchCSIDriver Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes PatchCSIDriver contentType, MimeRender contentType Body) => KubernetesRequest PatchCSIDriver contentType res accept -> Body -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasBodyParam DeleteVolumeAttachment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam DeleteStorageClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam DeleteCSINode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes DeleteCSINode contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCSINode contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasBodyParam DeleteCSIDriver V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes DeleteCSIDriver contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCSIDriver contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCSIDriver contentType res accept Source #

HasBodyParam CreateVolumeAttachment V1beta1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam CreateStorageClass V1beta1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam CreateCSINode V1beta1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes CreateCSINode contentType, MimeRender contentType V1beta1CSINode) => KubernetesRequest CreateCSINode contentType res accept -> V1beta1CSINode -> KubernetesRequest CreateCSINode contentType res accept Source #

HasBodyParam CreateCSIDriver V1beta1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

setBodyParam :: (Consumes CreateCSIDriver contentType, MimeRender contentType V1beta1CSIDriver) => KubernetesRequest CreateCSIDriver contentType res accept -> V1beta1CSIDriver -> KubernetesRequest CreateCSIDriver contentType res accept Source #

HasBodyParam ReplaceVolumeAttachment V1alpha1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam PatchVolumeAttachment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

Methods

setBodyParam :: (Consumes PatchVolumeAttachment contentType, MimeRender contentType Body) => KubernetesRequest PatchVolumeAttachment contentType res accept -> Body -> KubernetesRequest PatchVolumeAttachment contentType res accept Source #

HasBodyParam DeleteVolumeAttachment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam CreateVolumeAttachment V1alpha1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam ReplaceVolumeAttachmentStatus V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam ReplaceVolumeAttachment V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam ReplaceStorageClass V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam PatchVolumeAttachmentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

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 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 DeleteVolumeAttachment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteStorageClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam CreateVolumeAttachment V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

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 ReplaceNamespacedPodPreset V1alpha1PodPreset Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasBodyParam PatchNamespacedPodPreset Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

Methods

setBodyParam :: (Consumes PatchNamespacedPodPreset contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedPodPreset contentType res accept -> Body -> KubernetesRequest PatchNamespacedPodPreset contentType res accept Source #

HasBodyParam DeleteNamespacedPodPreset V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasBodyParam CreateNamespacedPodPreset V1alpha1PodPreset Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasBodyParam ReplacePriorityClass V1beta1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasBodyParam PatchPriorityClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

Methods

setBodyParam :: (Consumes PatchPriorityClass contentType, MimeRender contentType Body) => KubernetesRequest PatchPriorityClass contentType res accept -> Body -> KubernetesRequest PatchPriorityClass contentType res accept Source #

HasBodyParam DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasBodyParam CreatePriorityClass V1beta1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasBodyParam ReplacePriorityClass V1alpha1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasBodyParam PatchPriorityClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

Methods

setBodyParam :: (Consumes PatchPriorityClass contentType, MimeRender contentType Body) => KubernetesRequest PatchPriorityClass contentType res accept -> Body -> KubernetesRequest PatchPriorityClass contentType res accept Source #

HasBodyParam DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasBodyParam CreatePriorityClass V1alpha1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasBodyParam ReplacePriorityClass V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

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 DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam CreatePriorityClass V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam ReplaceNamespacedRoleBinding V1beta1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam ReplaceNamespacedRole V1beta1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam ReplaceClusterRoleBinding V1beta1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam ReplaceClusterRole V1beta1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam PatchNamespacedRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam PatchNamespacedRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedRole contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedRole contentType res accept -> Body -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasBodyParam PatchClusterRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

Methods

setBodyParam :: (Consumes PatchClusterRoleBinding contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRoleBinding contentType res accept -> Body -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source #

HasBodyParam PatchClusterRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

Methods

setBodyParam :: (Consumes PatchClusterRole contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRole contentType res accept -> Body -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasBodyParam DeleteNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam DeleteClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam DeleteClusterRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

Methods

setBodyParam :: (Consumes DeleteClusterRole contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteClusterRole contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasBodyParam CreateNamespacedRoleBinding V1beta1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam CreateNamespacedRole V1beta1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

Methods

setBodyParam :: (Consumes CreateNamespacedRole contentType, MimeRender contentType V1beta1Role) => KubernetesRequest CreateNamespacedRole contentType res accept -> V1beta1Role -> KubernetesRequest CreateNamespacedRole contentType res accept Source #

HasBodyParam CreateClusterRoleBinding V1beta1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam CreateClusterRole V1beta1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam ReplaceNamespacedRoleBinding V1alpha1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam ReplaceNamespacedRole V1alpha1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam ReplaceClusterRoleBinding V1alpha1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam ReplaceClusterRole V1alpha1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam PatchNamespacedRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam PatchNamespacedRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

Methods

setBodyParam :: (Consumes PatchNamespacedRole contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedRole contentType res accept -> Body -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasBodyParam PatchClusterRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

Methods

setBodyParam :: (Consumes PatchClusterRoleBinding contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRoleBinding contentType res accept -> Body -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source #

HasBodyParam PatchClusterRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

Methods

setBodyParam :: (Consumes PatchClusterRole contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRole contentType res accept -> Body -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasBodyParam DeleteNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteClusterRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

Methods

setBodyParam :: (Consumes DeleteClusterRole contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteClusterRole contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasBodyParam CreateNamespacedRoleBinding V1alpha1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateNamespacedRole V1alpha1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateClusterRoleBinding V1alpha1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateClusterRole V1alpha1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam ReplaceNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 #

HasBodyParam ReplaceClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 #

HasBodyParam PatchNamespacedRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 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 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 DeleteNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 CreateNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 CreateClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 ReplacePodSecurityPolicy PolicyV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam ReplaceNamespacedPodDisruptionBudgetStatus V1beta1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam ReplaceNamespacedPodDisruptionBudget V1beta1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam PatchPodSecurityPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

Methods

setBodyParam :: (Consumes PatchPodSecurityPolicy contentType, MimeRender contentType Body) => KubernetesRequest PatchPodSecurityPolicy contentType res accept -> Body -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source #

HasBodyParam PatchNamespacedPodDisruptionBudgetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam PatchNamespacedPodDisruptionBudget Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam DeletePodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam DeleteNamespacedPodDisruptionBudget V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam CreatePodSecurityPolicy PolicyV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam CreateNamespacedPodDisruptionBudget V1beta1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam ReplaceRuntimeClass V1beta1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasBodyParam PatchRuntimeClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

Methods

setBodyParam :: (Consumes PatchRuntimeClass contentType, MimeRender contentType Body) => KubernetesRequest PatchRuntimeClass contentType res accept -> Body -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

HasBodyParam DeleteRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasBodyParam CreateRuntimeClass V1beta1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasBodyParam ReplaceRuntimeClass V1alpha1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasBodyParam PatchRuntimeClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

Methods

setBodyParam :: (Consumes PatchRuntimeClass contentType, MimeRender contentType Body) => KubernetesRequest PatchRuntimeClass contentType res accept -> Body -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

HasBodyParam DeleteRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasBodyParam CreateRuntimeClass V1alpha1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasBodyParam ReplaceNamespacedIngressStatus NetworkingV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam ReplaceNamespacedIngress NetworkingV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam PatchNamespacedIngressStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam PatchNamespacedIngress Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedIngress contentType res accept -> Body -> KubernetesRequest PatchNamespacedIngress contentType res accept Source #

HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam CreateNamespacedIngress NetworkingV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam ReplaceNamespacedNetworkPolicy V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam PatchNamespacedNetworkPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam CreateNamespacedNetworkPolicy V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam ReplacePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicationControllerDummyScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSetStatus V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSetScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedIngressStatus ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedIngress ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDeploymentStatus ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDeploymentScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDaemonSetStatus V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDaemonSet V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchPodSecurityPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

setBodyParam :: (Consumes PatchPodSecurityPolicy contentType, MimeRender contentType Body) => KubernetesRequest PatchPodSecurityPolicy contentType res accept -> Body -> KubernetesRequest PatchPodSecurityPolicy contentType res accept Source #

HasBodyParam PatchNamespacedReplicationControllerDummyScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicaSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicaSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicaSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedReplicaSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source #

HasBodyParam PatchNamespacedNetworkPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedIngressStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedIngress Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedIngress contentType res accept -> Body -> KubernetesRequest PatchNamespacedIngress contentType res accept Source #

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedDeployment contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDeployment contentType res accept -> Body -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source #

HasBodyParam PatchNamespacedDaemonSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedDaemonSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedDaemonSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source #

HasBodyParam DeletePodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreatePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedIngress ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedDeploymentRollback ExtensionsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedDaemonSet V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedEvent V1beta1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasBodyParam PatchNamespacedEvent Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedEvent contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedEvent contentType res accept -> Body -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasBodyParam CreateNamespacedEvent V1beta1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasBodyParam ReplaceNamespacedCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceNamespacedCustomObjectScale 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 ReplaceClusterCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceClusterCustomObjectScale 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 PatchNamespacedCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchNamespacedCustomObjectScale 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 PatchClusterCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchClusterCustomObjectScale Body Source # 
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 DeleteNamespacedCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteClusterCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam CreateNamespacedCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to create.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

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 ReplacePersistentVolumeStatus V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplacePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 #

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 ReplaceNamespacedServiceStatus V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedSecret V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedResourceQuotaStatus V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedReplicationControllerStatus V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedReplicationControllerScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPodStatus V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 ReplaceNamespacedPersistentVolumeClaimStatus V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedEvent V1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedEvent contentType, MimeRender contentType V1Event) => KubernetesRequest ReplaceNamespacedEvent contentType res accept -> V1Event -> KubernetesRequest ReplaceNamespacedEvent contentType res accept Source #

HasBodyParam ReplaceNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespaceStatus V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespaceFinalize V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 PatchPersistentVolumeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 PatchNamespacedServiceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedServiceAccount Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 PatchNamespacedResourceQuotaStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedResourceQuota Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedReplicationControllerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedReplicationControllerScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedReplicationController Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedPodTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 PatchNamespacedPersistentVolumeClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedPersistentVolumeClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 DeletePersistentVolume 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 DeleteNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedConfigMap 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 CreatePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 CreateNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 CreateNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedPodEviction V1beta1Eviction Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedPodBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 CreateNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedEvent V1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes CreateNamespacedEvent contentType, MimeRender contentType V1Event) => KubernetesRequest CreateNamespacedEvent contentType res accept -> V1Event -> KubernetesRequest CreateNamespacedEvent contentType res accept Source #

HasBodyParam CreateNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 ReplaceNamespacedLease V1beta1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasBodyParam PatchNamespacedLease Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedLease contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedLease contentType res accept -> Body -> KubernetesRequest PatchNamespacedLease contentType res accept Source #

HasBodyParam DeleteNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasBodyParam CreateNamespacedLease V1beta1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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 #

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 DeleteNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

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 ReplaceCertificateSigningRequestStatus V1beta1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam ReplaceCertificateSigningRequestApproval V1beta1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam ReplaceCertificateSigningRequest V1beta1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam PatchCertificateSigningRequestStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam PatchCertificateSigningRequest Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam DeleteCertificateSigningRequest V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam CreateCertificateSigningRequest V1beta1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam ReplaceNamespacedCronJobStatus V2alpha1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam ReplaceNamespacedCronJob V2alpha1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam PatchNamespacedCronJobStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam PatchNamespacedCronJob Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

Methods

setBodyParam :: (Consumes PatchNamespacedCronJob contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedCronJob contentType res accept -> Body -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source #

HasBodyParam DeleteNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam CreateNamespacedCronJob V2alpha1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam ReplaceNamespacedCronJobStatus V1beta1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam ReplaceNamespacedCronJob V1beta1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam PatchNamespacedCronJobStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam PatchNamespacedCronJob Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedCronJob contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedCronJob contentType res accept -> Body -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source #

HasBodyParam DeleteNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam CreateNamespacedCronJob V1beta1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam ReplaceNamespacedJobStatus V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

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 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 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 DeleteNamespacedJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

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 ReplaceNamespacedHorizontalPodAutoscalerStatus V2beta2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam ReplaceNamespacedHorizontalPodAutoscaler V2beta2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam PatchNamespacedHorizontalPodAutoscalerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam PatchNamespacedHorizontalPodAutoscaler Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam CreateNamespacedHorizontalPodAutoscaler V2beta2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam ReplaceNamespacedHorizontalPodAutoscalerStatus V2beta1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam ReplaceNamespacedHorizontalPodAutoscaler V2beta1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam PatchNamespacedHorizontalPodAutoscalerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam PatchNamespacedHorizontalPodAutoscaler Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam CreateNamespacedHorizontalPodAutoscaler V2beta1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam ReplaceNamespacedHorizontalPodAutoscalerStatus V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam ReplaceNamespacedHorizontalPodAutoscaler V1HorizontalPodAutoscaler 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.AutoscalingV1

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam CreateNamespacedHorizontalPodAutoscaler V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam CreateSubjectAccessReview V1beta1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

HasBodyParam CreateSelfSubjectRulesReview V1beta1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

HasBodyParam CreateSelfSubjectAccessReview V1beta1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

HasBodyParam CreateNamespacedLocalSubjectAccessReview V1beta1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

HasBodyParam CreateSubjectAccessReview V1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasBodyParam CreateSelfSubjectRulesReview V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasBodyParam CreateSelfSubjectAccessReview V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasBodyParam CreateNamespacedLocalSubjectAccessReview V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasBodyParam CreateTokenReview V1beta1TokenReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

HasBodyParam CreateTokenReview V1TokenReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Methods

setBodyParam :: (Consumes CreateTokenReview contentType, MimeRender contentType V1TokenReview) => KubernetesRequest CreateTokenReview contentType res accept -> V1TokenReview -> KubernetesRequest CreateTokenReview contentType res accept Source #

HasBodyParam ReplaceAuditSink V1alpha1AuditSink Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

setBodyParam :: (Consumes ReplaceAuditSink contentType, MimeRender contentType V1alpha1AuditSink) => KubernetesRequest ReplaceAuditSink contentType res accept -> V1alpha1AuditSink -> KubernetesRequest ReplaceAuditSink contentType res accept Source #

HasBodyParam PatchAuditSink Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

setBodyParam :: (Consumes PatchAuditSink contentType, MimeRender contentType Body) => KubernetesRequest PatchAuditSink contentType res accept -> Body -> KubernetesRequest PatchAuditSink contentType res accept Source #

HasBodyParam DeleteAuditSink V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

setBodyParam :: (Consumes DeleteAuditSink contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteAuditSink contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteAuditSink contentType res accept Source #

HasBodyParam CreateAuditSink V1alpha1AuditSink Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

setBodyParam :: (Consumes CreateAuditSink contentType, MimeRender contentType V1alpha1AuditSink) => KubernetesRequest CreateAuditSink contentType res accept -> V1alpha1AuditSink -> KubernetesRequest CreateAuditSink contentType res accept Source #

HasBodyParam ReplaceNamespacedStatefulSetStatus V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSetScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSet V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSetStatus V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSetScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSet V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeploymentStatus V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeploymentScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeployment V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDaemonSetStatus V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDaemonSet V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedControllerRevision V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedStatefulSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedStatefulSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedStatefulSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedReplicaSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedReplicaSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedReplicaSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Methods

setBodyParam :: (Consumes PatchNamespacedReplicaSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source #

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Methods

setBodyParam :: (Consumes PatchNamespacedDeployment contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDeployment contentType res accept -> Body -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source #

HasBodyParam PatchNamespacedDaemonSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDaemonSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Methods

setBodyParam :: (Consumes PatchNamespacedDaemonSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source #

HasBodyParam PatchNamespacedControllerRevision Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedStatefulSet V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedReplicaSet V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedDeployment V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedDaemonSet V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedControllerRevision V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSetStatus V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSetScale AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSet V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedDeploymentStatus AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedDeploymentScale AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedDeployment AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedControllerRevision V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam PatchNamespacedStatefulSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam PatchNamespacedStatefulSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam PatchNamespacedStatefulSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Methods

setBodyParam :: (Consumes PatchNamespacedDeployment contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDeployment contentType res accept -> Body -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source #

HasBodyParam PatchNamespacedControllerRevision Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam DeleteNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam DeleteNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedStatefulSet V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedDeploymentRollback AppsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedDeployment AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedControllerRevision V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSetStatus V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedStatefulSetScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedStatefulSet V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSetStatus V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSetScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSet V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeploymentStatus V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeploymentScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeployment V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDaemonSetStatus V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDaemonSet V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedControllerRevision V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedStatefulSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedStatefulSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedStatefulSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedReplicaSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedReplicaSetScale 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 PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedDeploymentScale 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 PatchNamespacedDaemonSetStatus 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 PatchNamespacedControllerRevision Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedStatefulSet V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedReplicaSet V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedDeployment V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedDaemonSet V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedControllerRevision V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceAPIServiceStatus V1beta1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

HasBodyParam ReplaceAPIService V1beta1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

HasBodyParam PatchAPIServiceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

Methods

setBodyParam :: (Consumes PatchAPIServiceStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchAPIServiceStatus contentType res accept -> Body -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source #

HasBodyParam PatchAPIService Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

Methods

setBodyParam :: (Consumes PatchAPIService contentType, MimeRender contentType Body) => KubernetesRequest PatchAPIService contentType res accept -> Body -> KubernetesRequest PatchAPIService contentType res accept Source #

HasBodyParam DeleteAPIService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

Methods

setBodyParam :: (Consumes DeleteAPIService contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteAPIService contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteAPIService contentType res accept Source #

HasBodyParam CreateAPIService V1beta1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

Methods

setBodyParam :: (Consumes CreateAPIService contentType, MimeRender contentType V1beta1APIService) => KubernetesRequest CreateAPIService contentType res accept -> V1beta1APIService -> KubernetesRequest CreateAPIService contentType res accept Source #

HasBodyParam ReplaceAPIServiceStatus V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

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 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 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 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 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 ReplaceCustomResourceDefinitionStatus V1beta1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam ReplaceCustomResourceDefinition V1beta1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam PatchCustomResourceDefinitionStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam PatchCustomResourceDefinition Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam DeleteCustomResourceDefinition V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam CreateCustomResourceDefinition V1beta1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam ReplaceValidatingWebhookConfiguration V1beta1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam ReplaceMutatingWebhookConfiguration V1beta1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam PatchValidatingWebhookConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam PatchMutatingWebhookConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteValidatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteMutatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam CreateValidatingWebhookConfiguration V1beta1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam CreateMutatingWebhookConfiguration V1beta1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam

class HasOptionalParam req param where Source #

Designates the optional parameters of a request

Minimal complete definition

applyOptionalParam | (-&-)

Methods

applyOptionalParam :: KubernetesRequest req contentType res accept -> param -> KubernetesRequest req contentType res accept Source #

Apply an optional parameter to a request

(-&-) :: KubernetesRequest req contentType res accept -> param -> KubernetesRequest req contentType res accept infixl 2 Source #

infix operator / alias for addOptionalParam

Instances
HasOptionalParam ReplaceVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam ReplaceStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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.StorageV1beta1

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 ReplaceCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 ReplaceCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 ReadVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReadVolumeAttachment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReadVolumeAttachment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadVolumeAttachment contentType res accept -> Exact -> KubernetesRequest ReadVolumeAttachment contentType res accept Source #

(-&-) :: KubernetesRequest ReadVolumeAttachment contentType res accept -> Exact -> KubernetesRequest ReadVolumeAttachment contentType res accept Source #

HasOptionalParam ReadStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 ReadStorageClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadStorageClass contentType res accept -> Export -> KubernetesRequest ReadStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadStorageClass contentType res accept -> Export -> KubernetesRequest ReadStorageClass contentType res accept Source #

HasOptionalParam ReadStorageClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadStorageClass contentType res accept -> Exact -> KubernetesRequest ReadStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadStorageClass contentType res accept -> Exact -> KubernetesRequest ReadStorageClass contentType res accept Source #

HasOptionalParam ReadCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 ReadCSINode Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadCSINode contentType res accept -> Export -> KubernetesRequest ReadCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReadCSINode contentType res accept -> Export -> KubernetesRequest ReadCSINode contentType res accept Source #

HasOptionalParam ReadCSINode Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadCSINode contentType res accept -> Exact -> KubernetesRequest ReadCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReadCSINode contentType res accept -> Exact -> KubernetesRequest ReadCSINode contentType res accept Source #

HasOptionalParam ReadCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 ReadCSIDriver Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadCSIDriver contentType res accept -> Export -> KubernetesRequest ReadCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ReadCSIDriver contentType res accept -> Export -> KubernetesRequest ReadCSIDriver contentType res accept Source #

HasOptionalParam ReadCSIDriver Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadCSIDriver contentType res accept -> Exact -> KubernetesRequest ReadCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ReadCSIDriver contentType res accept -> Exact -> KubernetesRequest ReadCSIDriver contentType res accept Source #

HasOptionalParam PatchVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam PatchStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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.StorageV1beta1

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 PatchCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 PatchCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

HasOptionalParam ListVolumeAttachment 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.StorageV1beta1

HasOptionalParam ListVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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 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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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 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.StorageV1beta1

HasOptionalParam ListStorageClass 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.StorageV1beta1

HasOptionalParam ListStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 ListCSINode 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.StorageV1beta1

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 ListCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 ListCSIDriver 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.StorageV1beta1

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 ListCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

HasOptionalParam DeleteVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam DeleteStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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 DeleteCollectionVolumeAttachment 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 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.StorageV1beta1

HasOptionalParam DeleteCollectionVolumeAttachment 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.StorageV1beta1

HasOptionalParam DeleteCollectionVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam DeleteCollectionStorageClass 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 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.StorageV1beta1

HasOptionalParam DeleteCollectionStorageClass 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.StorageV1beta1

HasOptionalParam DeleteCollectionStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode 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 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.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode 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.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver 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 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.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver 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.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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 DeleteCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

HasOptionalParam DeleteCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

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 CreateVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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.StorageV1beta1

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.StorageV1beta1

HasOptionalParam CreateStorageClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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.StorageV1beta1

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 CreateCSINode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 CreateCSIDriver Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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.StorageV1beta1

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 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.StorageV1beta1

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 ReplaceVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

HasOptionalParam ReadVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReadVolumeAttachment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReadVolumeAttachment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadVolumeAttachment contentType res accept -> Exact -> KubernetesRequest ReadVolumeAttachment contentType res accept Source #

(-&-) :: KubernetesRequest ReadVolumeAttachment contentType res accept -> Exact -> KubernetesRequest ReadVolumeAttachment contentType res accept Source #

HasOptionalParam PatchVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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 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.StorageV1alpha1

HasOptionalParam ListVolumeAttachment 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.StorageV1alpha1

HasOptionalParam ListVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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.StorageV1alpha1

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 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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

HasOptionalParam DeleteVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttachment 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 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.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttachment 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.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

HasOptionalParam CreateVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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.StorageV1alpha1

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.StorageV1alpha1

HasOptionalParam ReplaceVolumeAttachmentStatus Pretty Source #

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

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 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 ReplaceVolumeAttachment Pretty Source #

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

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 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 ReplaceStorageClass Pretty Source #

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

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 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 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 ReadVolumeAttachmentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReadVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReadVolumeAttachment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReadVolumeAttachment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReadVolumeAttachment contentType res accept -> Exact -> KubernetesRequest ReadVolumeAttachment contentType res accept Source #

(-&-) :: KubernetesRequest ReadVolumeAttachment contentType res accept -> Exact -> KubernetesRequest ReadVolumeAttachment contentType res accept Source #

HasOptionalParam ReadStorageClass Pretty Source #

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

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 ReadStorageClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReadStorageClass contentType res accept -> Export -> KubernetesRequest ReadStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadStorageClass contentType res accept -> Export -> KubernetesRequest ReadStorageClass contentType res accept Source #

HasOptionalParam ReadStorageClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReadStorageClass contentType res accept -> Exact -> KubernetesRequest ReadStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadStorageClass contentType res accept -> Exact -> KubernetesRequest ReadStorageClass contentType res accept Source #

HasOptionalParam PatchVolumeAttachmentStatus Pretty Source #

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

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 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 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 PatchVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

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 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 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 PatchStorageClass Pretty Source #

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

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 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 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 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 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 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 ListVolumeAttachment 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.StorageV1

HasOptionalParam ListVolumeAttachment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

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 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 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 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 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 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 ListStorageClass 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.StorageV1

HasOptionalParam ListStorageClass Pretty Source #

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

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 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 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 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 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 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 DeleteVolumeAttachment Pretty Source #

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

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 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 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 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 DeleteStorageClass Pretty Source #

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

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 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 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 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 DeleteCollectionVolumeAttachment 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 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 DeleteCollectionVolumeAttachment 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.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment Pretty Source #

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

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 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 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 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 DeleteCollectionStorageClass 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 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 DeleteCollectionStorageClass 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.StorageV1

HasOptionalParam DeleteCollectionStorageClass Pretty Source #

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

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 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 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 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 CreateVolumeAttachment Pretty Source #

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

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 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 CreateStorageClass Pretty Source #

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

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 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 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 ReplaceNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ReplaceNamespacedPodPreset FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.SettingsV1alpha1

HasOptionalParam ReplaceNamespacedPodPreset DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ReadNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ReadNamespacedPodPreset Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ReadNamespacedPodPreset Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam PatchNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam PatchNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam PatchNamespacedPodPreset FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.SettingsV1alpha1

HasOptionalParam PatchNamespacedPodPreset DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListPodPresetForAllNamespaces 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam DeleteNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteNamespacedPodPreset DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam DeleteCollectionNamespacedPodPreset 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.SettingsV1alpha1

HasOptionalParam CreateNamespacedPodPreset Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam CreateNamespacedPodPreset FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.SettingsV1alpha1

HasOptionalParam CreateNamespacedPodPreset DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ReplacePriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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.SchedulingV1beta1

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.SchedulingV1beta1

HasOptionalParam ReadPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 ReadPriorityClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Export -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Export -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam ReadPriorityClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Exact -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Exact -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam PatchPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 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.SchedulingV1beta1

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 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.SchedulingV1beta1

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.SchedulingV1beta1

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 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.SchedulingV1beta1

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 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.SchedulingV1beta1

HasOptionalParam ListPriorityClass 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.SchedulingV1beta1

HasOptionalParam ListPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 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.SchedulingV1beta1

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 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.SchedulingV1beta1

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.SchedulingV1beta1

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.SchedulingV1beta1

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 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.SchedulingV1beta1

HasOptionalParam DeletePriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 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.SchedulingV1beta1

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.SchedulingV1beta1

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.SchedulingV1beta1

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 DeleteCollectionPriorityClass 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.SchedulingV1beta1

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.SchedulingV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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.SchedulingV1beta1

HasOptionalParam DeleteCollectionPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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.SchedulingV1beta1

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.SchedulingV1beta1

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.SchedulingV1beta1

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.SchedulingV1beta1

HasOptionalParam CreatePriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 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.SchedulingV1beta1

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.SchedulingV1beta1

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 ReplacePriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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.SchedulingV1alpha1

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.SchedulingV1alpha1

HasOptionalParam ReadPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 ReadPriorityClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Export -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Export -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam ReadPriorityClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Exact -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Exact -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam PatchPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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 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.SchedulingV1alpha1

HasOptionalParam ListPriorityClass 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.SchedulingV1alpha1

HasOptionalParam ListPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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.SchedulingV1alpha1

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.SchedulingV1alpha1

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 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.SchedulingV1alpha1

HasOptionalParam DeletePriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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.SchedulingV1alpha1

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.SchedulingV1alpha1

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 DeleteCollectionPriorityClass 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.SchedulingV1alpha1

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.SchedulingV1alpha1

HasOptionalParam DeleteCollectionPriorityClass 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.SchedulingV1alpha1

HasOptionalParam DeleteCollectionPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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.SchedulingV1alpha1

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.SchedulingV1alpha1

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.SchedulingV1alpha1

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.SchedulingV1alpha1

HasOptionalParam CreatePriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 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.SchedulingV1alpha1

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.SchedulingV1alpha1

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 ReplacePriorityClass Pretty Source #

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

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 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 ReadPriorityClass Pretty Source #

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

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 ReadPriorityClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Export -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Export -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam ReadPriorityClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Exact -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Exact -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam PatchPriorityClass Pretty Source #

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

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 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 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 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 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 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 ListPriorityClass 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.SchedulingV1

HasOptionalParam ListPriorityClass Pretty Source #

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

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 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 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 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 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 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 DeletePriorityClass Pretty Source #

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

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 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 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 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 DeleteCollectionPriorityClass 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

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 DeleteCollectionPriorityClass 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.SchedulingV1

HasOptionalParam DeleteCollectionPriorityClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

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 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 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 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 CreatePriorityClass Pretty Source #

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

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 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 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 ReplaceNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ReplaceNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ReplaceClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ReplaceClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 ReadNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ReadNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 ReadClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ReadClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 PatchNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam PatchNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 PatchClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam PatchClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ListRoleForAllNamespaces 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.RbacAuthorizationV1beta1

HasOptionalParam ListRoleForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ListRoleBindingForAllNamespaces 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.RbacAuthorizationV1beta1

HasOptionalParam ListRoleBindingForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ListNamespacedRoleBinding 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.RbacAuthorizationV1beta1

HasOptionalParam ListNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

HasOptionalParam ListNamespacedRole 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.RbacAuthorizationV1beta1

HasOptionalParam ListNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam ListClusterRoleBinding 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.RbacAuthorizationV1beta1

HasOptionalParam ListClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 ListClusterRole 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.RbacAuthorizationV1beta1

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 ListClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

HasOptionalParam DeleteNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRole 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRole 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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole 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.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam DeleteClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 CreateNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam CreateNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam CreateClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

HasOptionalParam CreateClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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 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.RbacAuthorizationV1beta1

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.RbacAuthorizationV1beta1

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 ReplaceNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ReplaceNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ReplaceClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ReplaceClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 ReadNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ReadNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 ReadClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ReadClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 PatchNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam PatchNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 PatchClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam PatchClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ListRoleForAllNamespaces 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.RbacAuthorizationV1alpha1

HasOptionalParam ListRoleForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ListRoleBindingForAllNamespaces 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.RbacAuthorizationV1alpha1

HasOptionalParam ListRoleBindingForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ListNamespacedRoleBinding 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.RbacAuthorizationV1alpha1

HasOptionalParam ListNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

HasOptionalParam ListNamespacedRole 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.RbacAuthorizationV1alpha1

HasOptionalParam ListNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam ListClusterRoleBinding 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.RbacAuthorizationV1alpha1

HasOptionalParam ListClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 ListClusterRole 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.RbacAuthorizationV1alpha1

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 ListClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRole 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRole 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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole 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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam DeleteClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 CreateNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam CreateNamespacedRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam CreateClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

HasOptionalParam CreateClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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 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.RbacAuthorizationV1alpha1

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.RbacAuthorizationV1alpha1

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 ReplaceNamespacedRoleBinding Pretty Source #

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

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 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 ReplaceNamespacedRole Pretty Source #

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

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 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 ReplaceClusterRoleBinding Pretty Source #

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

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 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 ReplaceClusterRole Pretty Source #

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

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 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 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 ReadNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadNamespacedRole Pretty Source #

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

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 ReadClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadClusterRole Pretty Source #

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

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 PatchNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 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 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 PatchNamespacedRole Pretty Source #

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

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 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 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 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 PatchClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 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 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 PatchClusterRole Pretty Source #

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

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 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 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 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 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 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 ListRoleForAllNamespaces 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.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListRoleBindingForAllNamespaces 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.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListNamespacedRoleBinding 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.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 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 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 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 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 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 ListNamespacedRole 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.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole Pretty Source #

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

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 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 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 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 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 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 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 ListClusterRoleBinding 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.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 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 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 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 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 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 ListClusterRole 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.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 ListClusterRole Pretty Source #

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

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 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 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 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 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 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 DeleteNamespacedRoleBinding Pretty Source #

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

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 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 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 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 DeleteNamespacedRole Pretty Source #

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

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 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 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 DeleteCollectionNamespacedRoleBinding 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 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 DeleteCollectionNamespacedRoleBinding 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.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedRole 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 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 DeleteCollectionNamespacedRole 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.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole Pretty Source #

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

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 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 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 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 DeleteCollectionClusterRoleBinding 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 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 DeleteCollectionClusterRoleBinding 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.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Pretty Source #

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

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 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 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 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 DeleteCollectionClusterRole 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 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 DeleteCollectionClusterRole 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.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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 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 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 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 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 DeleteClusterRoleBinding Pretty Source #

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

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 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 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 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 DeleteClusterRole Pretty Source #

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

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 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 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 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 CreateNamespacedRoleBinding Pretty Source #

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

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 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 CreateNamespacedRole Pretty Source #

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

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 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 CreateClusterRoleBinding Pretty Source #

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

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 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 CreateClusterRole Pretty Source #

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

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 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 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 ReplacePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReplacePodSecurityPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.PolicyV1beta1

HasOptionalParam ReplacePodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam ReplaceNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam ReadPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReadPodSecurityPolicy Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReadPodSecurityPolicy Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReadNamespacedPodDisruptionBudgetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReadNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReadNamespacedPodDisruptionBudget Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ReadNamespacedPodDisruptionBudget Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam PatchPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam PatchPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam PatchPodSecurityPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.PolicyV1beta1

HasOptionalParam PatchPodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam PatchNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam ListPodSecurityPolicy 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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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.PolicyV1beta1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam ListNamespacedPodDisruptionBudget 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.PolicyV1beta1

HasOptionalParam ListNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeletePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeletePodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam DeleteNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.PolicyV1beta1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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.PolicyV1beta1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam CreatePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam CreatePodSecurityPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.PolicyV1beta1

HasOptionalParam CreatePodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam CreateNamespacedPodDisruptionBudget Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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.PolicyV1beta1

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.PolicyV1beta1

HasOptionalParam ReplaceRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 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.NodeV1beta1

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.NodeV1beta1

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 ReadRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 ReadRuntimeClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadRuntimeClass contentType res accept -> Export -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadRuntimeClass contentType res accept -> Export -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

HasOptionalParam ReadRuntimeClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadRuntimeClass contentType res accept -> Exact -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadRuntimeClass contentType res accept -> Exact -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

HasOptionalParam PatchRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 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.NodeV1beta1

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 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.NodeV1beta1

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.NodeV1beta1

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 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.NodeV1beta1

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 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.NodeV1beta1

HasOptionalParam ListRuntimeClass 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.NodeV1beta1

HasOptionalParam ListRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 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.NodeV1beta1

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 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.NodeV1beta1

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 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.NodeV1beta1

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 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.NodeV1beta1

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 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.NodeV1beta1

HasOptionalParam DeleteRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 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.NodeV1beta1

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.NodeV1beta1

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.NodeV1beta1

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 DeleteCollectionRuntimeClass 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.NodeV1beta1

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.NodeV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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.NodeV1beta1

HasOptionalParam DeleteCollectionRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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.NodeV1beta1

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.NodeV1beta1

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.NodeV1beta1

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.NodeV1beta1

HasOptionalParam CreateRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 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.NodeV1beta1

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.NodeV1beta1

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 ReplaceRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 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.NodeV1alpha1

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.NodeV1alpha1

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 ReadRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 ReadRuntimeClass Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadRuntimeClass contentType res accept -> Export -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadRuntimeClass contentType res accept -> Export -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

HasOptionalParam ReadRuntimeClass Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadRuntimeClass contentType res accept -> Exact -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadRuntimeClass contentType res accept -> Exact -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

HasOptionalParam PatchRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 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.NodeV1alpha1

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 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.NodeV1alpha1

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.NodeV1alpha1

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 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.NodeV1alpha1

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 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.NodeV1alpha1

HasOptionalParam ListRuntimeClass 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.NodeV1alpha1

HasOptionalParam ListRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 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.NodeV1alpha1

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 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.NodeV1alpha1

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 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.NodeV1alpha1

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 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.NodeV1alpha1

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 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.NodeV1alpha1

HasOptionalParam DeleteRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 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.NodeV1alpha1

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.NodeV1alpha1

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.NodeV1alpha1

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 DeleteCollectionRuntimeClass 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.NodeV1alpha1

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.NodeV1alpha1

HasOptionalParam DeleteCollectionRuntimeClass 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.NodeV1alpha1

HasOptionalParam DeleteCollectionRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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.NodeV1alpha1

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.NodeV1alpha1

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.NodeV1alpha1

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.NodeV1alpha1

HasOptionalParam CreateRuntimeClass Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 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.NodeV1alpha1

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.NodeV1alpha1

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 ReplaceNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ReplaceNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ReadNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ReadNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ReadNamespacedIngress Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ReadNamespacedIngress Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam PatchNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam PatchNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ListNamespacedIngress Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ListNamespacedIngress ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ListIngressForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ListIngressForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListIngressForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam DeleteNamespacedIngress PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 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 DeleteNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam CreateNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.NetworkingV1beta1

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.NetworkingV1beta1

HasOptionalParam ReplaceNamespacedNetworkPolicy Pretty Source #

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

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 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 ReadNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReadNamespacedNetworkPolicy Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReadNamespacedNetworkPolicy Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy Pretty Source #

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

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 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 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 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 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 ListNetworkPolicyForAllNamespaces 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.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListNamespacedNetworkPolicy 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.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy Pretty Source #

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

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 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 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 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 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 DeleteNamespacedNetworkPolicy Pretty Source #

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

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 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 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 DeleteCollectionNamespacedNetworkPolicy 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 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 DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty Source #

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

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 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 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 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 CreateNamespacedNetworkPolicy Pretty Source #

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

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 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 ReplacePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplacePodSecurityPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.ExtensionsV1beta1

HasOptionalParam ReplacePodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReadPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadPodSecurityPolicy Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadPodSecurityPolicy Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicationControllerDummyScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedNetworkPolicy Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedNetworkPolicy Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngress Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngress Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDeployment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDeployment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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.ExtensionsV1beta1

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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

HasOptionalParam ReadNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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 ReadNamespacedEvent Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

Methods

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

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

HasOptionalParam ReadNamespacedEvent Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

Methods

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

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

HasOptionalParam PatchNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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.EventsV1beta1

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 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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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 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.EventsV1beta1

HasOptionalParam ListNamespacedEvent 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.EventsV1beta1

HasOptionalParam ListNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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 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.EventsV1beta1

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 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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

HasOptionalParam ListEventForAllNamespaces 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.EventsV1beta1

HasOptionalParam ListEventForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

HasOptionalParam DeleteNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

HasOptionalParam DeleteCollectionNamespacedEvent 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.EventsV1beta1

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.EventsV1beta1

HasOptionalParam DeleteCollectionNamespacedEvent 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.EventsV1beta1

HasOptionalParam DeleteCollectionNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

HasOptionalParam CreateNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

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.EventsV1beta1

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.EventsV1beta1

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 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 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 ListNamespacedCustomObject Pretty Source #

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

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 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 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 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 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 ListClusterCustomObject Pretty Source #

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

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 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 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 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 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 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 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 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 CreateNamespacedCustomObject Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateClusterCustomObject Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplacePersistentVolumeStatus Pretty Source #

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

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 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 ReplacePersistentVolume Pretty Source #

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

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 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 ReplaceNodeStatus Pretty Source #

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

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 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 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 ReplaceNode Pretty Source #

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

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 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 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 ReplaceNamespacedServiceStatus Pretty Source #

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

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 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 ReplaceNamespacedServiceAccount Pretty Source #

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

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 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 ReplaceNamespacedService Pretty Source #

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

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 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 ReplaceNamespacedSecret Pretty Source #

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

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 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 ReplaceNamespacedResourceQuotaStatus Pretty Source #

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

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 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 ReplaceNamespacedResourceQuota Pretty Source #

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

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 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 ReplaceNamespacedReplicationControllerStatus Pretty Source #

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

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 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 ReplaceNamespacedReplicationControllerScale Pretty Source #

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

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 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 ReplaceNamespacedReplicationController Pretty Source #

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

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 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 ReplaceNamespacedPodTemplate Pretty Source #

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

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 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 ReplaceNamespacedPodStatus Pretty Source #

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

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 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 ReplaceNamespacedPod Pretty Source #

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

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 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 ReplaceNamespacedPersistentVolumeClaimStatus Pretty Source #

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

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 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 ReplaceNamespacedPersistentVolumeClaim Pretty Source #

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

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 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 ReplaceNamespacedLimitRange Pretty Source #

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

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 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 ReplaceNamespacedEvent Pretty Source #

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

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 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 ReplaceNamespacedEndpoints Pretty Source #

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

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 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 ReplaceNamespacedConfigMap Pretty Source #

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

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 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 ReplaceNamespaceStatus Pretty Source #

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

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 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 ReplaceNamespaceFinalize Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 ReplaceNamespace Pretty Source #

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

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 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 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 ReadPersistentVolumeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolume Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolume Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadPersistentVolume contentType res accept -> Exact -> KubernetesRequest ReadPersistentVolume contentType res accept Source #

(-&-) :: KubernetesRequest ReadPersistentVolume contentType res accept -> Exact -> KubernetesRequest ReadPersistentVolume contentType res accept Source #

HasOptionalParam ReadNodeStatus Pretty Source #

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

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 ReadNode Pretty Source #

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

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 ReadNode Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNode Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNamespacedServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceAccount Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceAccount Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedService Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedService Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedSecret Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedSecret Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedSecret contentType res accept -> Exact -> KubernetesRequest ReadNamespacedSecret contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedSecret contentType res accept -> Exact -> KubernetesRequest ReadNamespacedSecret contentType res accept Source #

HasOptionalParam ReadNamespacedResourceQuotaStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuota Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuota Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationControllerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationControllerScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationController Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationController Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodTemplate Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodTemplate Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

HasOptionalParam ReadNamespacedPodLog Previous Source #

Optional Param "previous" - Return previous terminated container logs. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

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

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

HasOptionalParam ReadNamespacedPod Pretty Source #

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

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 ReadNamespacedPod Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNamespacedPod Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNamespacedPersistentVolumeClaimStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedLimitRange Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedLimitRange Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEvent Pretty Source #

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

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 ReadNamespacedEvent Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNamespacedEvent Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEndpoints Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEndpoints Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedConfigMap Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedConfigMap Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespaceStatus Pretty Source #

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

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 ReadNamespace Pretty Source #

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

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 ReadNamespace Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadNamespace Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ReadComponentStatus Pretty Source #

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

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 PatchPersistentVolumeStatus Pretty Source #

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

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 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 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 PatchPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 PatchNodeStatus Pretty Source #

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

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 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 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 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 PatchNode Pretty Source #

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

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 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 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 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 PatchNamespacedServiceStatus Pretty Source #

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

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 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 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 PatchNamespacedServiceAccount Pretty Source #

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

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 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 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 PatchNamespacedService Pretty Source #

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

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 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 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 PatchNamespacedSecret Pretty Source #

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

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 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 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 PatchNamespacedResourceQuotaStatus Pretty Source #

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

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 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 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 PatchNamespacedResourceQuota Pretty Source #

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

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 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 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 PatchNamespacedReplicationControllerStatus Pretty Source #

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

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 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 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 PatchNamespacedReplicationControllerScale Pretty Source #

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

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 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 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 PatchNamespacedReplicationController Pretty Source #

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

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 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 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 PatchNamespacedPodTemplate Pretty Source #

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

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 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 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 PatchNamespacedPodStatus Pretty Source #

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

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 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 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 PatchNamespacedPod Pretty Source #

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

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 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 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 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 PatchNamespacedPersistentVolumeClaimStatus Pretty Source #

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

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 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 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 PatchNamespacedPersistentVolumeClaim Pretty Source #

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

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 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 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 PatchNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 PatchNamespacedEvent Pretty Source #

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

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 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 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 PatchNamespacedEndpoints Pretty Source #

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

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 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 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 PatchNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 PatchNamespaceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 PatchNamespace Pretty Source #

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

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 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 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 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 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 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 ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListPersistentVolume 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.CoreV1

HasOptionalParam ListPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListNode 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.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 ListNode Pretty Source #

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

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 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 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 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 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 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 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 ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount Pretty Source #

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

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 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 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 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 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 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 ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListNamespacedSecret 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.CoreV1

HasOptionalParam ListNamespacedSecret Pretty Source #

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

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 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 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 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 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 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 ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota Pretty Source #

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

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 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 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 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 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 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 ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController Pretty Source #

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

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 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 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 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 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 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 ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListNamespacedPod 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.CoreV1

HasOptionalParam ListNamespacedPod Pretty Source #

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

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 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 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 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 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 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 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 ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Pretty Source #

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

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 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 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 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 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 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 ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListNamespacedEvent 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.CoreV1

HasOptionalParam ListNamespacedEvent Pretty Source #

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

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 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 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 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 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 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 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 ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints Pretty Source #

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

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 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 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 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 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 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 ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListNamespace 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.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 ListNamespace Pretty Source #

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

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 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 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 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 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 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 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 ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 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 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 ListComponentStatus 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.CoreV1

HasOptionalParam ListComponentStatus Pretty Source #

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

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 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 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 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 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 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 DeletePersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 DeleteNode Pretty Source #

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

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 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 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 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 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 DeleteNamespacedServiceAccount Pretty Source #

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

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 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 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 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 DeleteNamespacedService Pretty Source #

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

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 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 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 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 DeleteNamespacedSecret Pretty Source #

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

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 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 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 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 DeleteNamespacedResourceQuota Pretty Source #

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

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 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 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 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 DeleteNamespacedReplicationController Pretty Source #

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

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 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 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 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 DeleteNamespacedPodTemplate Pretty Source #

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

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 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 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 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 DeleteNamespacedPod Pretty Source #

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

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 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 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 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 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 DeleteNamespacedPersistentVolumeClaim Pretty Source #

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

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 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 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 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 DeleteNamespacedLimitRange Pretty Source #

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

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 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 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 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 DeleteNamespacedEvent Pretty Source #

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

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 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 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 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 DeleteNamespacedEndpoints Pretty Source #

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

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 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 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 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 DeleteNamespacedConfigMap Pretty Source #

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

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 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 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 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 DeleteNamespace Pretty Source #

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

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 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 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 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 DeleteCollectionPersistentVolume 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 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 DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 DeleteCollectionNode 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 DeleteCollectionNode contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

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

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 DeleteCollectionNode 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.CoreV1

HasOptionalParam DeleteCollectionNode Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedServiceAccount 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 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 DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedSecret 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 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 DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedResourceQuota 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 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 DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedReplicationController 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 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 DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedPodTemplate 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 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 DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedPod 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 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 DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedPersistentVolumeClaim 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 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 DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedLimitRange 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 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 DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedEvent 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 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 DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedEndpoints 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 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 DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedConfigMap 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 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 DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 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 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 CreatePersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 CreateNode Pretty Source #

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

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 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 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 CreateNamespacedServiceAccount Pretty Source #

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

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 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 CreateNamespacedService Pretty Source #

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

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 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 CreateNamespacedSecret Pretty Source #

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

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 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 CreateNamespacedResourceQuota Pretty Source #

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

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 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 CreateNamespacedReplicationController Pretty Source #

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

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 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 CreateNamespacedPodTemplate Pretty Source #

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

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 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 CreateNamespacedPodEviction Pretty Source #

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

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 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 CreateNamespacedPodBinding Pretty Source #

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

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 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 CreateNamespacedPod Pretty Source #

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

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 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 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 CreateNamespacedPersistentVolumeClaim Pretty Source #

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

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 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 CreateNamespacedLimitRange Pretty Source #

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

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 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 CreateNamespacedEvent Pretty Source #

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

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 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 CreateNamespacedEndpoints Pretty Source #

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

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 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 CreateNamespacedConfigMap Pretty Source #

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

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 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 CreateNamespacedBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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 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 CreateNamespace Pretty Source #

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

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 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 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 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

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 #

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 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 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 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 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 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 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 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 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 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 ConnectPostNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

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

HasOptionalParam ConnectPostNamespacedPodExec Stdout Source #

Optional Param "stdout" - Redirect the standard output stream of the pod for this call. Defaults to true.

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

HasOptionalParam ConnectPostNamespacedPodExec Stderr Source #

Optional Param "stderr" - Redirect the standard error stream of the pod for this call. Defaults to true.

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 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

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ConnectGetNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

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 ConnectGetNamespacedPodExec Stdout Source #

Optional Param "stdout" - Redirect the standard output stream of the pod for this call. Defaults to true.

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 ConnectGetNamespacedPodExec Stderr Source #

Optional Param "stderr" - Redirect the standard error stream of the pod for this call. Defaults to true.

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 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 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 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 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 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 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 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 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 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 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 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 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 ReplaceNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam ReadNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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 ReadNamespacedLease Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

Methods

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

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

HasOptionalParam ReadNamespacedLease Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

Methods

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

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

HasOptionalParam PatchNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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.CoordinationV1beta1

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 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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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 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.CoordinationV1beta1

HasOptionalParam ListNamespacedLease 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.CoordinationV1beta1

HasOptionalParam ListNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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 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.CoordinationV1beta1

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 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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam ListLeaseForAllNamespaces 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.CoordinationV1beta1

HasOptionalParam ListLeaseForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam DeleteNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam DeleteCollectionNamespacedLease 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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam DeleteCollectionNamespacedLease 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.CoordinationV1beta1

HasOptionalParam DeleteCollectionNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam CreateNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

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.CoordinationV1beta1

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.CoordinationV1beta1

HasOptionalParam ReplaceNamespacedLease Pretty Source #

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

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 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 ReadNamespacedLease Pretty Source #

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

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 ReadNamespacedLease Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

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

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

HasOptionalParam ReadNamespacedLease Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

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

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

HasOptionalParam PatchNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

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 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 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 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 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 ListNamespacedLease 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.CoordinationV1

HasOptionalParam ListNamespacedLease Pretty Source #

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

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 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 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 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 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 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 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 ListLeaseForAllNamespaces 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.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces Pretty Source #

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

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 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 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 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 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 DeleteNamespacedLease Pretty Source #

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

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 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 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 DeleteCollectionNamespacedLease 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 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 DeleteCollectionNamespacedLease 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.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

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 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 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 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 CreateNamespacedLease Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

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 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 ReplaceCertificateSigningRequestStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam ReplaceCertificateSigningRequestApproval Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam ReplaceCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam ReadCertificateSigningRequestStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasOptionalParam ReadCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasOptionalParam ReadCertificateSigningRequest Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasOptionalParam ReadCertificateSigningRequest Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasOptionalParam PatchCertificateSigningRequestStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam PatchCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam ListCertificateSigningRequest 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.CertificatesV1beta1

HasOptionalParam ListCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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.CertificatesV1beta1

HasOptionalParam DeleteCollectionCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam DeleteCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam CreateCertificateSigningRequest Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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.CertificatesV1beta1

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.CertificatesV1beta1

HasOptionalParam ReplaceNamespacedCronJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ReplaceNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ReadNamespacedCronJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ReadNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ReadNamespacedCronJob Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ReadNamespacedCronJob Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam PatchNamespacedCronJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam PatchNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ListNamespacedCronJob Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ListNamespacedCronJob ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ListNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ListCronJobForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ListCronJobForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ListCronJobForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam DeleteNamespacedCronJob PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 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.BatchV2alpha1

HasOptionalParam DeleteNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam DeleteCollectionNamespacedCronJob Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam DeleteCollectionNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam CreateNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

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.BatchV2alpha1

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.BatchV2alpha1

HasOptionalParam ReplaceNamespacedCronJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam ReplaceNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam ReadNamespacedCronJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ReadNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ReadNamespacedCronJob Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ReadNamespacedCronJob Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam PatchNamespacedCronJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam PatchNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam ListNamespacedCronJob ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ListNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam ListCronJobForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ListCronJobForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam DeleteNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam DeleteCollectionNamespacedCronJob Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam DeleteCollectionNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam CreateNamespacedCronJob Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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.BatchV1beta1

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.BatchV1beta1

HasOptionalParam ReplaceNamespacedJobStatus Pretty Source #

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

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 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 ReplaceNamespacedJob Pretty Source #

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

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 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 ReadNamespacedJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReadNamespacedJob Pretty Source #

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

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 ReadNamespacedJob Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

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

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

HasOptionalParam ReadNamespacedJob Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

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

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

HasOptionalParam PatchNamespacedJobStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

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 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 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 PatchNamespacedJob Pretty Source #

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

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 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 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 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 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 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 ListNamespacedJob 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.BatchV1

HasOptionalParam ListNamespacedJob Pretty Source #

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

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 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 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 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 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 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 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 ListJobForAllNamespaces 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.BatchV1

HasOptionalParam ListJobForAllNamespaces Pretty Source #

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

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 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 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 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 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 DeleteNamespacedJob Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedJob 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 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 DeleteCollectionNamespacedJob 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.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob Pretty Source #

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

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 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 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 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 CreateNamespacedJob Pretty Source #

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

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 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 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 ReplaceNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam ReadNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.AutoscalingV2beta2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.AutoscalingV2beta2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.AutoscalingV2beta2

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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.AutoscalingV2beta2

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.AutoscalingV2beta2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam ReadNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.AutoscalingV2beta1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.AutoscalingV2beta1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.AutoscalingV2beta1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

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.AutoscalingV2beta1

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.AutoscalingV2beta1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

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 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 ReplaceNamespacedHorizontalPodAutoscaler Pretty Source #

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

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 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 ReadNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Pretty Source #

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

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 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 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 PatchNamespacedHorizontalPodAutoscaler Pretty Source #

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

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.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 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 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 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 ListNamespacedHorizontalPodAutoscaler 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.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler Pretty Source #

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

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 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 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 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 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 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 ListHorizontalPodAutoscalerForAllNamespaces 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.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Pretty Source #

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

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 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 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 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 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 DeleteNamespacedHorizontalPodAutoscaler Pretty Source #

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

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 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 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 DeleteCollectionNamespacedHorizontalPodAutoscaler 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 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 DeleteCollectionNamespacedHorizontalPodAutoscaler 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.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pretty Source #

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

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.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.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.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.AutoscalingV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler Pretty Source #

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

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.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.AutoscalingV1

HasOptionalParam CreateSubjectAccessReview Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

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.AuthorizationV1beta1

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.AuthorizationV1beta1

HasOptionalParam CreateSelfSubjectRulesReview Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

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.AuthorizationV1beta1

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.AuthorizationV1beta1

HasOptionalParam CreateSelfSubjectAccessReview Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

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.AuthorizationV1beta1

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.AuthorizationV1beta1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

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.AuthorizationV1beta1

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.AuthorizationV1beta1

HasOptionalParam CreateSubjectAccessReview Pretty Source #

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

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 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 CreateSelfSubjectRulesReview Pretty Source #

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

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 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 CreateSelfSubjectAccessReview Pretty Source #

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

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 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 CreateNamespacedLocalSubjectAccessReview Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

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 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 CreateTokenReview Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

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 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.AuthenticationV1beta1

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.AuthenticationV1beta1

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 CreateTokenReview Pretty Source #

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

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 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 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 ReplaceAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam ReplaceAuditSink FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReplaceAuditSink contentType res accept -> FieldManager -> KubernetesRequest ReplaceAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceAuditSink contentType res accept -> FieldManager -> KubernetesRequest ReplaceAuditSink contentType res accept Source #

HasOptionalParam ReplaceAuditSink DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReplaceAuditSink contentType res accept -> DryRun -> KubernetesRequest ReplaceAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceAuditSink contentType res accept -> DryRun -> KubernetesRequest ReplaceAuditSink contentType res accept Source #

HasOptionalParam ReadAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam ReadAuditSink Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadAuditSink contentType res accept -> Export -> KubernetesRequest ReadAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ReadAuditSink contentType res accept -> Export -> KubernetesRequest ReadAuditSink contentType res accept Source #

HasOptionalParam ReadAuditSink Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadAuditSink contentType res accept -> Exact -> KubernetesRequest ReadAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ReadAuditSink contentType res accept -> Exact -> KubernetesRequest ReadAuditSink contentType res accept Source #

HasOptionalParam PatchAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam PatchAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest PatchAuditSink contentType res accept -> Force -> KubernetesRequest PatchAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest PatchAuditSink contentType res accept -> Force -> KubernetesRequest PatchAuditSink contentType res accept Source #

HasOptionalParam PatchAuditSink FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest PatchAuditSink contentType res accept -> FieldManager -> KubernetesRequest PatchAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest PatchAuditSink contentType res accept -> FieldManager -> KubernetesRequest PatchAuditSink contentType res accept Source #

HasOptionalParam PatchAuditSink DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest PatchAuditSink contentType res accept -> DryRun -> KubernetesRequest PatchAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest PatchAuditSink contentType res accept -> DryRun -> KubernetesRequest PatchAuditSink contentType res accept Source #

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> Watch -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> Watch -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> TimeoutSeconds -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> TimeoutSeconds -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> ResourceVersion -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> ResourceVersion -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam ListAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> LabelSelector -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> LabelSelector -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> FieldSelector -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> FieldSelector -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam ListAuditSink 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> Continue -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> Continue -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteCollectionAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam DeleteAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteAuditSink 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.AuditregistrationV1alpha1

HasOptionalParam DeleteAuditSink DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest DeleteAuditSink contentType res accept -> DryRun -> KubernetesRequest DeleteAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest DeleteAuditSink contentType res accept -> DryRun -> KubernetesRequest DeleteAuditSink contentType res accept Source #

HasOptionalParam CreateAuditSink Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

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

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

HasOptionalParam CreateAuditSink FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest CreateAuditSink contentType res accept -> FieldManager -> KubernetesRequest CreateAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest CreateAuditSink contentType res accept -> FieldManager -> KubernetesRequest CreateAuditSink contentType res accept Source #

HasOptionalParam CreateAuditSink DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest CreateAuditSink contentType res accept -> DryRun -> KubernetesRequest CreateAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest CreateAuditSink contentType res accept -> DryRun -> KubernetesRequest CreateAuditSink contentType res accept Source #

HasOptionalParam ReplaceNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeployment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeployment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedControllerRevision Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedControllerRevision Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam PatchNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces 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.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces 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.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet 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.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet 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.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListNamespacedDeployment 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.AppsV1beta2

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet 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.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision 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.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces 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.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces 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.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces 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.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment 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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment 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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam CreateNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam CreateNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam CreateNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam CreateNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam CreateNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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.AppsV1beta2

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.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReadNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedStatefulSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedStatefulSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedDeployment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedDeployment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedControllerRevision Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedControllerRevision Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam PatchNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam PatchNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam PatchNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam PatchNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListStatefulSetForAllNamespaces 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.AppsV1beta1

HasOptionalParam ListStatefulSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListNamespacedStatefulSet 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.AppsV1beta1

HasOptionalParam ListNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListNamespacedDeployment 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.AppsV1beta1

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListNamespacedControllerRevision 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.AppsV1beta1

HasOptionalParam ListNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces 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.AppsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListControllerRevisionForAllNamespaces 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.AppsV1beta1

HasOptionalParam ListControllerRevisionForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam CreateNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. 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.AppsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam CreateNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ReplaceNamespacedStatefulSetStatus Pretty Source #

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

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 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 ReplaceNamespacedStatefulSetScale Pretty Source #

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

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 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 ReplaceNamespacedStatefulSet Pretty Source #

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

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 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 ReplaceNamespacedReplicaSetStatus Pretty Source #

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

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 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 ReplaceNamespacedReplicaSetScale Pretty Source #

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

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 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 ReplaceNamespacedReplicaSet Pretty Source #

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

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 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 ReplaceNamespacedDeploymentStatus Pretty Source #

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

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 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 ReplaceNamespacedDeploymentScale Pretty Source #

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

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 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 ReplaceNamespacedDeployment Pretty Source #

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

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 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 ReplaceNamespacedDaemonSetStatus Pretty Source #

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

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 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 ReplaceNamespacedDaemonSet Pretty Source #

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

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 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 ReplaceNamespacedControllerRevision Pretty Source #

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

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 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 ReadNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeployment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeployment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDaemonSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDaemonSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedControllerRevision Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedControllerRevision Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetStatus Pretty Source #

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

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 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 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 PatchNamespacedStatefulSetScale Pretty Source #

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

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 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 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 PatchNamespacedStatefulSet Pretty Source #

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

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 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 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 PatchNamespacedReplicaSetStatus Pretty Source #

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

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 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 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 PatchNamespacedReplicaSetScale Pretty Source #

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

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 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 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 PatchNamespacedReplicaSet Pretty Source #

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

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 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 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 PatchNamespacedDeploymentStatus Pretty Source #

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

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 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 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 PatchNamespacedDeploymentScale Pretty Source #

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

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 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 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 PatchNamespacedDeployment Pretty Source #

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

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 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 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 PatchNamespacedDaemonSetStatus Pretty Source #

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

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 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 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 PatchNamespacedDaemonSet Pretty Source #

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

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 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 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 PatchNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

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 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 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 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 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 ListStatefulSetForAllNamespaces 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.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListReplicaSetForAllNamespaces 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.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListNamespacedStatefulSet 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.AppsV1

HasOptionalParam ListNamespacedStatefulSet Pretty Source #

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

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 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 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 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 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 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 ListNamespacedReplicaSet 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.AppsV1

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

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

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 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 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 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 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 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 ListNamespacedDeployment 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.AppsV1

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

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 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 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 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 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 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 ListNamespacedDaemonSet 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.AppsV1

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

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

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 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 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 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 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 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 ListNamespacedControllerRevision 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.AppsV1

HasOptionalParam ListNamespacedControllerRevision Pretty Source #

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

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 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 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 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 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 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 ListDeploymentForAllNamespaces 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.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListDaemonSetForAllNamespaces 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.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

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

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 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 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 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 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 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 ListControllerRevisionForAllNamespaces 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.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces Pretty Source #

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

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 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 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 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 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 DeleteNamespacedStatefulSet Pretty Source #

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

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 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 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 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 DeleteNamespacedReplicaSet Pretty Source #

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

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 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 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 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 DeleteNamespacedDeployment Pretty Source #

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

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 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 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 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 DeleteNamespacedDaemonSet Pretty Source #

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

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 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 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 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 DeleteNamespacedControllerRevision Pretty Source #

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

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 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 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 DeleteCollectionNamespacedStatefulSet 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 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 DeleteCollectionNamespacedStatefulSet 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.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedReplicaSet 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 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 DeleteCollectionNamespacedReplicaSet 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.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedDeployment 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 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 DeleteCollectionNamespacedDeployment 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.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedDaemonSet 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 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 DeleteCollectionNamespacedDaemonSet 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.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

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

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 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 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 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 DeleteCollectionNamespacedControllerRevision 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 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 DeleteCollectionNamespacedControllerRevision 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.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

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 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 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 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 CreateNamespacedStatefulSet Pretty Source #

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

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 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 CreateNamespacedReplicaSet Pretty Source #

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

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 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 CreateNamespacedDeployment Pretty Source #

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

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 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 CreateNamespacedDaemonSet Pretty Source #

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

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 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 CreateNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

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 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 ReplaceAPIServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

HasOptionalParam ReplaceAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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 ReadAPIServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

HasOptionalParam ReadAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 ReadAPIService Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

Methods

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

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

HasOptionalParam ReadAPIService Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

Methods

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

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

HasOptionalParam PatchAPIServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

HasOptionalParam PatchAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 ListAPIService 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.ApiregistrationV1beta1

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 ListAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 DeleteCollectionAPIService 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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

HasOptionalParam DeleteCollectionAPIService 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.ApiregistrationV1beta1

HasOptionalParam DeleteCollectionAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

HasOptionalParam DeleteAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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.ApiregistrationV1beta1

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 CreateAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 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.ApiregistrationV1beta1

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 ReplaceAPIServiceStatus Pretty Source #

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

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 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 ReplaceAPIService Pretty Source #

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

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 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 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 ReadAPIServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReadAPIService Pretty Source #

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

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 ReadAPIService Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

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

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

HasOptionalParam ReadAPIService Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

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

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

HasOptionalParam PatchAPIServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

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 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 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 PatchAPIService Pretty Source #

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

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 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 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 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 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 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 ListAPIService 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.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 ListAPIService Pretty Source #

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

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 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 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 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 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 DeleteCollectionAPIService 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

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 DeleteCollectionAPIService 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.ApiregistrationV1

HasOptionalParam DeleteCollectionAPIService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

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 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 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 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 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 DeleteAPIService Pretty Source #

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

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 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 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 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 CreateAPIService Pretty Source #

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

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 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 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 ReplaceCustomResourceDefinitionStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam ReplaceCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam ReadCustomResourceDefinitionStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasOptionalParam ReadCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasOptionalParam ReadCustomResourceDefinition Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasOptionalParam ReadCustomResourceDefinition Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasOptionalParam PatchCustomResourceDefinitionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam PatchCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam ListCustomResourceDefinition 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.ApiextensionsV1beta1

HasOptionalParam ListCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam DeleteCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition 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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition 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.ApiextensionsV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam CreateCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

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.ApiextensionsV1beta1

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.ApiextensionsV1beta1

HasOptionalParam ReplaceValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam ReplaceMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam ReadValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadValidatingWebhookConfiguration Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadValidatingWebhookConfiguration Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadMutatingWebhookConfiguration Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadMutatingWebhookConfiguration Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam PatchMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingWebhookConfiguration 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.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam ListMutatingWebhookConfiguration 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.AdmissionregistrationV1beta1

HasOptionalParam ListMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam DeleteMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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 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.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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 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.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam CreateValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

HasOptionalParam CreateMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

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.AdmissionregistrationV1beta1

data Params Source #

Request Params

Instances
Show Params Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

KubernetesRequest Utils

_mkRequest Source #

Arguments

:: Method

Method

-> [ByteString]

Endpoint

-> KubernetesRequest req contentType res accept

req: Request Type, res: Response Type

setHeader :: KubernetesRequest req contentType res accept -> [Header] -> KubernetesRequest req contentType res accept Source #

removeHeader :: KubernetesRequest req contentType res accept -> [HeaderName] -> KubernetesRequest req contentType res accept Source #

_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => KubernetesRequest req contentType res accept -> KubernetesRequest req contentType res accept Source #

_setAcceptHeader :: forall req contentType res accept. MimeType accept => KubernetesRequest req contentType res accept -> KubernetesRequest req contentType res accept Source #

setQuery :: KubernetesRequest req contentType res accept -> [QueryItem] -> KubernetesRequest req contentType res accept Source #

addForm :: KubernetesRequest req contentType res accept -> Form -> KubernetesRequest req contentType res accept Source #

_addMultiFormPart :: KubernetesRequest req contentType res accept -> Part -> KubernetesRequest req contentType res accept Source #

_setBodyBS :: KubernetesRequest req contentType res accept -> ByteString -> KubernetesRequest req contentType res accept Source #

_setBodyLBS :: KubernetesRequest req contentType res accept -> ByteString -> KubernetesRequest req contentType res accept Source #

_hasAuthType :: AuthMethod authMethod => KubernetesRequest req contentType res accept -> Proxy authMethod -> KubernetesRequest req contentType res accept Source #

Params Utils

OpenAPI CollectionFormat Utils

data CollectionFormat Source #

Determines the format of the array if type array is used.

Constructors

CommaSeparated

CSV format for multiple parameters.

SpaceSeparated

Also called SSV

TabSeparated

Also called TSV

PipeSeparated

`value1|value2|value2`

MultiParamArray

Using multiple GET parameters, e.g. `foo=bar&foo=baz`. This is valid only for parameters in "query" (Query) or "formData" (Form)

_toColl :: Traversable f => CollectionFormat -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)] Source #

_toCollA :: (Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t ByteString)]) -> f (t [a]) -> [(b, t ByteString)] Source #

_toCollA' :: (Monoid c, Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)] Source #

AuthMethods

class Typeable a => AuthMethod a where Source #

Provides a method to apply auth methods to requests

Methods

applyAuthMethod :: KubernetesClientConfig -> a -> KubernetesRequest req contentType res accept -> IO (KubernetesRequest req contentType res accept) Source #

Instances
AuthMethod AnyAuthMethod Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

applyAuthMethod :: KubernetesClientConfig -> AnyAuthMethod -> KubernetesRequest req contentType res accept -> IO (KubernetesRequest req contentType res accept) Source #

AuthMethod AuthApiKeyBearerToken Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

applyAuthMethod :: KubernetesClientConfig -> AuthApiKeyBearerToken -> KubernetesRequest req contentType res accept -> IO (KubernetesRequest req contentType res accept) Source #

data AnyAuthMethod Source #

An existential wrapper for any AuthMethod

Constructors

AuthMethod a => AnyAuthMethod a 
Instances
AuthMethod AnyAuthMethod Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

applyAuthMethod :: KubernetesClientConfig -> AnyAuthMethod -> KubernetesRequest req contentType res accept -> IO (KubernetesRequest req contentType res accept) Source #

_applyAuthMethods :: KubernetesRequest req contentType res accept -> KubernetesClientConfig -> IO (KubernetesRequest req contentType res accept) Source #

apply all matching AuthMethods in config to request

Utils

_omitNulls :: [(Text, Value)] -> Value Source #

Removes Null fields. (OpenAPI-Specification 2.0 does not allow Null in JSON)

_toFormItem :: (ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text]) Source #

Encodes fields using WH.toQueryParam

_emptyToNothing :: Maybe String -> Maybe String Source #

Collapse (Just "") to Nothing

_memptyToNothing :: (Monoid a, Eq a) => Maybe a -> Maybe a Source #

Collapse (Just mempty) to Nothing

DateTime Formatting

newtype DateTime Source #

Constructors

DateTime 

Fields

Instances
Eq DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Data DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DateTime -> c DateTime #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DateTime #

toConstr :: DateTime -> Constr #

dataTypeOf :: DateTime -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DateTime) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime) #

gmapT :: (forall b. Data b => b -> b) -> DateTime -> DateTime #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DateTime -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DateTime -> r #

gmapQ :: (forall d. Data d => d -> u) -> DateTime -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DateTime -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

Ord DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Show DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

ToJSON DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromJSON DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

NFData DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

rnf :: DateTime -> () #

ToHttpApiData DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromHttpApiData DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FormatTime DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

ParseTime DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

_readDateTime :: (ParseTime t, Monad m, Alternative m) => String -> m t Source #

_parseISO8601

_showDateTime :: (t ~ UTCTime, FormatTime t) => t -> String Source #

TI.formatISO8601Millis

_parseISO8601 :: (ParseTime t, Monad m, Alternative m) => String -> m t Source #

parse an ISO8601 date-time string

Date Formatting

newtype Date Source #

Constructors

Date 

Fields

Instances
Enum Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

succ :: Date -> Date #

pred :: Date -> Date #

toEnum :: Int -> Date #

fromEnum :: Date -> Int #

enumFrom :: Date -> [Date] #

enumFromThen :: Date -> Date -> [Date] #

enumFromTo :: Date -> Date -> [Date] #

enumFromThenTo :: Date -> Date -> Date -> [Date] #

Eq Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

(==) :: Date -> Date -> Bool #

(/=) :: Date -> Date -> Bool #

Data Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Date -> c Date #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Date #

toConstr :: Date -> Constr #

dataTypeOf :: Date -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Date) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date) #

gmapT :: (forall b. Data b => b -> b) -> Date -> Date #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r #

gmapQ :: (forall d. Data d => d -> u) -> Date -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Date -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Date -> m Date #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Date -> m Date #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Date -> m Date #

Ord Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

compare :: Date -> Date -> Ordering #

(<) :: Date -> Date -> Bool #

(<=) :: Date -> Date -> Bool #

(>) :: Date -> Date -> Bool #

(>=) :: Date -> Date -> Bool #

max :: Date -> Date -> Date #

min :: Date -> Date -> Date #

Show Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

showsPrec :: Int -> Date -> ShowS #

show :: Date -> String #

showList :: [Date] -> ShowS #

Ix Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

range :: (Date, Date) -> [Date] #

index :: (Date, Date) -> Date -> Int #

unsafeIndex :: (Date, Date) -> Date -> Int

inRange :: (Date, Date) -> Date -> Bool #

rangeSize :: (Date, Date) -> Int #

unsafeRangeSize :: (Date, Date) -> Int

ToJSON Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromJSON Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

NFData Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

rnf :: Date -> () #

ToHttpApiData Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromHttpApiData Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FormatTime Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

ParseTime Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

buildTime :: TimeLocale -> [(Char, String)] -> Maybe Date #

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

_readDate :: (ParseTime t, Monad m) => String -> m t Source #

TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d"

_showDate :: FormatTime t => t -> String Source #

TI.formatTime TI.defaultTimeLocale "%Y-%m-%d"

Byte/Binary Formatting

newtype ByteArray Source #

base64 encoded characters

Constructors

ByteArray 
Instances
Eq ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Data ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ByteArray -> c ByteArray #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ByteArray #

toConstr :: ByteArray -> Constr #

dataTypeOf :: ByteArray -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ByteArray) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray) #

gmapT :: (forall b. Data b => b -> b) -> ByteArray -> ByteArray #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ByteArray -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ByteArray -> r #

gmapQ :: (forall d. Data d => d -> u) -> ByteArray -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ByteArray -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

Ord ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Show ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

ToJSON ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromJSON ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

NFData ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

rnf :: ByteArray -> () #

ToHttpApiData ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromHttpApiData ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

_readByteArray :: Monad m => Text -> m ByteArray Source #

read base64 encoded characters

_showByteArray :: ByteArray -> Text Source #

show base64 encoded characters

newtype Binary Source #

any sequence of octets

Constructors

Binary 

Fields

Instances
Eq Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

(==) :: Binary -> Binary -> Bool #

(/=) :: Binary -> Binary -> Bool #

Data Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Binary -> c Binary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Binary #

toConstr :: Binary -> Constr #

dataTypeOf :: Binary -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Binary) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary) #

gmapT :: (forall b. Data b => b -> b) -> Binary -> Binary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r #

gmapQ :: (forall d. Data d => d -> u) -> Binary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Binary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

Ord Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Show Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

ToJSON Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromJSON Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

NFData Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Methods

rnf :: Binary -> () #

ToHttpApiData Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

FromHttpApiData Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in Kubernetes.OpenAPI.Core

Lens Type Aliases

type Lens_' s a = Lens_ s s a a Source #

type Lens_ s t a b = forall (f :: * -> *). Functor f => (a -> f b) -> s -> f t Source #