kubernetes-client-core-0.3.1.0: Auto-generated kubernetes-client-core API Client
Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.Model

Description

 
Synopsis

Documentation

data VersionInfo Source #

VersionInfo Info contains versioning information. how we'll want to distribute that information.

Constructors

VersionInfo 

Fields

Instances

Instances details
Eq VersionInfo Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show VersionInfo Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON VersionInfo Source #

ToJSON VersionInfo

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON VersionInfo Source #

FromJSON VersionInfo

Instance details

Defined in Kubernetes.OpenAPI.Model

data V2beta2ResourceMetricStatus Source #

V2beta2ResourceMetricStatus ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.

Constructors

V2beta2ResourceMetricStatus 

Fields

data V2beta2ResourceMetricSource Source #

V2beta2ResourceMetricSource ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.

Constructors

V2beta2ResourceMetricSource 

Fields

data V2beta2PodsMetricStatus Source #

V2beta2PodsMetricStatus PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

data V2beta2PodsMetricSource Source #

V2beta2PodsMetricSource PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

data V2beta2ObjectMetricStatus Source #

V2beta2ObjectMetricStatus ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

data V2beta2ObjectMetricSource Source #

V2beta2ObjectMetricSource ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

data V2beta2MetricValueStatus Source #

V2beta2MetricValueStatus MetricValueStatus holds the current value for a metric

Constructors

V2beta2MetricValueStatus 

Fields

data V2beta2MetricTarget Source #

V2beta2MetricTarget MetricTarget defines the target value, average value, or average utilization of a specific metric

Constructors

V2beta2MetricTarget 

Fields

data V2beta2MetricStatus Source #

V2beta2MetricStatus MetricStatus describes the last-read state of a single metric.

Constructors

V2beta2MetricStatus 

Fields

data V2beta2MetricSpec Source #

V2beta2MetricSpec MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).

Constructors

V2beta2MetricSpec 

Fields

data V2beta2MetricIdentifier Source #

V2beta2MetricIdentifier MetricIdentifier defines the name and optionally selector for a metric

Constructors

V2beta2MetricIdentifier 

Fields

data V2beta2HorizontalPodAutoscalerStatus Source #

V2beta2HorizontalPodAutoscalerStatus HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Constructors

V2beta2HorizontalPodAutoscalerStatus 

Fields

data V2beta2HorizontalPodAutoscalerSpec Source #

V2beta2HorizontalPodAutoscalerSpec HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

Constructors

V2beta2HorizontalPodAutoscalerSpec 

Fields

  • v2beta2HorizontalPodAutoscalerSpecMaxReplicas :: !Int

    Required "maxReplicas" - maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.

  • v2beta2HorizontalPodAutoscalerSpecMetrics :: !(Maybe [V2beta2MetricSpec])

    "metrics" - metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.

  • v2beta2HorizontalPodAutoscalerSpecMinReplicas :: !(Maybe Int)

    "minReplicas" - minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.

  • v2beta2HorizontalPodAutoscalerSpecScaleTargetRef :: !V2beta2CrossVersionObjectReference

    Required "scaleTargetRef"

data V2beta2HorizontalPodAutoscalerList Source #

V2beta2HorizontalPodAutoscalerList HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.

Constructors

V2beta2HorizontalPodAutoscalerList 

Fields

data V2beta2HorizontalPodAutoscalerCondition Source #

V2beta2HorizontalPodAutoscalerCondition HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

Constructors

V2beta2HorizontalPodAutoscalerCondition 

Fields

data V2beta2HorizontalPodAutoscaler Source #

V2beta2HorizontalPodAutoscaler HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.

Constructors

V2beta2HorizontalPodAutoscaler 

Fields

Instances

Instances details
Eq V2beta2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V2beta2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V2beta2HorizontalPodAutoscaler Source #

ToJSON V2beta2HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V2beta2HorizontalPodAutoscaler Source #

FromJSON V2beta2HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

data V2beta2ExternalMetricStatus Source #

V2beta2ExternalMetricStatus ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

data V2beta2ExternalMetricSource Source #

V2beta2ExternalMetricSource ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).

data V2beta2CrossVersionObjectReference Source #

V2beta2CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.

data V2beta1ResourceMetricStatus Source #

V2beta1ResourceMetricStatus ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.

Constructors

V2beta1ResourceMetricStatus 

Fields

data V2beta1ResourceMetricSource Source #

V2beta1ResourceMetricSource ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.

Constructors

V2beta1ResourceMetricSource 

Fields

data V2beta1PodsMetricStatus Source #

V2beta1PodsMetricStatus PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

Constructors

V2beta1PodsMetricStatus 

Fields

data V2beta1PodsMetricSource Source #

V2beta1PodsMetricSource PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

Constructors

V2beta1PodsMetricSource 

Fields

data V2beta1ObjectMetricStatus Source #

V2beta1ObjectMetricStatus ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

Constructors

V2beta1ObjectMetricStatus 

Fields

data V2beta1ObjectMetricSource Source #

V2beta1ObjectMetricSource ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

Constructors

V2beta1ObjectMetricSource 

Fields

data V2beta1MetricStatus Source #

V2beta1MetricStatus MetricStatus describes the last-read state of a single metric.

Constructors

V2beta1MetricStatus 

Fields

data V2beta1MetricSpec Source #

V2beta1MetricSpec MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).

Constructors

V2beta1MetricSpec 

Fields

data V2beta1HorizontalPodAutoscalerStatus Source #

V2beta1HorizontalPodAutoscalerStatus HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Constructors

V2beta1HorizontalPodAutoscalerStatus 

Fields

data V2beta1HorizontalPodAutoscalerSpec Source #

V2beta1HorizontalPodAutoscalerSpec HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

Constructors

V2beta1HorizontalPodAutoscalerSpec 

Fields

  • v2beta1HorizontalPodAutoscalerSpecMaxReplicas :: !Int

    Required "maxReplicas" - maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.

  • v2beta1HorizontalPodAutoscalerSpecMetrics :: !(Maybe [V2beta1MetricSpec])

    "metrics" - metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond.

  • v2beta1HorizontalPodAutoscalerSpecMinReplicas :: !(Maybe Int)

    "minReplicas" - minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.

  • v2beta1HorizontalPodAutoscalerSpecScaleTargetRef :: !V2beta1CrossVersionObjectReference

    Required "scaleTargetRef"

data V2beta1HorizontalPodAutoscalerList Source #

V2beta1HorizontalPodAutoscalerList HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.

Constructors

V2beta1HorizontalPodAutoscalerList 

Fields

data V2beta1HorizontalPodAutoscalerCondition Source #

V2beta1HorizontalPodAutoscalerCondition HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

Constructors

V2beta1HorizontalPodAutoscalerCondition 

Fields

data V2beta1HorizontalPodAutoscaler Source #

V2beta1HorizontalPodAutoscaler HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.

Constructors

V2beta1HorizontalPodAutoscaler 

Fields

Instances

Instances details
Eq V2beta1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V2beta1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V2beta1HorizontalPodAutoscaler Source #

ToJSON V2beta1HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V2beta1HorizontalPodAutoscaler Source #

FromJSON V2beta1HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedHorizontalPodAutoscaler V2beta1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

data V2beta1ExternalMetricStatus Source #

V2beta1ExternalMetricStatus ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

Constructors

V2beta1ExternalMetricStatus 

Fields

data V2beta1ExternalMetricSource Source #

V2beta1ExternalMetricSource ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one "target" type should be set.

Constructors

V2beta1ExternalMetricSource 

Fields

data V2beta1CrossVersionObjectReference Source #

V2beta1CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.

data V2alpha1CronJobStatus Source #

V2alpha1CronJobStatus CronJobStatus represents the current state of a cron job.

Constructors

V2alpha1CronJobStatus 

Fields

data V2alpha1CronJobSpec Source #

V2alpha1CronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.

Constructors

V2alpha1CronJobSpec 

Fields

data V2alpha1CronJobList Source #

V2alpha1CronJobList CronJobList is a collection of cron jobs.

Constructors

V2alpha1CronJobList 

Fields

data V2alpha1CronJob Source #

V2alpha1CronJob CronJob represents the configuration of a single cron job.

Constructors

V2alpha1CronJob 

Fields

Instances

Instances details
Eq V2alpha1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V2alpha1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V2alpha1CronJob Source #

ToJSON V2alpha1CronJob

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V2alpha1CronJob Source #

FromJSON V2alpha1CronJob

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedCronJob V2alpha1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

data V1beta2StatefulSetUpdateStrategy Source #

V1beta2StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Constructors

V1beta2StatefulSetUpdateStrategy 

Fields

data V1beta2StatefulSetStatus Source #

V1beta2StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.

Constructors

V1beta2StatefulSetStatus 

Fields

data V1beta2StatefulSetSpec Source #

V1beta2StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.

Constructors

V1beta2StatefulSetSpec 

Fields

  • v1beta2StatefulSetSpecPodManagementPolicy :: !(Maybe Text)

    "podManagementPolicy" - podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.

  • v1beta2StatefulSetSpecReplicas :: !(Maybe Int)

    "replicas" - replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.

  • v1beta2StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)

    "revisionHistoryLimit" - revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.

  • v1beta2StatefulSetSpecSelector :: !V1LabelSelector

    Required "selector"

  • v1beta2StatefulSetSpecServiceName :: !Text

    Required "serviceName" - serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

  • v1beta2StatefulSetSpecTemplate :: !V1PodTemplateSpec

    Required "template"

  • v1beta2StatefulSetSpecUpdateStrategy :: !(Maybe V1beta2StatefulSetUpdateStrategy)

    "updateStrategy"

  • v1beta2StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])

    "volumeClaimTemplates" - volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.

data V1beta2StatefulSetList Source #

V1beta2StatefulSetList StatefulSetList is a collection of StatefulSets.

Constructors

V1beta2StatefulSetList 

Fields

data V1beta2StatefulSetCondition Source #

V1beta2StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.

Constructors

V1beta2StatefulSetCondition 

Fields

data V1beta2StatefulSet Source #

V1beta2StatefulSet DEPRECATED - This group version of StatefulSet is deprecated by appsv1StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

Constructors

V1beta2StatefulSet 

Fields

Instances

Instances details
Eq V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta2StatefulSet Source #

ToJSON V1beta2StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta2StatefulSet Source #

FromJSON V1beta2StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedStatefulSetStatus V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSet V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedStatefulSet V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

data V1beta2ScaleStatus Source #

V1beta2ScaleStatus ScaleStatus represents the current status of a scale subresource.

Constructors

V1beta2ScaleStatus 

Fields

data V1beta2ScaleSpec Source #

V1beta2ScaleSpec ScaleSpec describes the attributes of a scale subresource

Constructors

V1beta2ScaleSpec 

Fields

data V1beta2Scale Source #

V1beta2Scale Scale represents a scaling request for a resource.

Constructors

V1beta2Scale 

Fields

Instances

Instances details
Eq V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta2Scale Source #

ToJSON V1beta2Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta2Scale Source #

FromJSON V1beta2Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedStatefulSetScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSetScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeploymentScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

data V1beta2RollingUpdateStatefulSetStrategy Source #

V1beta2RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

V1beta2RollingUpdateStatefulSetStrategy 

Fields

data V1beta2RollingUpdateDeployment Source #

V1beta2RollingUpdateDeployment Spec to control the desired behavior of rolling update.

data V1beta2ReplicaSetStatus Source #

V1beta2ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.

Constructors

V1beta2ReplicaSetStatus 

Fields

data V1beta2ReplicaSetSpec Source #

V1beta2ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.

Constructors

V1beta2ReplicaSetSpec 

Fields

data V1beta2ReplicaSetList Source #

V1beta2ReplicaSetList ReplicaSetList is a collection of ReplicaSets.

Constructors

V1beta2ReplicaSetList 

Fields

data V1beta2ReplicaSetCondition Source #

V1beta2ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.

Constructors

V1beta2ReplicaSetCondition 

Fields

data V1beta2ReplicaSet Source #

V1beta2ReplicaSet DEPRECATED - This group version of ReplicaSet is deprecated by appsv1ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.

Constructors

V1beta2ReplicaSet 

Fields

Instances

Instances details
Eq V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta2ReplicaSet Source #

ToJSON V1beta2ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta2ReplicaSet Source #

FromJSON V1beta2ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedReplicaSetStatus V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSet V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedReplicaSet V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

data V1beta2DeploymentStrategy Source #

V1beta2DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.

Constructors

V1beta2DeploymentStrategy 

Fields

data V1beta2DeploymentStatus Source #

V1beta2DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.

Constructors

V1beta2DeploymentStatus 

Fields

data V1beta2DeploymentSpec Source #

V1beta2DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.

Constructors

V1beta2DeploymentSpec 

Fields

data V1beta2DeploymentList Source #

V1beta2DeploymentList DeploymentList is a list of Deployments.

Constructors

V1beta2DeploymentList 

Fields

data V1beta2DeploymentCondition Source #

V1beta2DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.

Constructors

V1beta2DeploymentCondition 

Fields

data V1beta2Deployment Source #

V1beta2Deployment DEPRECATED - This group version of Deployment is deprecated by appsv1Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

Constructors

V1beta2Deployment 

Fields

Instances

Instances details
Eq V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta2Deployment Source #

ToJSON V1beta2Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta2Deployment Source #

FromJSON V1beta2Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedDeploymentStatus V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeployment V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedDeployment V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

data V1beta2DaemonSetUpdateStrategy Source #

V1beta2DaemonSetUpdateStrategy DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Constructors

V1beta2DaemonSetUpdateStrategy 

Fields

data V1beta2DaemonSetStatus Source #

V1beta2DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.

Constructors

V1beta2DaemonSetStatus 

Fields

data V1beta2DaemonSetSpec Source #

V1beta2DaemonSetSpec DaemonSetSpec is the specification of a daemon set.

Constructors

V1beta2DaemonSetSpec 

Fields

data V1beta2DaemonSetList Source #

V1beta2DaemonSetList DaemonSetList is a collection of daemon sets.

Constructors

V1beta2DaemonSetList 

Fields

data V1beta2DaemonSetCondition Source #

V1beta2DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.

Constructors

V1beta2DaemonSetCondition 

Fields

data V1beta2DaemonSet Source #

V1beta2DaemonSet DEPRECATED - This group version of DaemonSet is deprecated by appsv1DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.

Constructors

V1beta2DaemonSet 

Fields

Instances

Instances details
Eq V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta2DaemonSet Source #

ToJSON V1beta2DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta2DaemonSet Source #

FromJSON V1beta2DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedDaemonSet V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

data V1beta2ControllerRevisionList Source #

V1beta2ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.

Constructors

V1beta2ControllerRevisionList 

Fields

data V1beta2ControllerRevision Source #

V1beta2ControllerRevision DEPRECATED - This group version of ControllerRevision is deprecated by appsv1ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

Constructors

V1beta2ControllerRevision 

Fields

Instances

Instances details
Eq V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta2ControllerRevision Source #

ToJSON V1beta2ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta2ControllerRevision Source #

FromJSON V1beta2ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedControllerRevision V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedControllerRevision V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

data V1beta1VolumeNodeResources Source #

V1beta1VolumeNodeResources VolumeNodeResources is a set of resource limits for scheduling of volumes.

Constructors

V1beta1VolumeNodeResources 

Fields

  • v1beta1VolumeNodeResourcesCount :: !(Maybe Int)

    "count" - Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.

data V1beta1VolumeError Source #

V1beta1VolumeError VolumeError captures an error encountered during a volume operation.

Constructors

V1beta1VolumeError 

Fields

data V1beta1VolumeAttachmentStatus Source #

V1beta1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.

Constructors

V1beta1VolumeAttachmentStatus 

Fields

data V1beta1VolumeAttachmentSpec Source #

V1beta1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

V1beta1VolumeAttachmentSpec 

Fields

data V1beta1VolumeAttachmentSource Source #

V1beta1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

Constructors

V1beta1VolumeAttachmentSource 

Fields

data V1beta1VolumeAttachmentList Source #

V1beta1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.

Constructors

V1beta1VolumeAttachmentList 

Fields

data V1beta1VolumeAttachment Source #

V1beta1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Constructors

V1beta1VolumeAttachment 

Fields

Instances

Instances details
Eq V1beta1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1VolumeAttachment Source #

ToJSON V1beta1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1VolumeAttachment Source #

FromJSON V1beta1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceVolumeAttachment V1beta1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam CreateVolumeAttachment V1beta1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

data V1beta1ValidatingWebhookConfigurationList Source #

V1beta1ValidatingWebhookConfigurationList ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

Constructors

V1beta1ValidatingWebhookConfigurationList 

Fields

data V1beta1ValidatingWebhookConfiguration Source #

V1beta1ValidatingWebhookConfiguration ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.

Constructors

V1beta1ValidatingWebhookConfiguration 

Fields

Instances

Instances details
Eq V1beta1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ValidatingWebhookConfiguration Source #

ToJSON V1beta1ValidatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1ValidatingWebhookConfiguration Source #

FromJSON V1beta1ValidatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceValidatingWebhookConfiguration V1beta1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam CreateValidatingWebhookConfiguration V1beta1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

data V1beta1ValidatingWebhook Source #

V1beta1ValidatingWebhook ValidatingWebhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1beta1ValidatingWebhook 

Fields

  • v1beta1ValidatingWebhookAdmissionReviewVersions :: !(Maybe [Text])

    "admissionReviewVersions" - AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. Default to `['v1beta1']`.

  • v1beta1ValidatingWebhookClientConfig :: !AdmissionregistrationV1beta1WebhookClientConfig

    Required "clientConfig"

  • v1beta1ValidatingWebhookFailurePolicy :: !(Maybe Text)

    "failurePolicy" - FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore.

  • v1beta1ValidatingWebhookMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Exact"

  • v1beta1ValidatingWebhookName :: !Text

    Required "name" - The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

  • v1beta1ValidatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1beta1ValidatingWebhookObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1beta1ValidatingWebhookRules :: !(Maybe [V1beta1RuleWithOperations])

    "rules" - Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.

  • v1beta1ValidatingWebhookSideEffects :: !(Maybe Text)

    "sideEffects" - SideEffects states whether this webhookk has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown.

  • v1beta1ValidatingWebhookTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds.

data V1beta1UserInfo Source #

V1beta1UserInfo UserInfo holds the information about the user needed to implement the user.Info interface.

Constructors

V1beta1UserInfo 

Fields

data V1beta1TokenReviewStatus Source #

V1beta1TokenReviewStatus TokenReviewStatus is the result of the token authentication request.

Constructors

V1beta1TokenReviewStatus 

Fields

  • v1beta1TokenReviewStatusAudiences :: !(Maybe [Text])

    "audiences" - Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server.

  • v1beta1TokenReviewStatusAuthenticated :: !(Maybe Bool)

    "authenticated" - Authenticated indicates that the token was associated with a known user.

  • v1beta1TokenReviewStatusError :: !(Maybe Text)

    "error" - Error indicates that the token couldn't be checked

  • v1beta1TokenReviewStatusUser :: !(Maybe V1beta1UserInfo)

    "user"

data V1beta1TokenReviewSpec Source #

V1beta1TokenReviewSpec TokenReviewSpec is a description of the token authentication request.

Constructors

V1beta1TokenReviewSpec 

Fields

  • v1beta1TokenReviewSpecAudiences :: !(Maybe [Text])

    "audiences" - Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.

  • v1beta1TokenReviewSpecToken :: !(Maybe Text)

    "token" - Token is the opaque bearer token.

data V1beta1TokenReview Source #

V1beta1TokenReview TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

Constructors

V1beta1TokenReview 

Fields

data V1beta1SubjectRulesReviewStatus Source #

V1beta1SubjectRulesReviewStatus SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.

Constructors

V1beta1SubjectRulesReviewStatus 

Fields

data V1beta1SubjectAccessReviewStatus Source #

V1beta1SubjectAccessReviewStatus SubjectAccessReviewStatus

Constructors

V1beta1SubjectAccessReviewStatus 

Fields

  • v1beta1SubjectAccessReviewStatusAllowed :: !Bool

    Required "allowed" - Allowed is required. True if the action would be allowed, false otherwise.

  • v1beta1SubjectAccessReviewStatusDenied :: !(Maybe Bool)

    "denied" - Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.

  • v1beta1SubjectAccessReviewStatusEvaluationError :: !(Maybe Text)

    "evaluationError" - EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.

  • v1beta1SubjectAccessReviewStatusReason :: !(Maybe Text)

    "reason" - Reason is optional. It indicates why a request was allowed or denied.

data V1beta1SubjectAccessReviewSpec Source #

V1beta1SubjectAccessReviewSpec SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

Constructors

V1beta1SubjectAccessReviewSpec 

Fields

data V1beta1SubjectAccessReview Source #

V1beta1SubjectAccessReview SubjectAccessReview checks whether or not a user or group can perform an action.

Constructors

V1beta1SubjectAccessReview 

Fields

Instances

Instances details
Eq V1beta1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1SubjectAccessReview Source #

ToJSON V1beta1SubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1SubjectAccessReview Source #

FromJSON V1beta1SubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSubjectAccessReview V1beta1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

data V1beta1Subject Source #

V1beta1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

Constructors

V1beta1Subject 

Fields

  • v1beta1SubjectApiGroup :: !(Maybe Text)

    "apiGroup" - APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.

  • v1beta1SubjectKind :: !Text

    Required "kind" - Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

  • v1beta1SubjectName :: !Text

    Required "name" - Name of the object being referenced.

  • v1beta1SubjectNamespace :: !(Maybe Text)

    "namespace" - Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.

data V1beta1StorageClassList Source #

V1beta1StorageClassList StorageClassList is a collection of storage classes.

Constructors

V1beta1StorageClassList 

Fields

data V1beta1StorageClass Source #

V1beta1StorageClass StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

Constructors

V1beta1StorageClass 

Fields

Instances

Instances details
Eq V1beta1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1StorageClass Source #

ToJSON V1beta1StorageClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1StorageClass Source #

FromJSON V1beta1StorageClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceStorageClass V1beta1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam CreateStorageClass V1beta1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

data V1beta1StatefulSetUpdateStrategy Source #

V1beta1StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Constructors

V1beta1StatefulSetUpdateStrategy 

Fields

data V1beta1StatefulSetStatus Source #

V1beta1StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.

Constructors

V1beta1StatefulSetStatus 

Fields

data V1beta1StatefulSetSpec Source #

V1beta1StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.

Constructors

V1beta1StatefulSetSpec 

Fields

  • v1beta1StatefulSetSpecPodManagementPolicy :: !(Maybe Text)

    "podManagementPolicy" - podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.

  • v1beta1StatefulSetSpecReplicas :: !(Maybe Int)

    "replicas" - replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.

  • v1beta1StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)

    "revisionHistoryLimit" - revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.

  • v1beta1StatefulSetSpecSelector :: !(Maybe V1LabelSelector)

    "selector"

  • v1beta1StatefulSetSpecServiceName :: !Text

    Required "serviceName" - serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

  • v1beta1StatefulSetSpecTemplate :: !V1PodTemplateSpec

    Required "template"

  • v1beta1StatefulSetSpecUpdateStrategy :: !(Maybe V1beta1StatefulSetUpdateStrategy)

    "updateStrategy"

  • v1beta1StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])

    "volumeClaimTemplates" - volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.

data V1beta1StatefulSetList Source #

V1beta1StatefulSetList StatefulSetList is a collection of StatefulSets.

Constructors

V1beta1StatefulSetList 

Fields

data V1beta1StatefulSetCondition Source #

V1beta1StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.

Constructors

V1beta1StatefulSetCondition 

Fields

data V1beta1StatefulSet Source #

V1beta1StatefulSet DEPRECATED - This group version of StatefulSet is deprecated by appsv1beta2StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

Constructors

V1beta1StatefulSet 

Fields

Instances

Instances details
Eq V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1StatefulSet Source #

ToJSON V1beta1StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1StatefulSet Source #

FromJSON V1beta1StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedStatefulSetStatus V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSet V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedStatefulSet V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

data V1beta1SelfSubjectRulesReviewSpec Source #

V1beta1SelfSubjectRulesReviewSpec

Constructors

V1beta1SelfSubjectRulesReviewSpec 

Fields

data V1beta1SelfSubjectRulesReview Source #

V1beta1SelfSubjectRulesReview SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to showhide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetimerevocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.

Constructors

V1beta1SelfSubjectRulesReview 

Fields

Instances

Instances details
Eq V1beta1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1SelfSubjectRulesReview Source #

ToJSON V1beta1SelfSubjectRulesReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1SelfSubjectRulesReview Source #

FromJSON V1beta1SelfSubjectRulesReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectRulesReview V1beta1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

data V1beta1SelfSubjectAccessReviewSpec Source #

V1beta1SelfSubjectAccessReviewSpec SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

data V1beta1SelfSubjectAccessReview Source #

V1beta1SelfSubjectAccessReview SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action

Constructors

V1beta1SelfSubjectAccessReview 

Fields

Instances

Instances details
Eq V1beta1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1SelfSubjectAccessReview Source #

ToJSON V1beta1SelfSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1SelfSubjectAccessReview Source #

FromJSON V1beta1SelfSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectAccessReview V1beta1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

data V1beta1Scheduling Source #

V1beta1Scheduling Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

Constructors

V1beta1Scheduling 

Fields

  • v1beta1SchedulingNodeSelector :: !(Maybe (Map String Text))

    "nodeSelector" - nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.

  • v1beta1SchedulingTolerations :: !(Maybe [V1Toleration])

    "tolerations" - tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.

data V1beta1RuntimeClassList Source #

V1beta1RuntimeClassList RuntimeClassList is a list of RuntimeClass objects.

Constructors

V1beta1RuntimeClassList 

Fields

data V1beta1RuntimeClass Source #

V1beta1RuntimeClass RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md

Constructors

V1beta1RuntimeClass 

Fields

Instances

Instances details
Eq V1beta1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1RuntimeClass Source #

ToJSON V1beta1RuntimeClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1RuntimeClass Source #

FromJSON V1beta1RuntimeClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceRuntimeClass V1beta1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasBodyParam CreateRuntimeClass V1beta1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

data V1beta1RuleWithOperations Source #

V1beta1RuleWithOperations RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

Constructors

V1beta1RuleWithOperations 

Fields

  • v1beta1RuleWithOperationsApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.

  • v1beta1RuleWithOperationsApiVersions :: !(Maybe [Text])

    "apiVersions" - APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.

  • v1beta1RuleWithOperationsOperations :: !(Maybe [Text])

    "operations" - Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.

  • v1beta1RuleWithOperationsResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'podslog' means the log subresource of pods. '*' means all resources, but not subresources. 'pods*' means all subresources of pods. '*scale' means all scale subresources. '**' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

  • v1beta1RuleWithOperationsScope :: !(Maybe Text)

    "scope" - scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".

data V1beta1RollingUpdateStatefulSetStrategy Source #

V1beta1RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

V1beta1RollingUpdateStatefulSetStrategy 

Fields

data V1beta1RoleRef Source #

V1beta1RoleRef RoleRef contains information that points to the role being used

Constructors

V1beta1RoleRef 

Fields

data V1beta1RoleList Source #

V1beta1RoleList RoleList is a collection of Roles

Constructors

V1beta1RoleList 

Fields

data V1beta1RoleBindingList Source #

V1beta1RoleBindingList RoleBindingList is a collection of RoleBindings

Constructors

V1beta1RoleBindingList 

Fields

data V1beta1RoleBinding Source #

V1beta1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

Constructors

V1beta1RoleBinding 

Fields

Instances

Instances details
Eq V1beta1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1RoleBinding Source #

ToJSON V1beta1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1RoleBinding Source #

FromJSON V1beta1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedRoleBinding V1beta1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam CreateNamespacedRoleBinding V1beta1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

data V1beta1Role Source #

V1beta1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Constructors

V1beta1Role 

Fields

Instances

Instances details
Eq V1beta1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1Role Source #

ToJSON V1beta1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1Role Source #

FromJSON V1beta1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedRole V1beta1Role 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 #

data V1beta1ResourceRule Source #

V1beta1ResourceRule ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

Constructors

V1beta1ResourceRule 

Fields

  • v1beta1ResourceRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all.

  • v1beta1ResourceRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.

  • v1beta1ResourceRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups.

  • v1beta1ResourceRuleVerbs :: ![Text]

    Required "verbs" - Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.

data V1beta1ResourceAttributes Source #

V1beta1ResourceAttributes ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Constructors

V1beta1ResourceAttributes 

Fields

data V1beta1ReplicaSetStatus Source #

V1beta1ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.

Constructors

V1beta1ReplicaSetStatus 

Fields

data V1beta1ReplicaSetSpec Source #

V1beta1ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.

Constructors

V1beta1ReplicaSetSpec 

Fields

data V1beta1ReplicaSetList Source #

V1beta1ReplicaSetList ReplicaSetList is a collection of ReplicaSets.

Constructors

V1beta1ReplicaSetList 

Fields

data V1beta1ReplicaSetCondition Source #

V1beta1ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.

Constructors

V1beta1ReplicaSetCondition 

Fields

data V1beta1ReplicaSet Source #

V1beta1ReplicaSet DEPRECATED - This group version of ReplicaSet is deprecated by appsv1beta2ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time.

Constructors

V1beta1ReplicaSet 

Fields

Instances

Instances details
Eq V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ReplicaSet Source #

ToJSON V1beta1ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1ReplicaSet Source #

FromJSON V1beta1ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedReplicaSetStatus V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data V1beta1PriorityClassList Source #

V1beta1PriorityClassList PriorityClassList is a collection of priority classes.

Constructors

V1beta1PriorityClassList 

Fields

data V1beta1PriorityClass Source #

V1beta1PriorityClass DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.iov1PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Constructors

V1beta1PriorityClass 

Fields

Instances

Instances details
Eq V1beta1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1PriorityClass Source #

ToJSON V1beta1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1PriorityClass Source #

FromJSON V1beta1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplacePriorityClass V1beta1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasBodyParam CreatePriorityClass V1beta1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

data V1beta1PolicyRule Source #

V1beta1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

Constructors

V1beta1PolicyRule 

Fields

  • v1beta1PolicyRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.

  • v1beta1PolicyRuleNonResourceUrLs :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both.

  • v1beta1PolicyRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1beta1PolicyRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. '*' represents all resources in the specified apiGroups. '*/foo' represents the subresource 'foo' for all resources in the specified apiGroups.

  • v1beta1PolicyRuleVerbs :: ![Text]

    Required "verbs" - Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.

data V1beta1PodDisruptionBudgetStatus Source #

V1beta1PodDisruptionBudgetStatus PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.

Constructors

V1beta1PodDisruptionBudgetStatus 

Fields

  • v1beta1PodDisruptionBudgetStatusCurrentHealthy :: !Int

    Required "currentHealthy" - current number of healthy pods

  • v1beta1PodDisruptionBudgetStatusDesiredHealthy :: !Int

    Required "desiredHealthy" - minimum desired number of healthy pods

  • v1beta1PodDisruptionBudgetStatusDisruptedPods :: !(Maybe (Map String DateTime))

    "disruptedPods" - DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.

  • v1beta1PodDisruptionBudgetStatusDisruptionsAllowed :: !Int

    Required "disruptionsAllowed" - Number of pod disruptions that are currently allowed.

  • v1beta1PodDisruptionBudgetStatusExpectedPods :: !Int

    Required "expectedPods" - total number of pods counted by this disruption budget

  • v1beta1PodDisruptionBudgetStatusObservedGeneration :: !(Maybe Integer)

    "observedGeneration" - Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB's object generation.

data V1beta1PodDisruptionBudgetSpec Source #

V1beta1PodDisruptionBudgetSpec PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

data V1beta1PodDisruptionBudgetList Source #

V1beta1PodDisruptionBudgetList PodDisruptionBudgetList is a collection of PodDisruptionBudgets.

Constructors

V1beta1PodDisruptionBudgetList 

Fields

data V1beta1PodDisruptionBudget Source #

V1beta1PodDisruptionBudget PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

Constructors

V1beta1PodDisruptionBudget 

Fields

Instances

Instances details
Eq V1beta1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1PodDisruptionBudget Source #

ToJSON V1beta1PodDisruptionBudget

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1PodDisruptionBudget Source #

FromJSON V1beta1PodDisruptionBudget

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedPodDisruptionBudget V1beta1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

data V1beta1Overhead Source #

V1beta1Overhead Overhead structure represents the resource overhead associated with running a pod.

Constructors

V1beta1Overhead 

Fields

data V1beta1NonResourceRule Source #

V1beta1NonResourceRule NonResourceRule holds information that describes a rule for the non-resource

Constructors

V1beta1NonResourceRule 

Fields

  • v1beta1NonResourceRuleNonResourceUrLs :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.

  • v1beta1NonResourceRuleVerbs :: ![Text]

    Required "verbs" - Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

data V1beta1NonResourceAttributes Source #

V1beta1NonResourceAttributes NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

Constructors

V1beta1NonResourceAttributes 

Fields

data V1beta1NetworkPolicySpec Source #

V1beta1NetworkPolicySpec DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networkingv1NetworkPolicySpec.

Constructors

V1beta1NetworkPolicySpec 

Fields

  • v1beta1NetworkPolicySpecEgress :: !(Maybe [V1beta1NetworkPolicyEgressRule])

    "egress" - List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8

  • v1beta1NetworkPolicySpecIngress :: !(Maybe [V1beta1NetworkPolicyIngressRule])

    "ingress" - List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).

  • v1beta1NetworkPolicySpecPodSelector :: !V1LabelSelector

    Required "podSelector"

  • v1beta1NetworkPolicySpecPolicyTypes :: !(Maybe [Text])

    "policyTypes" - List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8

data V1beta1NetworkPolicyPort Source #

V1beta1NetworkPolicyPort DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networkingv1NetworkPolicyPort.

Constructors

V1beta1NetworkPolicyPort 

Fields

data V1beta1NetworkPolicyPeer Source #

V1beta1NetworkPolicyPeer DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networkingv1NetworkPolicyPeer.

data V1beta1NetworkPolicyList Source #

V1beta1NetworkPolicyList DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networkingv1NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects.

Constructors

V1beta1NetworkPolicyList 

Fields

data V1beta1NetworkPolicyIngressRule Source #

V1beta1NetworkPolicyIngressRule DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networkingv1NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from.

Constructors

V1beta1NetworkPolicyIngressRule 

Fields

  • v1beta1NetworkPolicyIngressRuleFrom :: !(Maybe [V1beta1NetworkPolicyPeer])

    "from" - List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.

  • v1beta1NetworkPolicyIngressRulePorts :: !(Maybe [V1beta1NetworkPolicyPort])

    "ports" - List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

data V1beta1NetworkPolicyEgressRule Source #

V1beta1NetworkPolicyEgressRule DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networkingv1NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

Constructors

V1beta1NetworkPolicyEgressRule 

Fields

  • v1beta1NetworkPolicyEgressRulePorts :: !(Maybe [V1beta1NetworkPolicyPort])

    "ports" - List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

  • v1beta1NetworkPolicyEgressRuleTo :: !(Maybe [V1beta1NetworkPolicyPeer])

    "to" - List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.

data V1beta1NetworkPolicy Source #

V1beta1NetworkPolicy DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networkingv1NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods

Constructors

V1beta1NetworkPolicy 

Fields

Instances

Instances details
Eq V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1NetworkPolicy Source #

ToJSON V1beta1NetworkPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1NetworkPolicy Source #

FromJSON V1beta1NetworkPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data V1beta1MutatingWebhookConfigurationList Source #

V1beta1MutatingWebhookConfigurationList MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

Constructors

V1beta1MutatingWebhookConfigurationList 

Fields

data V1beta1MutatingWebhookConfiguration Source #

V1beta1MutatingWebhookConfiguration MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.

Constructors

V1beta1MutatingWebhookConfiguration 

Fields

Instances

Instances details
Eq V1beta1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1MutatingWebhookConfiguration Source #

ToJSON V1beta1MutatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1MutatingWebhookConfiguration Source #

FromJSON V1beta1MutatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceMutatingWebhookConfiguration V1beta1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam CreateMutatingWebhookConfiguration V1beta1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

data V1beta1MutatingWebhook Source #

V1beta1MutatingWebhook MutatingWebhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1beta1MutatingWebhook 

Fields

  • v1beta1MutatingWebhookAdmissionReviewVersions :: !(Maybe [Text])

    "admissionReviewVersions" - AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. Default to `['v1beta1']`.

  • v1beta1MutatingWebhookClientConfig :: !AdmissionregistrationV1beta1WebhookClientConfig

    Required "clientConfig"

  • v1beta1MutatingWebhookFailurePolicy :: !(Maybe Text)

    "failurePolicy" - FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore.

  • v1beta1MutatingWebhookMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Exact"

  • v1beta1MutatingWebhookName :: !Text

    Required "name" - The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

  • v1beta1MutatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1beta1MutatingWebhookObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1beta1MutatingWebhookReinvocationPolicy :: !(Maybe Text)

    "reinvocationPolicy" - reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded". Never: the webhook will not be called more than once in a single admission evaluation. IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. Defaults to "Never".

  • v1beta1MutatingWebhookRules :: !(Maybe [V1beta1RuleWithOperations])

    "rules" - Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.

  • v1beta1MutatingWebhookSideEffects :: !(Maybe Text)

    "sideEffects" - SideEffects states whether this webhookk has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown.

  • v1beta1MutatingWebhookTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds.

data V1beta1LocalSubjectAccessReview Source #

V1beta1LocalSubjectAccessReview LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.

Constructors

V1beta1LocalSubjectAccessReview 

Fields

Instances

Instances details
Eq V1beta1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1LocalSubjectAccessReview Source #

ToJSON V1beta1LocalSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1LocalSubjectAccessReview Source #

FromJSON V1beta1LocalSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedLocalSubjectAccessReview V1beta1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1beta1

data V1beta1LeaseSpec Source #

V1beta1LeaseSpec LeaseSpec is a specification of a Lease.

Constructors

V1beta1LeaseSpec 

Fields

data V1beta1LeaseList Source #

V1beta1LeaseList LeaseList is a list of Lease objects.

Constructors

V1beta1LeaseList 

Fields

data V1beta1Lease Source #

V1beta1Lease Lease defines a lease concept.

Constructors

V1beta1Lease 

Fields

Instances

Instances details
Eq V1beta1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1Lease Source #

ToJSON V1beta1Lease

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1Lease Source #

FromJSON V1beta1Lease

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedLease V1beta1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasBodyParam CreateNamespacedLease V1beta1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

data V1beta1JSONSchemaProps Source #

V1beta1JSONSchemaProps JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http:/json-schema.org).

Constructors

V1beta1JSONSchemaProps 

Fields

data V1beta1IPBlock Source #

V1beta1IPBlock DEPRECATED 1.9 - This group version of IPBlock is deprecated by networkingv1IPBlock. IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

Constructors

V1beta1IPBlock 

Fields

  • v1beta1IPBlockCidr :: !Text

    Required "cidr" - CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"

  • v1beta1IPBlockExcept :: !(Maybe [Text])

    "except" - Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range

data V1beta1ExternalDocumentation Source #

V1beta1ExternalDocumentation ExternalDocumentation allows referencing an external resource for extended documentation.

data V1beta1Eviction Source #

V1beta1Eviction Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to ...podsname/evictions.

Constructors

V1beta1Eviction 

Fields

data V1beta1EventSeries Source #

V1beta1EventSeries EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Constructors

V1beta1EventSeries 

Fields

data V1beta1EventList Source #

V1beta1EventList EventList is a list of Event objects.

Constructors

V1beta1EventList 

Fields

data V1beta1Event Source #

V1beta1Event Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system.

Constructors

V1beta1Event 

Fields

Instances

Instances details
Eq V1beta1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1Event Source #

ToJSON V1beta1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1Event Source #

FromJSON V1beta1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedEvent V1beta1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasBodyParam CreateNamespacedEvent V1beta1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

data V1beta1DaemonSetUpdateStrategy Source #

V1beta1DaemonSetUpdateStrategy

Constructors

V1beta1DaemonSetUpdateStrategy 

Fields

data V1beta1DaemonSetStatus Source #

V1beta1DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.

Constructors

V1beta1DaemonSetStatus 

Fields

data V1beta1DaemonSetSpec Source #

V1beta1DaemonSetSpec DaemonSetSpec is the specification of a daemon set.

Constructors

V1beta1DaemonSetSpec 

Fields

data V1beta1DaemonSetList Source #

V1beta1DaemonSetList DaemonSetList is a collection of daemon sets.

Constructors

V1beta1DaemonSetList 

Fields

data V1beta1DaemonSetCondition Source #

V1beta1DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.

Constructors

V1beta1DaemonSetCondition 

Fields

data V1beta1DaemonSet Source #

V1beta1DaemonSet DEPRECATED - This group version of DaemonSet is deprecated by appsv1beta2DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.

Constructors

V1beta1DaemonSet 

Fields

Instances

Instances details
Eq V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1DaemonSet Source #

ToJSON V1beta1DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1DaemonSet Source #

FromJSON V1beta1DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedDaemonSet V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data V1beta1CustomResourceValidation Source #

V1beta1CustomResourceValidation CustomResourceValidation is a list of validation methods for CustomResources.

data V1beta1CustomResourceSubresources Source #

V1beta1CustomResourceSubresources CustomResourceSubresources defines the status and scale subresources for CustomResources.

Constructors

V1beta1CustomResourceSubresources 

Fields

data V1beta1CustomResourceSubresourceScale Source #

V1beta1CustomResourceSubresourceScale CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

Constructors

V1beta1CustomResourceSubresourceScale 

Fields

  • v1beta1CustomResourceSubresourceScaleLabelSelectorPath :: !(Maybe Text)

    "labelSelectorPath" - labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.

  • v1beta1CustomResourceSubresourceScaleSpecReplicasPath :: !Text

    Required "specReplicasPath" - specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.

  • v1beta1CustomResourceSubresourceScaleStatusReplicasPath :: !Text

    Required "statusReplicasPath" - statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.

data V1beta1CustomResourceDefinitionVersion Source #

V1beta1CustomResourceDefinitionVersion CustomResourceDefinitionVersion describes a version for CRD.

Constructors

V1beta1CustomResourceDefinitionVersion 

Fields

data V1beta1CustomResourceDefinitionStatus Source #

V1beta1CustomResourceDefinitionStatus CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition

Constructors

V1beta1CustomResourceDefinitionStatus 

Fields

data V1beta1CustomResourceDefinitionSpec Source #

V1beta1CustomResourceDefinitionSpec CustomResourceDefinitionSpec describes how a user wants their resource to appear

Constructors

V1beta1CustomResourceDefinitionSpec 

Fields

data V1beta1CustomResourceDefinitionNames Source #

V1beta1CustomResourceDefinitionNames CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

Constructors

V1beta1CustomResourceDefinitionNames 

Fields

data V1beta1CustomResourceDefinitionList Source #

V1beta1CustomResourceDefinitionList CustomResourceDefinitionList is a list of CustomResourceDefinition objects.

Constructors

V1beta1CustomResourceDefinitionList 

Fields

data V1beta1CustomResourceDefinitionCondition Source #

V1beta1CustomResourceDefinitionCondition CustomResourceDefinitionCondition contains details for the current condition of this pod.

Constructors

V1beta1CustomResourceDefinitionCondition 

Fields

data V1beta1CustomResourceDefinition Source #

V1beta1CustomResourceDefinition CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format .spec.name..spec.group. Deprecated in v1.16, planned for removal in v1.19. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.

Constructors

V1beta1CustomResourceDefinition 

Fields

Instances

Instances details
Eq V1beta1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1CustomResourceDefinition Source #

ToJSON V1beta1CustomResourceDefinition

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1CustomResourceDefinition Source #

FromJSON V1beta1CustomResourceDefinition

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

data V1beta1CustomResourceConversion Source #

V1beta1CustomResourceConversion CustomResourceConversion describes how to convert different versions of a CR.

Constructors

V1beta1CustomResourceConversion 

Fields

  • v1beta1CustomResourceConversionConversionReviewVersions :: !(Maybe [Text])

    "conversionReviewVersions" - conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`.

  • v1beta1CustomResourceConversionStrategy :: !Text

    Required "strategy" - strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.

  • v1beta1CustomResourceConversionWebhookClientConfig :: !(Maybe ApiextensionsV1beta1WebhookClientConfig)

    "webhookClientConfig"

data V1beta1CustomResourceColumnDefinition Source #

V1beta1CustomResourceColumnDefinition CustomResourceColumnDefinition specifies a column for server side printing.

Constructors

V1beta1CustomResourceColumnDefinition 

Fields

data V1beta1CronJobStatus Source #

V1beta1CronJobStatus CronJobStatus represents the current state of a cron job.

Constructors

V1beta1CronJobStatus 

Fields

data V1beta1CronJobSpec Source #

V1beta1CronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.

Constructors

V1beta1CronJobSpec 

Fields

data V1beta1CronJobList Source #

V1beta1CronJobList CronJobList is a collection of cron jobs.

Constructors

V1beta1CronJobList 

Fields

data V1beta1CronJob Source #

V1beta1CronJob CronJob represents the configuration of a single cron job.

Constructors

V1beta1CronJob 

Fields

Instances

Instances details
Eq V1beta1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1CronJob Source #

ToJSON V1beta1CronJob

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1CronJob Source #

FromJSON V1beta1CronJob

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedCronJob V1beta1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

data V1beta1ControllerRevisionList Source #

V1beta1ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.

Constructors

V1beta1ControllerRevisionList 

Fields

data V1beta1ControllerRevision Source #

V1beta1ControllerRevision DEPRECATED - This group version of ControllerRevision is deprecated by appsv1beta2ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

Constructors

V1beta1ControllerRevision 

Fields

Instances

Instances details
Eq V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ControllerRevision Source #

ToJSON V1beta1ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1ControllerRevision Source #

FromJSON V1beta1ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedControllerRevision V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedControllerRevision V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

data V1beta1ClusterRoleList Source #

V1beta1ClusterRoleList ClusterRoleList is a collection of ClusterRoles

Constructors

V1beta1ClusterRoleList 

Fields

data V1beta1ClusterRoleBindingList Source #

V1beta1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings

Constructors

V1beta1ClusterRoleBindingList 

Fields

data V1beta1ClusterRoleBinding Source #

V1beta1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

Constructors

V1beta1ClusterRoleBinding 

Fields

Instances

Instances details
Eq V1beta1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ClusterRoleBinding Source #

ToJSON V1beta1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1ClusterRoleBinding Source #

FromJSON V1beta1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceClusterRoleBinding V1beta1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam CreateClusterRoleBinding V1beta1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

data V1beta1ClusterRole Source #

V1beta1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Constructors

V1beta1ClusterRole 

Fields

Instances

Instances details
Eq V1beta1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ClusterRole Source #

ToJSON V1beta1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1ClusterRole Source #

FromJSON V1beta1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceClusterRole V1beta1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam CreateClusterRole V1beta1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

data V1beta1CertificateSigningRequestStatus Source #

V1beta1CertificateSigningRequestStatus

Constructors

V1beta1CertificateSigningRequestStatus 

Fields

data V1beta1CertificateSigningRequestSpec Source #

V1beta1CertificateSigningRequestSpec This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.

Constructors

V1beta1CertificateSigningRequestSpec 

Fields

data V1beta1CertificateSigningRequestList Source #

V1beta1CertificateSigningRequestList

Constructors

V1beta1CertificateSigningRequestList 

Fields

data V1beta1CertificateSigningRequestCondition Source #

V1beta1CertificateSigningRequestCondition

Constructors

V1beta1CertificateSigningRequestCondition 

Fields

data V1beta1CertificateSigningRequest Source #

V1beta1CertificateSigningRequest Describes a certificate signing request

Constructors

V1beta1CertificateSigningRequest 

Fields

Instances

Instances details
Eq V1beta1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1CertificateSigningRequest Source #

ToJSON V1beta1CertificateSigningRequest

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1CertificateSigningRequest Source #

FromJSON V1beta1CertificateSigningRequest

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

data V1beta1CSINodeSpec Source #

V1beta1CSINodeSpec CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Constructors

V1beta1CSINodeSpec 

Fields

data V1beta1CSINodeList Source #

V1beta1CSINodeList CSINodeList is a collection of CSINode objects.

Constructors

V1beta1CSINodeList 

Fields

data V1beta1CSINodeDriver Source #

V1beta1CSINodeDriver CSINodeDriver holds information about the specification of one CSI driver installed on a node

Constructors

V1beta1CSINodeDriver 

Fields

  • v1beta1CSINodeDriverAllocatable :: !(Maybe V1beta1VolumeNodeResources)

    "allocatable"

  • v1beta1CSINodeDriverName :: !Text

    Required "name" - This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.

  • v1beta1CSINodeDriverNodeId :: !Text

    Required "nodeID" - nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.

  • v1beta1CSINodeDriverTopologyKeys :: !(Maybe [Text])

    "topologyKeys" - topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.comzone", "company.comregion"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.

data V1beta1CSINode Source #

V1beta1CSINode CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.

Constructors

V1beta1CSINode 

Fields

Instances

Instances details
Eq V1beta1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1CSINode Source #

ToJSON V1beta1CSINode

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1CSINode Source #

FromJSON V1beta1CSINode

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1beta1CSIDriverSpec Source #

V1beta1CSIDriverSpec CSIDriverSpec is the specification of a CSIDriver.

Constructors

V1beta1CSIDriverSpec 

Fields

  • v1beta1CSIDriverSpecAttachRequired :: !(Maybe Bool)

    "attachRequired" - attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.

  • v1beta1CSIDriverSpecPodInfoOnMount :: !(Maybe Bool)

    "podInfoOnMount" - If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.iopod.name": pod.Name "csi.storage.k8s.iopod.namespace": pod.Namespace "csi.storage.k8s.iopod.uid": string(pod.UID) "csi.storage.k8s.ioephemeral": "true" iff the volume is an ephemeral inline volume defined by a CSIVolumeSource, otherwise "false" "csi.storage.k8s.ioephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled andor ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.

  • v1beta1CSIDriverSpecVolumeLifecycleModes :: !(Maybe [Text])

    "volumeLifecycleModes" - VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PVPVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https:kubernetes-csi.github.iodocs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.

data V1beta1CSIDriverList Source #

V1beta1CSIDriverList CSIDriverList is a collection of CSIDriver objects.

Constructors

V1beta1CSIDriverList 

Fields

data V1beta1CSIDriver Source #

V1beta1CSIDriver CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.

Constructors

V1beta1CSIDriver 

Fields

Instances

Instances details
Eq V1beta1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1CSIDriver Source #

ToJSON V1beta1CSIDriver

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1CSIDriver Source #

FromJSON V1beta1CSIDriver

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1beta1AggregationRule Source #

V1beta1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Constructors

V1beta1AggregationRule 

Fields

data V1beta1APIServiceSpec Source #

V1beta1APIServiceSpec APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

Constructors

V1beta1APIServiceSpec 

Fields

  • v1beta1APIServiceSpecCaBundle :: !(Maybe ByteArray)

    "caBundle" - CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.

  • v1beta1APIServiceSpecGroup :: !(Maybe Text)

    "group" - Group is the API group name this server hosts

  • v1beta1APIServiceSpecGroupPriorityMinimum :: !Int

    Required "groupPriorityMinimum" - GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s

  • v1beta1APIServiceSpecInsecureSkipTlsVerify :: !(Maybe Bool)

    "insecureSkipTLSVerify" - InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.

  • v1beta1APIServiceSpecService :: !ApiregistrationV1beta1ServiceReference

    Required "service"

  • v1beta1APIServiceSpecVersion :: !(Maybe Text)

    "version" - Version is the API version this server hosts. For example, "v1"

  • v1beta1APIServiceSpecVersionPriority :: !Int

    Required "versionPriority" - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

data V1beta1APIServiceList Source #

V1beta1APIServiceList APIServiceList is a list of APIService objects.

Constructors

V1beta1APIServiceList 

Fields

data V1beta1APIServiceCondition Source #

V1beta1APIServiceCondition APIServiceCondition describes the state of an APIService at a particular point

Constructors

V1beta1APIServiceCondition 

Fields

data V1beta1APIService Source #

V1beta1APIService APIService represents a server for a particular GroupVersion. Name must be "version.group".

Constructors

V1beta1APIService 

Fields

Instances

Instances details
Eq V1beta1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1APIService Source #

ToJSON V1beta1APIService

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1beta1APIService Source #

FromJSON V1beta1APIService

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1alpha1WebhookThrottleConfig Source #

V1alpha1WebhookThrottleConfig WebhookThrottleConfig holds the configuration for throttling events

Constructors

V1alpha1WebhookThrottleConfig 

Fields

data V1alpha1WebhookClientConfig Source #

V1alpha1WebhookClientConfig WebhookClientConfig contains the information to make a connection with the webhook

Constructors

V1alpha1WebhookClientConfig 

Fields

  • v1alpha1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • v1alpha1WebhookClientConfigService :: !(Maybe V1alpha1ServiceReference)

    "service"

  • v1alpha1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - `url` gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.

data V1alpha1Webhook Source #

V1alpha1Webhook Webhook holds the configuration of the webhook

data V1alpha1VolumeError Source #

V1alpha1VolumeError VolumeError captures an error encountered during a volume operation.

Constructors

V1alpha1VolumeError 

Fields

data V1alpha1VolumeAttachmentStatus Source #

V1alpha1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.

Constructors

V1alpha1VolumeAttachmentStatus 

Fields

data V1alpha1VolumeAttachmentSpec Source #

V1alpha1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

V1alpha1VolumeAttachmentSpec 

Fields

data V1alpha1VolumeAttachmentSource Source #

V1alpha1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

Constructors

V1alpha1VolumeAttachmentSource 

Fields

data V1alpha1VolumeAttachmentList Source #

V1alpha1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.

Constructors

V1alpha1VolumeAttachmentList 

Fields

data V1alpha1VolumeAttachment Source #

V1alpha1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Constructors

V1alpha1VolumeAttachment 

Fields

Instances

Instances details
Eq V1alpha1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1VolumeAttachment Source #

ToJSON V1alpha1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1VolumeAttachment Source #

FromJSON V1alpha1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceVolumeAttachment V1alpha1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam CreateVolumeAttachment V1alpha1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

data V1alpha1Subject Source #

V1alpha1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

Constructors

V1alpha1Subject 

Fields

  • v1alpha1SubjectApiVersion :: !(Maybe Text)

    "apiVersion" - APIVersion holds the API group and version of the referenced subject. Defaults to "v1" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io/v1alpha1" for User and Group subjects.

  • v1alpha1SubjectKind :: !Text

    Required "kind" - Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

  • v1alpha1SubjectName :: !Text

    Required "name" - Name of the object being referenced.

  • v1alpha1SubjectNamespace :: !(Maybe Text)

    "namespace" - Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.

data V1alpha1ServiceReference Source #

V1alpha1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

V1alpha1ServiceReference 

Fields

data V1alpha1Scheduling Source #

V1alpha1Scheduling Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

Constructors

V1alpha1Scheduling 

Fields

  • v1alpha1SchedulingNodeSelector :: !(Maybe (Map String Text))

    "nodeSelector" - nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.

  • v1alpha1SchedulingTolerations :: !(Maybe [V1Toleration])

    "tolerations" - tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.

data V1alpha1RuntimeClassSpec Source #

V1alpha1RuntimeClassSpec RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.

Constructors

V1alpha1RuntimeClassSpec 

Fields

  • v1alpha1RuntimeClassSpecOverhead :: !(Maybe V1alpha1Overhead)

    "overhead"

  • v1alpha1RuntimeClassSpecRuntimeHandler :: !Text

    Required "runtimeHandler" - RuntimeHandler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The RuntimeHandler must conform to the DNS Label (RFC 1123) requirements and is immutable.

  • v1alpha1RuntimeClassSpecScheduling :: !(Maybe V1alpha1Scheduling)

    "scheduling"

data V1alpha1RuntimeClassList Source #

V1alpha1RuntimeClassList RuntimeClassList is a list of RuntimeClass objects.

Constructors

V1alpha1RuntimeClassList 

Fields

data V1alpha1RuntimeClass Source #

V1alpha1RuntimeClass RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md

Constructors

V1alpha1RuntimeClass 

Fields

Instances

Instances details
Eq V1alpha1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1RuntimeClass Source #

ToJSON V1alpha1RuntimeClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1RuntimeClass Source #

FromJSON V1alpha1RuntimeClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceRuntimeClass V1alpha1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasBodyParam CreateRuntimeClass V1alpha1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

data V1alpha1RoleRef Source #

V1alpha1RoleRef RoleRef contains information that points to the role being used

Constructors

V1alpha1RoleRef 

Fields

data V1alpha1RoleList Source #

V1alpha1RoleList RoleList is a collection of Roles

Constructors

V1alpha1RoleList 

Fields

data V1alpha1RoleBindingList Source #

V1alpha1RoleBindingList RoleBindingList is a collection of RoleBindings

Constructors

V1alpha1RoleBindingList 

Fields

data V1alpha1RoleBinding Source #

V1alpha1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

Constructors

V1alpha1RoleBinding 

Fields

Instances

Instances details
Eq V1alpha1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1RoleBinding Source #

ToJSON V1alpha1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1RoleBinding Source #

FromJSON V1alpha1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedRoleBinding V1alpha1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateNamespacedRoleBinding V1alpha1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

data V1alpha1Role Source #

V1alpha1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Constructors

V1alpha1Role 

Fields

Instances

Instances details
Eq V1alpha1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1Role Source #

ToJSON V1alpha1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1Role Source #

FromJSON V1alpha1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedRole V1alpha1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateNamespacedRole V1alpha1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

data V1alpha1PriorityClassList Source #

V1alpha1PriorityClassList PriorityClassList is a collection of priority classes.

Constructors

V1alpha1PriorityClassList 

Fields

data V1alpha1PriorityClass Source #

V1alpha1PriorityClass DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.iov1PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Constructors

V1alpha1PriorityClass 

Fields

Instances

Instances details
Eq V1alpha1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1PriorityClass Source #

ToJSON V1alpha1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1PriorityClass Source #

FromJSON V1alpha1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplacePriorityClass V1alpha1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasBodyParam CreatePriorityClass V1alpha1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

data V1alpha1PolicyRule Source #

V1alpha1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

Constructors

V1alpha1PolicyRule 

Fields

  • v1alpha1PolicyRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.

  • v1alpha1PolicyRuleNonResourceUrLs :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different. Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both.

  • v1alpha1PolicyRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1alpha1PolicyRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. ResourceAll represents all resources.

  • v1alpha1PolicyRuleVerbs :: ![Text]

    Required "verbs" - Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.

data V1alpha1Policy Source #

V1alpha1Policy Policy defines the configuration of how audit events are logged

Constructors

V1alpha1Policy 

Fields

  • v1alpha1PolicyLevel :: !Text

    Required "level" - The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required

  • v1alpha1PolicyStages :: !(Maybe [Text])

    "stages" - Stages is a list of stages for which events are created.

data V1alpha1PodPresetSpec Source #

V1alpha1PodPresetSpec PodPresetSpec is a description of a pod preset.

Constructors

V1alpha1PodPresetSpec 

Fields

data V1alpha1PodPresetList Source #

V1alpha1PodPresetList PodPresetList is a list of PodPreset objects.

Constructors

V1alpha1PodPresetList 

Fields

data V1alpha1PodPreset Source #

V1alpha1PodPreset PodPreset is a policy resource that defines additional runtime requirements for a Pod.

Constructors

V1alpha1PodPreset 

Fields

Instances

Instances details
Eq V1alpha1PodPreset Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1PodPreset Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1PodPreset Source #

ToJSON V1alpha1PodPreset

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1PodPreset Source #

FromJSON V1alpha1PodPreset

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedPodPreset V1alpha1PodPreset Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasBodyParam CreateNamespacedPodPreset V1alpha1PodPreset Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

data V1alpha1Overhead Source #

V1alpha1Overhead Overhead structure represents the resource overhead associated with running a pod.

Constructors

V1alpha1Overhead 

Fields

data V1alpha1EndpointSliceList Source #

V1alpha1EndpointSliceList EndpointSliceList represents a list of endpoint slices

Constructors

V1alpha1EndpointSliceList 

Fields

data V1alpha1EndpointSlice Source #

V1alpha1EndpointSlice EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Constructors

V1alpha1EndpointSlice 

Fields

Instances

Instances details
Eq V1alpha1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1EndpointSlice Source #

ToJSON V1alpha1EndpointSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1EndpointSlice Source #

FromJSON V1alpha1EndpointSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedEndpointSlice V1alpha1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasBodyParam CreateNamespacedEndpointSlice V1alpha1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

data V1alpha1EndpointPort Source #

V1alpha1EndpointPort EndpointPort represents a Port used by an EndpointSlice

Constructors

V1alpha1EndpointPort 

Fields

  • v1alpha1EndpointPortName :: !(Maybe Text)

    "name" - The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass IANA_SVC_NAME validation: * must be no more than 15 characters long * may contain only [-a-z0-9] * must contain at least one letter [a-z] * it must not start or end with a hyphen, nor contain adjacent hyphens Default is empty string.

  • v1alpha1EndpointPortPort :: !(Maybe Int)

    "port" - The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.

  • v1alpha1EndpointPortProtocol :: !(Maybe Text)

    "protocol" - The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.

data V1alpha1EndpointConditions Source #

V1alpha1EndpointConditions EndpointConditions represents the current condition of an endpoint.

Constructors

V1alpha1EndpointConditions 

Fields

  • v1alpha1EndpointConditionsReady :: !(Maybe Bool)

    "ready" - ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready.

data V1alpha1Endpoint Source #

V1alpha1Endpoint Endpoint represents a single logical "backend" implementing a service.

Constructors

V1alpha1Endpoint 

Fields

  • v1alpha1EndpointAddresses :: ![Text]

    Required "addresses" - addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. This allows for cases like dual-stack (IPv4 and IPv6) networking. Consumers (e.g. kube-proxy) must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.

  • v1alpha1EndpointConditions :: !(Maybe V1alpha1EndpointConditions)

    "conditions"

  • v1alpha1EndpointHostname :: !(Maybe Text)

    "hostname" - hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must pass DNS Label (RFC 1123) validation.

  • v1alpha1EndpointTargetRef :: !(Maybe V1ObjectReference)

    "targetRef"

  • v1alpha1EndpointTopology :: !(Maybe (Map String Text))

    "topology" - topology contains arbitrary topology information associated with the endpoint. These keyvalue pairs must conform with the label format. https:kubernetes.iodocsconceptsoverviewworking-with-objectslabels Topology may include a maximum of 16 keyvalue pairs. This includes, but is not limited to the following well known keys: * kubernetes.iohostname: the value indicates the hostname of the node where the endpoint is located. This should match the corresponding node label. * topology.kubernetes.iozone: the value indicates the zone where the endpoint is located. This should match the corresponding node label. * topology.kubernetes.ioregion: the value indicates the region where the endpoint is located. This should match the corresponding node label.

data V1alpha1ClusterRoleList Source #

V1alpha1ClusterRoleList ClusterRoleList is a collection of ClusterRoles

Constructors

V1alpha1ClusterRoleList 

Fields

data V1alpha1ClusterRoleBindingList Source #

V1alpha1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings

Constructors

V1alpha1ClusterRoleBindingList 

Fields

data V1alpha1ClusterRoleBinding Source #

V1alpha1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

Constructors

V1alpha1ClusterRoleBinding 

Fields

Instances

Instances details
Eq V1alpha1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1ClusterRoleBinding Source #

ToJSON V1alpha1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1ClusterRoleBinding Source #

FromJSON V1alpha1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceClusterRoleBinding V1alpha1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateClusterRoleBinding V1alpha1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

data V1alpha1ClusterRole Source #

V1alpha1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Constructors

V1alpha1ClusterRole 

Fields

Instances

Instances details
Eq V1alpha1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1ClusterRole Source #

ToJSON V1alpha1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1ClusterRole Source #

FromJSON V1alpha1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceClusterRole V1alpha1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam CreateClusterRole V1alpha1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

data V1alpha1AuditSinkList Source #

V1alpha1AuditSinkList AuditSinkList is a list of AuditSink items.

Constructors

V1alpha1AuditSinkList 

Fields

data V1alpha1AuditSink Source #

V1alpha1AuditSink AuditSink represents a cluster level audit sink

Constructors

V1alpha1AuditSink 

Fields

Instances

Instances details
Eq V1alpha1AuditSink Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1AuditSink Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1AuditSink Source #

ToJSON V1alpha1AuditSink

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1alpha1AuditSink Source #

FromJSON V1alpha1AuditSink

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1alpha1AggregationRule Source #

V1alpha1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Constructors

V1alpha1AggregationRule 

Fields

data V1WindowsSecurityContextOptions Source #

V1WindowsSecurityContextOptions WindowsSecurityContextOptions contain Windows-specific options and credentials.

Constructors

V1WindowsSecurityContextOptions 

Fields

  • v1WindowsSecurityContextOptionsGmsaCredentialSpec :: !(Maybe Text)

    "gmsaCredentialSpec" - GMSACredentialSpec is where the GMSA admission webhook (https:/github.comkubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.

  • v1WindowsSecurityContextOptionsGmsaCredentialSpecName :: !(Maybe Text)

    "gmsaCredentialSpecName" - GMSACredentialSpecName is the name of the GMSA credential spec to use. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag.

  • v1WindowsSecurityContextOptionsRunAsUserName :: !(Maybe Text)

    "runAsUserName" - The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. This field is alpha-level and it is only honored by servers that enable the WindowsRunAsUserName feature flag.

data V1WeightedPodAffinityTerm Source #

V1WeightedPodAffinityTerm The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

Constructors

V1WeightedPodAffinityTerm 

Fields

data V1WebhookConversion Source #

V1WebhookConversion WebhookConversion describes how to call a conversion webhook

Constructors

V1WebhookConversion 

Fields

  • v1WebhookConversionClientConfig :: !(Maybe ApiextensionsV1WebhookClientConfig)

    "clientConfig"

  • v1WebhookConversionConversionReviewVersions :: ![Text]

    Required "conversionReviewVersions" - conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.

data V1WatchEvent Source #

V1WatchEvent Event represents a single event to a watched resource.

Constructors

V1WatchEvent 

Fields

  • v1WatchEventObject :: !Value

    Required "object" - Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *Status is recommended; other types may make sense depending on context.

  • v1WatchEventType :: !Text

    Required "type"

data V1VsphereVirtualDiskVolumeSource Source #

V1VsphereVirtualDiskVolumeSource Represents a vSphere volume resource.

Constructors

V1VsphereVirtualDiskVolumeSource 

Fields

data V1VolumeNodeAffinity Source #

V1VolumeNodeAffinity VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.

data V1VolumeMount Source #

V1VolumeMount VolumeMount describes a mounting of a Volume within a container.

Constructors

V1VolumeMount 

Fields

  • v1VolumeMountMountPath :: !Text

    Required "mountPath" - Path within the container at which the volume should be mounted. Must not contain ':'.

  • v1VolumeMountMountPropagation :: !(Maybe Text)

    "mountPropagation" - mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.

  • v1VolumeMountName :: !Text

    Required "name" - This must match the Name of a Volume.

  • v1VolumeMountReadOnly :: !(Maybe Bool)

    "readOnly" - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.

  • v1VolumeMountSubPath :: !(Maybe Text)

    "subPath" - Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

  • v1VolumeMountSubPathExpr :: !(Maybe Text)

    "subPathExpr" - Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. This field is beta in 1.15.

data V1VolumeError Source #

V1VolumeError VolumeError captures an error encountered during a volume operation.

Constructors

V1VolumeError 

Fields

data V1VolumeDevice Source #

V1VolumeDevice volumeDevice describes a mapping of a raw block device within a container.

Constructors

V1VolumeDevice 

Fields

data V1VolumeAttachmentStatus Source #

V1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.

Constructors

V1VolumeAttachmentStatus 

Fields

data V1VolumeAttachmentSpec Source #

V1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

V1VolumeAttachmentSpec 

Fields

data V1VolumeAttachmentSource Source #

V1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

Constructors

V1VolumeAttachmentSource 

Fields

data V1VolumeAttachmentList Source #

V1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.

Constructors

V1VolumeAttachmentList 

Fields

data V1VolumeAttachment Source #

V1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Constructors

V1VolumeAttachment 

Fields

Instances

Instances details
Eq V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1VolumeAttachment Source #

ToJSON V1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1VolumeAttachment Source #

FromJSON V1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateVolumeAttachment V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

data V1Volume Source #

V1Volume Volume represents a named volume in a pod that may be accessed by any container in the pod.

Constructors

V1Volume 

Fields

Instances

Instances details
Eq V1Volume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Volume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Volume Source #

ToJSON V1Volume

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Volume Source #

FromJSON V1Volume

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1ValidatingWebhookConfigurationList Source #

V1ValidatingWebhookConfigurationList ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

Constructors

V1ValidatingWebhookConfigurationList 

Fields

data V1ValidatingWebhookConfiguration Source #

V1ValidatingWebhookConfiguration ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Constructors

V1ValidatingWebhookConfiguration 

Fields

Instances

Instances details
Eq V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ValidatingWebhookConfiguration Source #

ToJSON V1ValidatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ValidatingWebhookConfiguration Source #

FromJSON V1ValidatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceValidatingWebhookConfiguration V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam CreateValidatingWebhookConfiguration V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1ValidatingWebhook Source #

V1ValidatingWebhook ValidatingWebhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1ValidatingWebhook 

Fields

  • v1ValidatingWebhookAdmissionReviewVersions :: ![Text]

    Required "admissionReviewVersions" - AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

  • v1ValidatingWebhookClientConfig :: !AdmissionregistrationV1WebhookClientConfig

    Required "clientConfig"

  • v1ValidatingWebhookFailurePolicy :: !(Maybe Text)

    "failurePolicy" - FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.

  • v1ValidatingWebhookMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent"

  • v1ValidatingWebhookName :: !Text

    Required "name" - The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

  • v1ValidatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1ValidatingWebhookObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1ValidatingWebhookRules :: !(Maybe [V1RuleWithOperations])

    "rules" - Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.

  • v1ValidatingWebhookSideEffects :: !Text

    Required "sideEffects" - SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

  • v1ValidatingWebhookTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.

data V1UserInfo Source #

V1UserInfo UserInfo holds the information about the user needed to implement the user.Info interface.

Constructors

V1UserInfo 

Fields

Instances

Instances details
Eq V1UserInfo Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1UserInfo Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1UserInfo Source #

ToJSON V1UserInfo

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1UserInfo Source #

FromJSON V1UserInfo

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1TypedLocalObjectReference Source #

V1TypedLocalObjectReference TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

Constructors

V1TypedLocalObjectReference 

Fields

data V1TopologySpreadConstraint Source #

V1TopologySpreadConstraint TopologySpreadConstraint specifies how to spread matching pods among the given topology.

Constructors

V1TopologySpreadConstraint 

Fields

  • v1TopologySpreadConstraintLabelSelector :: !(Maybe V1LabelSelector)

    "labelSelector"

  • v1TopologySpreadConstraintMaxSkew :: !Int

    Required "maxSkew" - MaxSkew describes the degree to which pods may be unevenly distributed. It's the maximum permitted difference between the number of matching pods in any two topology domains of a given topology type. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 110: | zone1 | zone2 | zone3 | | P | P | | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 111; scheduling it onto zone1(zone2) would make the ActualSkew(2-0) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. It's a required field. Default value is 1 and 0 is not allowed.

  • v1TopologySpreadConstraintTopologyKey :: !Text

    Required "topologyKey" - TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.

  • v1TopologySpreadConstraintWhenUnsatisfiable :: !Text

    Required "whenUnsatisfiable" - WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it - ScheduleAnyway tells the scheduler to still schedule it It's considered as "Unsatisfiable" if and only if placing incoming pod on any topology violates "MaxSkew". For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 311: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 321(312) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.

data V1TopologySelectorTerm Source #

V1TopologySelectorTerm A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

Constructors

V1TopologySelectorTerm 

Fields

data V1TopologySelectorLabelRequirement Source #

V1TopologySelectorLabelRequirement A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.

Constructors

V1TopologySelectorLabelRequirement 

Fields

data V1Toleration Source #

V1Toleration The pod this Toleration is attached to tolerates any taint that matches the triple key,value,effect using the matching operator operator.

Constructors

V1Toleration 

Fields

  • v1TolerationEffect :: !(Maybe Text)

    "effect" - Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

  • v1TolerationKey :: !(Maybe Text)

    "key" - Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.

  • v1TolerationOperator :: !(Maybe Text)

    "operator" - Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.

  • v1TolerationTolerationSeconds :: !(Maybe Integer)

    "tolerationSeconds" - TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.

  • v1TolerationValue :: !(Maybe Text)

    "value" - Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

data V1TokenReviewStatus Source #

V1TokenReviewStatus TokenReviewStatus is the result of the token authentication request.

Constructors

V1TokenReviewStatus 

Fields

  • v1TokenReviewStatusAudiences :: !(Maybe [Text])

    "audiences" - Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server.

  • v1TokenReviewStatusAuthenticated :: !(Maybe Bool)

    "authenticated" - Authenticated indicates that the token was associated with a known user.

  • v1TokenReviewStatusError :: !(Maybe Text)

    "error" - Error indicates that the token couldn't be checked

  • v1TokenReviewStatusUser :: !(Maybe V1UserInfo)

    "user"

data V1TokenReviewSpec Source #

V1TokenReviewSpec TokenReviewSpec is a description of the token authentication request.

Constructors

V1TokenReviewSpec 

Fields

  • v1TokenReviewSpecAudiences :: !(Maybe [Text])

    "audiences" - Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.

  • v1TokenReviewSpecToken :: !(Maybe Text)

    "token" - Token is the opaque bearer token.

data V1TokenReview Source #

V1TokenReview TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

Constructors

V1TokenReview 

Fields

data V1TokenRequestStatus Source #

V1TokenRequestStatus TokenRequestStatus is the result of a token request.

Constructors

V1TokenRequestStatus 

Fields

data V1TokenRequestSpec Source #

V1TokenRequestSpec TokenRequestSpec contains client provided parameters of a token request.

Constructors

V1TokenRequestSpec 

Fields

  • v1TokenRequestSpecAudiences :: ![Text]

    Required "audiences" - Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.

  • v1TokenRequestSpecBoundObjectRef :: !(Maybe V1BoundObjectReference)

    "boundObjectRef"

  • v1TokenRequestSpecExpirationSeconds :: !(Maybe Integer)

    "expirationSeconds" - ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response.

data V1TokenRequest Source #

V1TokenRequest TokenRequest requests a token for a given service account.

Constructors

V1TokenRequest 

Fields

data V1Taint Source #

V1Taint The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

Constructors

V1Taint 

Fields

  • v1TaintEffect :: !Text

    Required "effect" - Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

  • v1TaintKey :: !Text

    Required "key" - Required. The taint key to be applied to a node.

  • v1TaintTimeAdded :: !(Maybe DateTime)

    "timeAdded" - TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.

  • v1TaintValue :: !(Maybe Text)

    "value" - Required. The taint value corresponding to the taint key.

Instances

Instances details
Eq V1Taint Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Taint Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Taint Source #

ToJSON V1Taint

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Taint Source #

FromJSON V1Taint

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1TCPSocketAction Source #

V1TCPSocketAction TCPSocketAction describes an action based on opening a socket

Constructors

V1TCPSocketAction 

Fields

data V1Sysctl Source #

V1Sysctl Sysctl defines a kernel parameter to be set

Constructors

V1Sysctl 

Fields

Instances

Instances details
Eq V1Sysctl Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Sysctl Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Sysctl Source #

ToJSON V1Sysctl

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Sysctl Source #

FromJSON V1Sysctl

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1SubjectRulesReviewStatus Source #

V1SubjectRulesReviewStatus SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.

Constructors

V1SubjectRulesReviewStatus 

Fields

  • v1SubjectRulesReviewStatusEvaluationError :: !(Maybe Text)

    "evaluationError" - EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.

  • v1SubjectRulesReviewStatusIncomplete :: !Bool

    Required "incomplete" - Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.

  • v1SubjectRulesReviewStatusNonResourceRules :: ![V1NonResourceRule]

    Required "nonResourceRules" - NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

  • v1SubjectRulesReviewStatusResourceRules :: ![V1ResourceRule]

    Required "resourceRules" - ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

data V1SubjectAccessReviewStatus Source #

V1SubjectAccessReviewStatus SubjectAccessReviewStatus

Constructors

V1SubjectAccessReviewStatus 

Fields

  • v1SubjectAccessReviewStatusAllowed :: !Bool

    Required "allowed" - Allowed is required. True if the action would be allowed, false otherwise.

  • v1SubjectAccessReviewStatusDenied :: !(Maybe Bool)

    "denied" - Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.

  • v1SubjectAccessReviewStatusEvaluationError :: !(Maybe Text)

    "evaluationError" - EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.

  • v1SubjectAccessReviewStatusReason :: !(Maybe Text)

    "reason" - Reason is optional. It indicates why a request was allowed or denied.

data V1SubjectAccessReviewSpec Source #

V1SubjectAccessReviewSpec SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

Constructors

V1SubjectAccessReviewSpec 

Fields

data V1SubjectAccessReview Source #

V1SubjectAccessReview SubjectAccessReview checks whether or not a user or group can perform an action.

Constructors

V1SubjectAccessReview 

Fields

data V1Subject Source #

V1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

Constructors

V1Subject 

Fields

  • v1SubjectApiGroup :: !(Maybe Text)

    "apiGroup" - APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.

  • v1SubjectKind :: !Text

    Required "kind" - Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

  • v1SubjectName :: !Text

    Required "name" - Name of the object being referenced.

  • v1SubjectNamespace :: !(Maybe Text)

    "namespace" - Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.

Instances

Instances details
Eq V1Subject Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Subject Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Subject Source #

ToJSON V1Subject

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Subject Source #

FromJSON V1Subject

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1StorageOSVolumeSource Source #

V1StorageOSVolumeSource Represents a StorageOS persistent volume resource.

Constructors

V1StorageOSVolumeSource 

Fields

  • v1StorageOSVolumeSourceFsType :: !(Maybe Text)

    "fsType" - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

  • v1StorageOSVolumeSourceReadOnly :: !(Maybe Bool)

    "readOnly" - Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

  • v1StorageOSVolumeSourceSecretRef :: !(Maybe V1LocalObjectReference)

    "secretRef"

  • v1StorageOSVolumeSourceVolumeName :: !(Maybe Text)

    "volumeName" - VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.

  • v1StorageOSVolumeSourceVolumeNamespace :: !(Maybe Text)

    "volumeNamespace" - VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.

data V1StorageOSPersistentVolumeSource Source #

V1StorageOSPersistentVolumeSource Represents a StorageOS persistent volume resource.

Constructors

V1StorageOSPersistentVolumeSource 

Fields

data V1StorageClassList Source #

V1StorageClassList StorageClassList is a collection of storage classes.

Constructors

V1StorageClassList 

Fields

data V1StorageClass Source #

V1StorageClass StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

Constructors

V1StorageClass 

Fields

Instances

Instances details
Eq V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1StorageClass Source #

ToJSON V1StorageClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1StorageClass Source #

FromJSON V1StorageClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceStorageClass V1StorageClass 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 #

data V1StatusDetails Source #

V1StatusDetails StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Constructors

V1StatusDetails 

Fields

data V1StatusCause Source #

V1StatusCause StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.

Constructors

V1StatusCause 

Fields

  • v1StatusCauseField :: !(Maybe Text)

    "field" - The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items"

  • v1StatusCauseMessage :: !(Maybe Text)

    "message" - A human-readable description of the cause of the error. This field may be presented as-is to a reader.

  • v1StatusCauseReason :: !(Maybe Text)

    "reason" - A machine-readable description of the cause of the error. If this value is empty there is no information available.

data V1Status Source #

V1Status Status is a return value for calls that don't return other objects.

Constructors

V1Status 

Fields

Instances

Instances details
Eq V1Status Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Status Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Status Source #

ToJSON V1Status

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Status Source #

FromJSON V1Status

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1StatefulSetUpdateStrategy Source #

V1StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Constructors

V1StatefulSetUpdateStrategy 

Fields

data V1StatefulSetStatus Source #

V1StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.

Constructors

V1StatefulSetStatus 

Fields

data V1StatefulSetSpec Source #

V1StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.

Constructors

V1StatefulSetSpec 

Fields

  • v1StatefulSetSpecPodManagementPolicy :: !(Maybe Text)

    "podManagementPolicy" - podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.

  • v1StatefulSetSpecReplicas :: !(Maybe Int)

    "replicas" - replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.

  • v1StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)

    "revisionHistoryLimit" - revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.

  • v1StatefulSetSpecSelector :: !V1LabelSelector

    Required "selector"

  • v1StatefulSetSpecServiceName :: !Text

    Required "serviceName" - serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

  • v1StatefulSetSpecTemplate :: !V1PodTemplateSpec

    Required "template"

  • v1StatefulSetSpecUpdateStrategy :: !(Maybe V1StatefulSetUpdateStrategy)

    "updateStrategy"

  • v1StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])

    "volumeClaimTemplates" - volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.

data V1StatefulSetList Source #

V1StatefulSetList StatefulSetList is a collection of StatefulSets.

Constructors

V1StatefulSetList 

Fields

data V1StatefulSetCondition Source #

V1StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.

Constructors

V1StatefulSetCondition 

Fields

data V1StatefulSet Source #

V1StatefulSet StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

Constructors

V1StatefulSet 

Fields

Instances

Instances details
Eq V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1StatefulSet Source #

ToJSON V1StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1StatefulSet Source #

FromJSON V1StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedStatefulSetStatus V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedStatefulSet V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedStatefulSet V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1ServiceStatus Source #

V1ServiceStatus ServiceStatus represents the current status of a service.

data V1ServiceSpec Source #

V1ServiceSpec ServiceSpec describes the attributes that a user creates on a service.

Constructors

V1ServiceSpec 

Fields

  • v1ServiceSpecClusterIp :: !(Maybe Text)

    "clusterIP" - clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are "None", empty string (""), or a valid IP address. "None" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecExternalIPs :: !(Maybe [Text])

    "externalIPs" - externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.

  • v1ServiceSpecExternalName :: !(Maybe Text)

    "externalName" - externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid RFC-1123 hostname (https:/tools.ietf.orghtml/rfc1123) and requires Type to be ExternalName.

  • v1ServiceSpecExternalTrafficPolicy :: !(Maybe Text)

    "externalTrafficPolicy" - externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. "Local" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. "Cluster" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.

  • v1ServiceSpecHealthCheckNodePort :: !(Maybe Int)

    "healthCheckNodePort" - healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local.

  • v1ServiceSpecIpFamily :: !(Maybe Text)

    "ipFamily" - ipFamily specifies whether this Service has a preference for a particular IP family (e.g. IPv4 vs. IPv6). If a specific IP family is requested, the clusterIP field will be allocated from that family, if it is available in the cluster. If no IP family is requested, the cluster's primary IP family will be used. Other IP fields (loadBalancerIP, loadBalancerSourceRanges, externalIPs) and controllers which allocate external load-balancers should use the same IP family. Endpoints for this Service will be of this family. This field is immutable after creation. Assigning a ServiceIPFamily not available in the cluster (e.g. IPv6 in IPv4 only cluster) is an error condition and will fail during clusterIP assignment.

  • v1ServiceSpecLoadBalancerIp :: !(Maybe Text)

    "loadBalancerIP" - Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature.

  • v1ServiceSpecLoadBalancerSourceRanges :: !(Maybe [Text])

    "loadBalancerSourceRanges" - If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/

  • v1ServiceSpecPorts :: !(Maybe [V1ServicePort])

    "ports" - The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecPublishNotReadyAddresses :: !(Maybe Bool)

    "publishNotReadyAddresses" - publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet's Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery.

  • v1ServiceSpecSelector :: !(Maybe (Map String Text))

    "selector" - Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/

  • v1ServiceSpecSessionAffinity :: !(Maybe Text)

    "sessionAffinity" - Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecSessionAffinityConfig :: !(Maybe V1SessionAffinityConfig)

    "sessionAffinityConfig"

  • v1ServiceSpecType :: !(Maybe Text)

    "type" - type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ExternalName" maps to the specified externalName. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types

data V1ServicePort Source #

V1ServicePort ServicePort contains information on service's port.

Constructors

V1ServicePort 

Fields

data V1ServiceList Source #

V1ServiceList ServiceList holds a list of services.

Constructors

V1ServiceList 

Fields

data V1ServiceAccountTokenProjection Source #

V1ServiceAccountTokenProjection ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).

Constructors

V1ServiceAccountTokenProjection 

Fields

  • v1ServiceAccountTokenProjectionAudience :: !(Maybe Text)

    "audience" - Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.

  • v1ServiceAccountTokenProjectionExpirationSeconds :: !(Maybe Integer)

    "expirationSeconds" - ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.

  • v1ServiceAccountTokenProjectionPath :: !Text

    Required "path" - Path is the path relative to the mount point of the file to project the token into.

data V1ServiceAccountList Source #

V1ServiceAccountList ServiceAccountList is a list of ServiceAccount objects

Constructors

V1ServiceAccountList 

Fields

data V1ServiceAccount Source #

V1ServiceAccount ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets

Constructors

V1ServiceAccount 

Fields

Instances

Instances details
Eq V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ServiceAccount Source #

ToJSON V1ServiceAccount

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ServiceAccount Source #

FromJSON V1ServiceAccount

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1Service Source #

V1Service Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

Constructors

V1Service 

Fields

Instances

Instances details
Eq V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Service Source #

ToJSON V1Service

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Service Source #

FromJSON V1Service

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedServiceStatus V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ServerAddressByClientCIDR Source #

V1ServerAddressByClientCIDR ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

Constructors

V1ServerAddressByClientCIDR 

Fields

data V1SelfSubjectRulesReview Source #

V1SelfSubjectRulesReview SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to showhide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetimerevocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.

Constructors

V1SelfSubjectRulesReview 

Fields

Instances

Instances details
Eq V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1SelfSubjectRulesReview Source #

ToJSON V1SelfSubjectRulesReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1SelfSubjectRulesReview Source #

FromJSON V1SelfSubjectRulesReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectRulesReview V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1SelfSubjectAccessReviewSpec Source #

V1SelfSubjectAccessReviewSpec SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

data V1SelfSubjectAccessReview Source #

V1SelfSubjectAccessReview SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action

Constructors

V1SelfSubjectAccessReview 

Fields

Instances

Instances details
Eq V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1SelfSubjectAccessReview Source #

ToJSON V1SelfSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1SelfSubjectAccessReview Source #

FromJSON V1SelfSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectAccessReview V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1SecurityContext Source #

V1SecurityContext SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

Constructors

V1SecurityContext 

Fields

  • v1SecurityContextAllowPrivilegeEscalation :: !(Maybe Bool)

    "allowPrivilegeEscalation" - AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN

  • v1SecurityContextCapabilities :: !(Maybe V1Capabilities)

    "capabilities"

  • v1SecurityContextPrivileged :: !(Maybe Bool)

    "privileged" - Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.

  • v1SecurityContextProcMount :: !(Maybe Text)

    "procMount" - procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled.

  • v1SecurityContextReadOnlyRootFilesystem :: !(Maybe Bool)

    "readOnlyRootFilesystem" - Whether this container has a read-only root filesystem. Default is false.

  • v1SecurityContextRunAsGroup :: !(Maybe Integer)

    "runAsGroup" - The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

  • v1SecurityContextRunAsNonRoot :: !(Maybe Bool)

    "runAsNonRoot" - Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

  • v1SecurityContextRunAsUser :: !(Maybe Integer)

    "runAsUser" - The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

  • v1SecurityContextSeLinuxOptions :: !(Maybe V1SELinuxOptions)

    "seLinuxOptions"

  • v1SecurityContextWindowsOptions :: !(Maybe V1WindowsSecurityContextOptions)

    "windowsOptions"

data V1SecretVolumeSource Source #

V1SecretVolumeSource Adapts a Secret into a volume. The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

Constructors

V1SecretVolumeSource 

Fields

  • v1SecretVolumeSourceDefaultMode :: !(Maybe Int)

    "defaultMode" - Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1SecretVolumeSourceItems :: !(Maybe [V1KeyToPath])

    "items" - If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

  • v1SecretVolumeSourceOptional :: !(Maybe Bool)

    "optional" - Specify whether the Secret or its keys must be defined

  • v1SecretVolumeSourceSecretName :: !(Maybe Text)

    "secretName" - Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

data V1SecretReference Source #

V1SecretReference SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

Constructors

V1SecretReference 

Fields

data V1SecretProjection Source #

V1SecretProjection Adapts a secret into a projected volume. The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.

Constructors

V1SecretProjection 

Fields

data V1SecretList Source #

V1SecretList SecretList is a list of Secret.

Constructors

V1SecretList 

Fields

data V1SecretKeySelector Source #

V1SecretKeySelector SecretKeySelector selects a key of a Secret.

Constructors

V1SecretKeySelector 

Fields

data V1SecretEnvSource Source #

V1SecretEnvSource SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

Constructors

V1SecretEnvSource 

Fields

data V1Secret Source #

V1Secret Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.

Constructors

V1Secret 

Fields

Instances

Instances details
Eq V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Secret Source #

ToJSON V1Secret

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Secret Source #

FromJSON V1Secret

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedSecret V1Secret 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 #

data V1ScopedResourceSelectorRequirement Source #

V1ScopedResourceSelectorRequirement A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.

Constructors

V1ScopedResourceSelectorRequirement 

Fields

data V1ScopeSelector Source #

V1ScopeSelector A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.

Constructors

V1ScopeSelector 

Fields

data V1ScaleStatus Source #

V1ScaleStatus ScaleStatus represents the current status of a scale subresource.

Constructors

V1ScaleStatus 

Fields

data V1ScaleSpec Source #

V1ScaleSpec ScaleSpec describes the attributes of a scale subresource.

Constructors

V1ScaleSpec 

Fields

Instances

Instances details
Eq V1ScaleSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ScaleSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ScaleSpec Source #

ToJSON V1ScaleSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ScaleSpec Source #

FromJSON V1ScaleSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1ScaleIOVolumeSource Source #

V1ScaleIOVolumeSource ScaleIOVolumeSource represents a persistent ScaleIO volume

Constructors

V1ScaleIOVolumeSource 

Fields

data V1ScaleIOPersistentVolumeSource Source #

V1ScaleIOPersistentVolumeSource ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

Constructors

V1ScaleIOPersistentVolumeSource 

Fields

data V1Scale Source #

V1Scale Scale represents a scaling request for a resource.

Constructors

V1Scale 

Fields

Instances

Instances details
Eq V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Scale Source #

ToJSON V1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Scale Source #

FromJSON V1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedReplicationControllerScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedStatefulSetScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSetScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeploymentScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1SELinuxOptions Source #

V1SELinuxOptions SELinuxOptions are the labels to be applied to the container

Constructors

V1SELinuxOptions 

Fields

data V1RuleWithOperations Source #

V1RuleWithOperations RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

Constructors

V1RuleWithOperations 

Fields

  • v1RuleWithOperationsApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.

  • v1RuleWithOperationsApiVersions :: !(Maybe [Text])

    "apiVersions" - APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.

  • v1RuleWithOperationsOperations :: !(Maybe [Text])

    "operations" - Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.

  • v1RuleWithOperationsResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'podslog' means the log subresource of pods. '*' means all resources, but not subresources. 'pods*' means all subresources of pods. '*scale' means all scale subresources. '**' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

  • v1RuleWithOperationsScope :: !(Maybe Text)

    "scope" - scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".

data V1RollingUpdateStatefulSetStrategy Source #

V1RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

V1RollingUpdateStatefulSetStrategy 

Fields

data V1RoleRef Source #

V1RoleRef RoleRef contains information that points to the role being used

Constructors

V1RoleRef 

Fields

Instances

Instances details
Eq V1RoleRef Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1RoleRef Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1RoleRef Source #

ToJSON V1RoleRef

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1RoleRef Source #

FromJSON V1RoleRef

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1RoleList Source #

V1RoleList RoleList is a collection of Roles

Constructors

V1RoleList 

Fields

Instances

Instances details
Eq V1RoleList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1RoleList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1RoleList Source #

ToJSON V1RoleList

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1RoleList Source #

FromJSON V1RoleList

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1RoleBindingList Source #

V1RoleBindingList RoleBindingList is a collection of RoleBindings

Constructors

V1RoleBindingList 

Fields

data V1RoleBinding Source #

V1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

Constructors

V1RoleBinding 

Fields

Instances

Instances details
Eq V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1RoleBinding Source #

ToJSON V1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1RoleBinding Source #

FromJSON V1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam CreateNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

data V1Role Source #

V1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Constructors

V1Role 

Fields

Instances

Instances details
Eq V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Role Source #

ToJSON V1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Role Source #

FromJSON V1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1ResourceRule Source #

V1ResourceRule ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

Constructors

V1ResourceRule 

Fields

  • v1ResourceRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all.

  • v1ResourceRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.

  • v1ResourceRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups.

  • v1ResourceRuleVerbs :: ![Text]

    Required "verbs" - Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.

data V1ResourceRequirements Source #

V1ResourceRequirements ResourceRequirements describes the compute resource requirements.

Constructors

V1ResourceRequirements 

Fields

data V1ResourceQuotaStatus Source #

V1ResourceQuotaStatus ResourceQuotaStatus defines the enforced hard limits and observed use.

Constructors

V1ResourceQuotaStatus 

Fields

data V1ResourceQuotaSpec Source #

V1ResourceQuotaSpec ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

Constructors

V1ResourceQuotaSpec 

Fields

data V1ResourceQuotaList Source #

V1ResourceQuotaList ResourceQuotaList is a list of ResourceQuota items.

Constructors

V1ResourceQuotaList 

Fields

data V1ResourceQuota Source #

V1ResourceQuota ResourceQuota sets aggregate quota restrictions enforced per namespace

Constructors

V1ResourceQuota 

Fields

Instances

Instances details
Eq V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ResourceQuota Source #

ToJSON V1ResourceQuota

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ResourceQuota Source #

FromJSON V1ResourceQuota

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ResourceFieldSelector Source #

V1ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format

Constructors

V1ResourceFieldSelector 

Fields

data V1ResourceAttributes Source #

V1ResourceAttributes ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Constructors

V1ResourceAttributes 

Fields

  • v1ResourceAttributesGroup :: !(Maybe Text)

    "group" - Group is the API Group of the Resource. "*" means all.

  • v1ResourceAttributesName :: !(Maybe Text)

    "name" - Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.

  • v1ResourceAttributesNamespace :: !(Maybe Text)

    "namespace" - Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview

  • v1ResourceAttributesResource :: !(Maybe Text)

    "resource" - Resource is one of the existing resource types. "*" means all.

  • v1ResourceAttributesSubresource :: !(Maybe Text)

    "subresource" - Subresource is one of the existing resource types. "" means none.

  • v1ResourceAttributesVerb :: !(Maybe Text)

    "verb" - Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.

  • v1ResourceAttributesVersion :: !(Maybe Text)

    "version" - Version is the API Version of the Resource. "*" means all.

data V1ReplicationControllerStatus Source #

V1ReplicationControllerStatus ReplicationControllerStatus represents the current status of a replication controller.

Constructors

V1ReplicationControllerStatus 

Fields

data V1ReplicationControllerSpec Source #

V1ReplicationControllerSpec ReplicationControllerSpec is the specification of a replication controller.

Constructors

V1ReplicationControllerSpec 

Fields

data V1ReplicationControllerList Source #

V1ReplicationControllerList ReplicationControllerList is a collection of replication controllers.

Constructors

V1ReplicationControllerList 

Fields

data V1ReplicationControllerCondition Source #

V1ReplicationControllerCondition ReplicationControllerCondition describes the state of a replication controller at a certain point.

Constructors

V1ReplicationControllerCondition 

Fields

data V1ReplicationController Source #

V1ReplicationController ReplicationController represents the configuration of a replication controller.

Constructors

V1ReplicationController 

Fields

Instances

Instances details
Eq V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ReplicationController Source #

ToJSON V1ReplicationController

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ReplicationController Source #

FromJSON V1ReplicationController

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedReplicationControllerStatus V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ReplicaSetStatus Source #

V1ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.

Constructors

V1ReplicaSetStatus 

Fields

data V1ReplicaSetSpec Source #

V1ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.

Constructors

V1ReplicaSetSpec 

Fields

data V1ReplicaSetList Source #

V1ReplicaSetList ReplicaSetList is a collection of ReplicaSets.

Constructors

V1ReplicaSetList 

Fields

data V1ReplicaSetCondition Source #

V1ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.

Constructors

V1ReplicaSetCondition 

Fields

data V1ReplicaSet Source #

V1ReplicaSet ReplicaSet ensures that a specified number of pod replicas are running at any given time.

Constructors

V1ReplicaSet 

Fields

Instances

Instances details
Eq V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ReplicaSet Source #

ToJSON V1ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ReplicaSet Source #

FromJSON V1ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedReplicaSetStatus V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSet V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedReplicaSet V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1RBDVolumeSource Source #

V1RBDVolumeSource Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

Constructors

V1RBDVolumeSource 

Fields

data V1RBDPersistentVolumeSource Source #

V1RBDPersistentVolumeSource Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

Constructors

V1RBDPersistentVolumeSource 

Fields

data V1QuobyteVolumeSource Source #

V1QuobyteVolumeSource Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

Constructors

V1QuobyteVolumeSource 

Fields

data V1ProjectedVolumeSource Source #

V1ProjectedVolumeSource Represents a projected volume source

Constructors

V1ProjectedVolumeSource 

Fields

data V1Probe Source #

V1Probe Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Constructors

V1Probe 

Fields

Instances

Instances details
Eq V1Probe Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Probe Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Probe Source #

ToJSON V1Probe

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Probe Source #

FromJSON V1Probe

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PriorityClassList Source #

V1PriorityClassList PriorityClassList is a collection of priority classes.

Constructors

V1PriorityClassList 

Fields

data V1PriorityClass Source #

V1PriorityClass PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Constructors

V1PriorityClass 

Fields

Instances

Instances details
Eq V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PriorityClass Source #

ToJSON V1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PriorityClass Source #

FromJSON V1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplacePriorityClass V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam CreatePriorityClass V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

data V1PreferredSchedulingTerm Source #

V1PreferredSchedulingTerm An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

Constructors

V1PreferredSchedulingTerm 

Fields

data V1Preconditions Source #

V1Preconditions Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

Constructors

V1Preconditions 

Fields

data V1PortworxVolumeSource Source #

V1PortworxVolumeSource PortworxVolumeSource represents a Portworx volume resource.

Constructors

V1PortworxVolumeSource 

Fields

data V1PolicyRule Source #

V1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

Constructors

V1PolicyRule 

Fields

  • v1PolicyRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.

  • v1PolicyRuleNonResourceUrLs :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both.

  • v1PolicyRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1PolicyRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. ResourceAll represents all resources.

  • v1PolicyRuleVerbs :: ![Text]

    Required "verbs" - Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.

data V1PodTemplateSpec Source #

V1PodTemplateSpec PodTemplateSpec describes the data a pod should have when created from a template

data V1PodTemplateList Source #

V1PodTemplateList PodTemplateList is a list of PodTemplates.

Constructors

V1PodTemplateList 

Fields

data V1PodTemplate Source #

V1PodTemplate PodTemplate describes a template for creating copies of a predefined pod.

Constructors

V1PodTemplate 

Fields

Instances

Instances details
Eq V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodTemplate Source #

ToJSON V1PodTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PodTemplate Source #

FromJSON V1PodTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1PodStatus Source #

V1PodStatus PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.

Constructors

V1PodStatus 

Fields

Instances

Instances details
Eq V1PodStatus Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodStatus Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodStatus Source #

ToJSON V1PodStatus

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PodStatus Source #

FromJSON V1PodStatus

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodSpec Source #

V1PodSpec PodSpec is a description of a pod.

Constructors

V1PodSpec 

Fields

  • v1PodSpecActiveDeadlineSeconds :: !(Maybe Integer)

    "activeDeadlineSeconds" - Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.

  • v1PodSpecAffinity :: !(Maybe V1Affinity)

    "affinity"

  • v1PodSpecAutomountServiceAccountToken :: !(Maybe Bool)

    "automountServiceAccountToken" - AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.

  • v1PodSpecContainers :: ![V1Container]

    Required "containers" - List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

  • v1PodSpecDnsConfig :: !(Maybe V1PodDNSConfig)

    "dnsConfig"

  • v1PodSpecDnsPolicy :: !(Maybe Text)

    "dnsPolicy" - Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

  • v1PodSpecEnableServiceLinks :: !(Maybe Bool)

    "enableServiceLinks" - EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.

  • v1PodSpecEphemeralContainers :: !(Maybe [V1EphemeralContainer])

    "ephemeralContainers" - List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature.

  • v1PodSpecHostAliases :: !(Maybe [V1HostAlias])

    "hostAliases" - HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.

  • v1PodSpecHostIpc :: !(Maybe Bool)

    "hostIPC" - Use the host's ipc namespace. Optional: Default to false.

  • v1PodSpecHostNetwork :: !(Maybe Bool)

    "hostNetwork" - Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.

  • v1PodSpecHostPid :: !(Maybe Bool)

    "hostPID" - Use the host's pid namespace. Optional: Default to false.

  • v1PodSpecHostname :: !(Maybe Text)

    "hostname" - Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.

  • v1PodSpecImagePullSecrets :: !(Maybe [V1LocalObjectReference])

    "imagePullSecrets" - ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

  • v1PodSpecInitContainers :: !(Maybe [V1Container])

    "initContainers" - List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest requestlimit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https:kubernetes.iodocsconceptsworkloadspodsinit-containers/

  • v1PodSpecNodeName :: !(Maybe Text)

    "nodeName" - NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.

  • v1PodSpecNodeSelector :: !(Maybe (Map String Text))

    "nodeSelector" - NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

  • v1PodSpecOverhead :: !(Maybe (Map String Quantity))

    "overhead" - Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.16, and is only honored by servers that enable the PodOverhead feature.

  • v1PodSpecPreemptionPolicy :: !(Maybe Text)

    "preemptionPolicy" - PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature.

  • v1PodSpecPriority :: !(Maybe Int)

    "priority" - The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.

  • v1PodSpecPriorityClassName :: !(Maybe Text)

    "priorityClassName" - If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.

  • v1PodSpecReadinessGates :: !(Maybe [V1PodReadinessGate])

    "readinessGates" - If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/0007-pod-ready%2B%2B.md

  • v1PodSpecRestartPolicy :: !(Maybe Text)

    "restartPolicy" - Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy

  • v1PodSpecRuntimeClassName :: !(Maybe Text)

    "runtimeClassName" - RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md This is a beta feature as of Kubernetes v1.14.

  • v1PodSpecSchedulerName :: !(Maybe Text)

    "schedulerName" - If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.

  • v1PodSpecSecurityContext :: !(Maybe V1PodSecurityContext)

    "securityContext"

  • v1PodSpecServiceAccount :: !(Maybe Text)

    "serviceAccount" - DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.

  • v1PodSpecServiceAccountName :: !(Maybe Text)

    "serviceAccountName" - ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

  • v1PodSpecShareProcessNamespace :: !(Maybe Bool)

    "shareProcessNamespace" - Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. This field is beta-level and may be disabled with the PodShareProcessNamespace feature.

  • v1PodSpecSubdomain :: !(Maybe Text)

    "subdomain" - If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.

  • v1PodSpecTerminationGracePeriodSeconds :: !(Maybe Integer)

    "terminationGracePeriodSeconds" - Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.

  • v1PodSpecTolerations :: !(Maybe [V1Toleration])

    "tolerations" - If specified, the pod's tolerations.

  • v1PodSpecTopologySpreadConstraints :: !(Maybe [V1TopologySpreadConstraint])

    "topologySpreadConstraints" - TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. This field is alpha-level and is only honored by clusters that enables the EvenPodsSpread feature. All topologySpreadConstraints are ANDed.

  • v1PodSpecVolumes :: !(Maybe [V1Volume])

    "volumes" - List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

Instances

Instances details
Eq V1PodSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodSpec Source #

ToJSON V1PodSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PodSpec Source #

FromJSON V1PodSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodSecurityContext Source #

V1PodSecurityContext PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

Constructors

V1PodSecurityContext 

Fields

  • v1PodSecurityContextFsGroup :: !(Maybe Integer)

    "fsGroup" - A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume.

  • v1PodSecurityContextRunAsGroup :: !(Maybe Integer)

    "runAsGroup" - The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.

  • v1PodSecurityContextRunAsNonRoot :: !(Maybe Bool)

    "runAsNonRoot" - Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

  • v1PodSecurityContextRunAsUser :: !(Maybe Integer)

    "runAsUser" - The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.

  • v1PodSecurityContextSeLinuxOptions :: !(Maybe V1SELinuxOptions)

    "seLinuxOptions"

  • v1PodSecurityContextSupplementalGroups :: !(Maybe [Integer])

    "supplementalGroups" - A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container.

  • v1PodSecurityContextSysctls :: !(Maybe [V1Sysctl])

    "sysctls" - Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.

  • v1PodSecurityContextWindowsOptions :: !(Maybe V1WindowsSecurityContextOptions)

    "windowsOptions"

data V1PodReadinessGate Source #

V1PodReadinessGate PodReadinessGate contains the reference to a pod condition

Constructors

V1PodReadinessGate 

Fields

data V1PodList Source #

V1PodList PodList is a list of Pods.

Constructors

V1PodList 

Fields

Instances

Instances details
Eq V1PodList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodList Source #

ToJSON V1PodList

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PodList Source #

FromJSON V1PodList

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodIP Source #

V1PodIP IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.

Constructors

V1PodIP 

Fields

Instances

Instances details
Eq V1PodIP Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1PodIP Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodIP Source #

ToJSON V1PodIP

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PodIP Source #

FromJSON V1PodIP

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodDNSConfig Source #

V1PodDNSConfig PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

Constructors

V1PodDNSConfig 

Fields

  • v1PodDNSConfigNameservers :: !(Maybe [Text])

    "nameservers" - A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

  • v1PodDNSConfigOptions :: !(Maybe [V1PodDNSConfigOption])

    "options" - A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

  • v1PodDNSConfigSearches :: !(Maybe [Text])

    "searches" - A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

data V1PodCondition Source #

V1PodCondition PodCondition contains details for the current condition of this pod.

Constructors

V1PodCondition 

Fields

data V1PodAntiAffinity Source #

V1PodAntiAffinity Pod anti affinity is a group of inter pod anti affinity scheduling rules.

Constructors

V1PodAntiAffinity 

Fields

  • v1PodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1WeightedPodAffinityTerm])

    "preferredDuringSchedulingIgnoredDuringExecution" - The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

  • v1PodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1PodAffinityTerm])

    "requiredDuringSchedulingIgnoredDuringExecution" - If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

data V1PodAffinityTerm Source #

V1PodAffinityTerm Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which a pod of the set of pods is running

Constructors

V1PodAffinityTerm 

Fields

  • v1PodAffinityTermLabelSelector :: !(Maybe V1LabelSelector)

    "labelSelector"

  • v1PodAffinityTermNamespaces :: !(Maybe [Text])

    "namespaces" - namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"

  • v1PodAffinityTermTopologyKey :: !Text

    Required "topologyKey" - This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

data V1PodAffinity Source #

V1PodAffinity Pod affinity is a group of inter pod affinity scheduling rules.

Constructors

V1PodAffinity 

Fields

  • v1PodAffinityPreferredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1WeightedPodAffinityTerm])

    "preferredDuringSchedulingIgnoredDuringExecution" - The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

  • v1PodAffinityRequiredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1PodAffinityTerm])

    "requiredDuringSchedulingIgnoredDuringExecution" - If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

data V1Pod Source #

V1Pod Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

Constructors

V1Pod 

Fields

Instances

Instances details
Eq V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> V1Pod -> ShowS #

show :: V1Pod -> String #

showList :: [V1Pod] -> ShowS #

ToJSON V1Pod Source #

ToJSON V1Pod

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Pod Source #

FromJSON V1Pod

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1PhotonPersistentDiskVolumeSource Source #

V1PhotonPersistentDiskVolumeSource Represents a Photon Controller persistent disk resource.

Constructors

V1PhotonPersistentDiskVolumeSource 

Fields

data V1PersistentVolumeStatus Source #

V1PersistentVolumeStatus PersistentVolumeStatus is the current status of a persistent volume.

Constructors

V1PersistentVolumeStatus 

Fields

data V1PersistentVolumeSpec Source #

V1PersistentVolumeSpec PersistentVolumeSpec is the specification of a persistent volume.

Constructors

V1PersistentVolumeSpec 

Fields

data V1PersistentVolumeList Source #

V1PersistentVolumeList PersistentVolumeList is a list of PersistentVolume items.

Constructors

V1PersistentVolumeList 

Fields

data V1PersistentVolumeClaimVolumeSource Source #

V1PersistentVolumeClaimVolumeSource PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

Constructors

V1PersistentVolumeClaimVolumeSource 

Fields

data V1PersistentVolumeClaimStatus Source #

V1PersistentVolumeClaimStatus PersistentVolumeClaimStatus is the current status of a persistent volume claim.

Constructors

V1PersistentVolumeClaimStatus 

Fields

data V1PersistentVolumeClaimSpec Source #

V1PersistentVolumeClaimSpec PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

Constructors

V1PersistentVolumeClaimSpec 

Fields

data V1PersistentVolumeClaimList Source #

V1PersistentVolumeClaimList PersistentVolumeClaimList is a list of PersistentVolumeClaim items.

Constructors

V1PersistentVolumeClaimList 

Fields

data V1PersistentVolumeClaimCondition Source #

V1PersistentVolumeClaimCondition PersistentVolumeClaimCondition contails details about state of pvc

Constructors

V1PersistentVolumeClaimCondition 

Fields

data V1PersistentVolumeClaim Source #

V1PersistentVolumeClaim PersistentVolumeClaim is a user's request for and claim to a persistent volume

Constructors

V1PersistentVolumeClaim 

Fields

Instances

Instances details
Eq V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PersistentVolumeClaim Source #

ToJSON V1PersistentVolumeClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PersistentVolumeClaim Source #

FromJSON V1PersistentVolumeClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1PersistentVolume Source #

V1PersistentVolume PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

Constructors

V1PersistentVolume 

Fields

Instances

Instances details
Eq V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PersistentVolume Source #

ToJSON V1PersistentVolume

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1PersistentVolume Source #

FromJSON V1PersistentVolume

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1OwnerReference Source #

V1OwnerReference OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

Constructors

V1OwnerReference 

Fields

data V1ObjectReference Source #

V1ObjectReference ObjectReference contains enough information to let you inspect or modify the referred object.

Constructors

V1ObjectReference 

Fields

data V1ObjectMeta Source #

V1ObjectMeta ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

Constructors

V1ObjectMeta 

Fields

  • v1ObjectMetaAnnotations :: !(Maybe (Map String Text))

    "annotations" - Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations

  • v1ObjectMetaClusterName :: !(Maybe Text)

    "clusterName" - The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request.

  • v1ObjectMetaCreationTimestamp :: !(Maybe DateTime)

    "creationTimestamp" - CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

  • v1ObjectMetaDeletionGracePeriodSeconds :: !(Maybe Integer)

    "deletionGracePeriodSeconds" - Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

  • v1ObjectMetaDeletionTimestamp :: !(Maybe DateTime)

    "deletionTimestamp" - DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

  • v1ObjectMetaFinalizers :: !(Maybe [Text])

    "finalizers" - Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

  • v1ObjectMetaGenerateName :: !(Maybe Text)

    "generateName" - GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

  • v1ObjectMetaGeneration :: !(Maybe Integer)

    "generation" - A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

  • v1ObjectMetaLabels :: !(Maybe (Map String Text))

    "labels" - Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels

  • v1ObjectMetaManagedFields :: !(Maybe [V1ManagedFieldsEntry])

    "managedFields" - ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

  • v1ObjectMetaName :: !(Maybe Text)

    "name" - Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names

  • v1ObjectMetaNamespace :: !(Maybe Text)

    "namespace" - Namespace defines the space within each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces

  • v1ObjectMetaOwnerReferences :: !(Maybe [V1OwnerReference])

    "ownerReferences" - List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

  • v1ObjectMetaResourceVersion :: !(Maybe Text)

    "resourceVersion" - An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

  • v1ObjectMetaSelfLink :: !(Maybe Text)

    "selfLink" - SelfLink is a URL representing this object. Populated by the system. Read-only. DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.

  • v1ObjectMetaUid :: !(Maybe Text)

    "uid" - UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids

data V1ObjectFieldSelector Source #

V1ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object.

Constructors

V1ObjectFieldSelector 

Fields

data V1NonResourceRule Source #

V1NonResourceRule NonResourceRule holds information that describes a rule for the non-resource

Constructors

V1NonResourceRule 

Fields

  • v1NonResourceRuleNonResourceUrLs :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.

  • v1NonResourceRuleVerbs :: ![Text]

    Required "verbs" - Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

data V1NonResourceAttributes Source #

V1NonResourceAttributes NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

Constructors

V1NonResourceAttributes 

Fields

data V1NodeSystemInfo Source #

V1NodeSystemInfo NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

Constructors

V1NodeSystemInfo 

Fields

data V1NodeStatus Source #

V1NodeStatus NodeStatus is information about the current status of a node.

Constructors

V1NodeStatus 

Fields

data V1NodeSpec Source #

V1NodeSpec NodeSpec describes the attributes that a node is created with.

Constructors

V1NodeSpec 

Fields

Instances

Instances details
Eq V1NodeSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1NodeSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1NodeSpec Source #

ToJSON V1NodeSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1NodeSpec Source #

FromJSON V1NodeSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1NodeSelectorTerm Source #

V1NodeSelectorTerm A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

Constructors

V1NodeSelectorTerm 

Fields

data V1NodeSelectorRequirement Source #

V1NodeSelectorRequirement A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Constructors

V1NodeSelectorRequirement 

Fields

  • v1NodeSelectorRequirementKey :: !Text

    Required "key" - The label key that the selector applies to.

  • v1NodeSelectorRequirementOperator :: !Text

    Required "operator" - Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

  • v1NodeSelectorRequirementValues :: !(Maybe [Text])

    "values" - An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

data V1NodeSelector Source #

V1NodeSelector A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

Constructors

V1NodeSelector 

Fields

data V1NodeList Source #

V1NodeList NodeList is the whole list of all Nodes which have been registered with master.

Constructors

V1NodeList 

Fields

Instances

Instances details
Eq V1NodeList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1NodeList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1NodeList Source #

ToJSON V1NodeList

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1NodeList Source #

FromJSON V1NodeList

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1NodeConfigStatus Source #

V1NodeConfigStatus NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.

Constructors

V1NodeConfigStatus 

Fields

  • v1NodeConfigStatusActive :: !(Maybe V1NodeConfigSource)

    "active"

  • v1NodeConfigStatusAssigned :: !(Maybe V1NodeConfigSource)

    "assigned"

  • v1NodeConfigStatusError :: !(Maybe Text)

    "error" - Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.

  • v1NodeConfigStatusLastKnownGood :: !(Maybe V1NodeConfigSource)

    "lastKnownGood"

data V1NodeConfigSource Source #

V1NodeConfigSource NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.

data V1NodeCondition Source #

V1NodeCondition NodeCondition contains condition information for a node.

Constructors

V1NodeCondition 

Fields

data V1NodeAffinity Source #

V1NodeAffinity Node affinity is a group of node affinity scheduling rules.

Constructors

V1NodeAffinity 

Fields

  • v1NodeAffinityPreferredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1PreferredSchedulingTerm])

    "preferredDuringSchedulingIgnoredDuringExecution" - The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

  • v1NodeAffinityRequiredDuringSchedulingIgnoredDuringExecution :: !(Maybe V1NodeSelector)

    "requiredDuringSchedulingIgnoredDuringExecution"

data V1NodeAddress Source #

V1NodeAddress NodeAddress contains information for the node's address.

Constructors

V1NodeAddress 

Fields

data V1Node Source #

V1Node Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).

Constructors

V1Node 

Fields

Instances

Instances details
Eq V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Node Source #

ToJSON V1Node

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Node Source #

FromJSON V1Node

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1NetworkPolicySpec Source #

V1NetworkPolicySpec NetworkPolicySpec provides the specification of a NetworkPolicy

Constructors

V1NetworkPolicySpec 

Fields

  • v1NetworkPolicySpecEgress :: !(Maybe [V1NetworkPolicyEgressRule])

    "egress" - List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8

  • v1NetworkPolicySpecIngress :: !(Maybe [V1NetworkPolicyIngressRule])

    "ingress" - List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)

  • v1NetworkPolicySpecPodSelector :: !V1LabelSelector

    Required "podSelector"

  • v1NetworkPolicySpecPolicyTypes :: !(Maybe [Text])

    "policyTypes" - List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8

data V1NetworkPolicyPort Source #

V1NetworkPolicyPort NetworkPolicyPort describes a port to allow traffic on

Constructors

V1NetworkPolicyPort 

Fields

data V1NetworkPolicyPeer Source #

V1NetworkPolicyPeer NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed

data V1NetworkPolicyList Source #

V1NetworkPolicyList NetworkPolicyList is a list of NetworkPolicy objects.

Constructors

V1NetworkPolicyList 

Fields

data V1NetworkPolicyIngressRule Source #

V1NetworkPolicyIngressRule NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.

Constructors

V1NetworkPolicyIngressRule 

Fields

  • v1NetworkPolicyIngressRuleFrom :: !(Maybe [V1NetworkPolicyPeer])

    "from" - List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.

  • v1NetworkPolicyIngressRulePorts :: !(Maybe [V1NetworkPolicyPort])

    "ports" - List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

data V1NetworkPolicyEgressRule Source #

V1NetworkPolicyEgressRule NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

Constructors

V1NetworkPolicyEgressRule 

Fields

  • v1NetworkPolicyEgressRulePorts :: !(Maybe [V1NetworkPolicyPort])

    "ports" - List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

  • v1NetworkPolicyEgressRuleTo :: !(Maybe [V1NetworkPolicyPeer])

    "to" - List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.

data V1NetworkPolicy Source #

V1NetworkPolicy NetworkPolicy describes what network traffic is allowed for a set of Pods

Constructors

V1NetworkPolicy 

Fields

Instances

Instances details
Eq V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1NetworkPolicy Source #

ToJSON V1NetworkPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1NetworkPolicy Source #

FromJSON V1NetworkPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedNetworkPolicy V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam CreateNamespacedNetworkPolicy V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

data V1NamespaceStatus Source #

V1NamespaceStatus NamespaceStatus is information about the current status of a Namespace.

Constructors

V1NamespaceStatus 

Fields

data V1NamespaceSpec Source #

V1NamespaceSpec NamespaceSpec describes the attributes on a Namespace.

Constructors

V1NamespaceSpec 

Fields

data V1NamespaceList Source #

V1NamespaceList NamespaceList is a list of Namespaces.

Constructors

V1NamespaceList 

Fields

data V1NamespaceCondition Source #

V1NamespaceCondition NamespaceCondition contains details about state of namespace.

Constructors

V1NamespaceCondition 

Fields

data V1Namespace Source #

V1Namespace Namespace provides a scope for Names. Use of multiple namespaces is optional.

Constructors

V1Namespace 

Fields

Instances

Instances details
Eq V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Namespace Source #

ToJSON V1Namespace

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Namespace Source #

FromJSON V1Namespace

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1NFSVolumeSource Source #

V1NFSVolumeSource Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

Constructors

V1NFSVolumeSource 

Fields

data V1MutatingWebhookConfigurationList Source #

V1MutatingWebhookConfigurationList MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

Constructors

V1MutatingWebhookConfigurationList 

Fields

data V1MutatingWebhookConfiguration Source #

V1MutatingWebhookConfiguration MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Constructors

V1MutatingWebhookConfiguration 

Fields

Instances

Instances details
Eq V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1MutatingWebhookConfiguration Source #

ToJSON V1MutatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1MutatingWebhookConfiguration Source #

FromJSON V1MutatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceMutatingWebhookConfiguration V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam CreateMutatingWebhookConfiguration V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1MutatingWebhook Source #

V1MutatingWebhook MutatingWebhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1MutatingWebhook 

Fields

  • v1MutatingWebhookAdmissionReviewVersions :: ![Text]

    Required "admissionReviewVersions" - AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

  • v1MutatingWebhookClientConfig :: !AdmissionregistrationV1WebhookClientConfig

    Required "clientConfig"

  • v1MutatingWebhookFailurePolicy :: !(Maybe Text)

    "failurePolicy" - FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.

  • v1MutatingWebhookMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to "Equivalent"

  • v1MutatingWebhookName :: !Text

    Required "name" - The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

  • v1MutatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1MutatingWebhookObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1MutatingWebhookReinvocationPolicy :: !(Maybe Text)

    "reinvocationPolicy" - reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded". Never: the webhook will not be called more than once in a single admission evaluation. IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. Defaults to "Never".

  • v1MutatingWebhookRules :: !(Maybe [V1RuleWithOperations])

    "rules" - Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.

  • v1MutatingWebhookSideEffects :: !Text

    Required "sideEffects" - SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

  • v1MutatingWebhookTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.

data V1ManagedFieldsEntry Source #

V1ManagedFieldsEntry ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Constructors

V1ManagedFieldsEntry 

Fields

  • v1ManagedFieldsEntryApiVersion :: !(Maybe Text)

    "apiVersion" - APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

  • v1ManagedFieldsEntryFieldsType :: !(Maybe Text)

    "fieldsType" - FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"

  • v1ManagedFieldsEntryFieldsV1 :: !(Maybe Value)

    "fieldsV1" - FieldsV1 holds the first JSON version format as described in the "FieldsV1" type.

  • v1ManagedFieldsEntryManager :: !(Maybe Text)

    "manager" - Manager is an identifier of the workflow managing these fields.

  • v1ManagedFieldsEntryOperation :: !(Maybe Text)

    "operation" - Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

  • v1ManagedFieldsEntryTime :: !(Maybe DateTime)

    "time" - Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'

data V1LocalVolumeSource Source #

V1LocalVolumeSource Local represents directly-attached storage with node affinity (Beta feature)

Constructors

V1LocalVolumeSource 

Fields

  • v1LocalVolumeSourceFsType :: !(Maybe Text)

    "fsType" - Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a fileystem if unspecified.

  • v1LocalVolumeSourcePath :: !Text

    Required "path" - The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

data V1LocalSubjectAccessReview Source #

V1LocalSubjectAccessReview LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.

Constructors

V1LocalSubjectAccessReview 

Fields

Instances

Instances details
Eq V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1LocalSubjectAccessReview Source #

ToJSON V1LocalSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1LocalSubjectAccessReview Source #

FromJSON V1LocalSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedLocalSubjectAccessReview V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1LocalObjectReference Source #

V1LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

data V1LoadBalancerStatus Source #

V1LoadBalancerStatus LoadBalancerStatus represents the status of a load-balancer.

Constructors

V1LoadBalancerStatus 

Fields

data V1LoadBalancerIngress Source #

V1LoadBalancerIngress LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

Constructors

V1LoadBalancerIngress 

Fields

data V1ListMeta Source #

V1ListMeta ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

Constructors

V1ListMeta 

Fields

  • v1ListMetaContinue :: !(Maybe Text)

    "continue" - continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

  • v1ListMetaRemainingItemCount :: !(Maybe Integer)

    "remainingItemCount" - remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

  • v1ListMetaResourceVersion :: !(Maybe Text)

    "resourceVersion" - String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

  • v1ListMetaSelfLink :: !(Maybe Text)

    "selfLink" - selfLink is a URL representing this object. Populated by the system. Read-only. DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.

Instances

Instances details
Eq V1ListMeta Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ListMeta Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ListMeta Source #

ToJSON V1ListMeta

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ListMeta Source #

FromJSON V1ListMeta

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1LimitRangeSpec Source #

V1LimitRangeSpec LimitRangeSpec defines a min/max usage limit for resources that match on kind.

Constructors

V1LimitRangeSpec 

Fields

data V1LimitRangeList Source #

V1LimitRangeList LimitRangeList is a list of LimitRange items.

Constructors

V1LimitRangeList 

Fields

data V1LimitRangeItem Source #

V1LimitRangeItem LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

Constructors

V1LimitRangeItem 

Fields

data V1LimitRange Source #

V1LimitRange LimitRange sets resource usage limits for each kind of resource in a Namespace.

Constructors

V1LimitRange 

Fields

Instances

Instances details
Eq V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1LimitRange Source #

ToJSON V1LimitRange

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1LimitRange Source #

FromJSON V1LimitRange

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1Lifecycle Source #

V1Lifecycle Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

Constructors

V1Lifecycle 

Instances

Instances details
Eq V1Lifecycle Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Lifecycle Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Lifecycle Source #

ToJSON V1Lifecycle

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Lifecycle Source #

FromJSON V1Lifecycle

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1LeaseSpec Source #

V1LeaseSpec LeaseSpec is a specification of a Lease.

Constructors

V1LeaseSpec 

Fields

Instances

Instances details
Eq V1LeaseSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1LeaseSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1LeaseSpec Source #

ToJSON V1LeaseSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1LeaseSpec Source #

FromJSON V1LeaseSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1LeaseList Source #

V1LeaseList LeaseList is a list of Lease objects.

Constructors

V1LeaseList 

Fields

Instances

Instances details
Eq V1LeaseList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1LeaseList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1LeaseList Source #

ToJSON V1LeaseList

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1LeaseList Source #

FromJSON V1LeaseList

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1Lease Source #

V1Lease Lease defines a lease concept.

Constructors

V1Lease 

Fields

Instances

Instances details
Eq V1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Lease Source #

ToJSON V1Lease

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Lease Source #

FromJSON V1Lease

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1LabelSelectorRequirement Source #

V1LabelSelectorRequirement A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Constructors

V1LabelSelectorRequirement 

Fields

  • v1LabelSelectorRequirementKey :: !Text

    Required "key" - key is the label key that the selector applies to.

  • v1LabelSelectorRequirementOperator :: !Text

    Required "operator" - operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

  • v1LabelSelectorRequirementValues :: !(Maybe [Text])

    "values" - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

data V1LabelSelector Source #

V1LabelSelector A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

Constructors

V1LabelSelector 

Fields

  • v1LabelSelectorMatchExpressions :: !(Maybe [V1LabelSelectorRequirement])

    "matchExpressions" - matchExpressions is a list of label selector requirements. The requirements are ANDed.

  • v1LabelSelectorMatchLabels :: !(Maybe (Map String Text))

    "matchLabels" - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

data V1KeyToPath Source #

V1KeyToPath Maps a string key to a path within a volume.

Constructors

V1KeyToPath 

Fields

  • v1KeyToPathKey :: !Text

    Required "key" - The key to project.

  • v1KeyToPathMode :: !(Maybe Int)

    "mode" - Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1KeyToPathPath :: !Text

    Required "path" - The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

Instances

Instances details
Eq V1KeyToPath Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1KeyToPath Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1KeyToPath Source #

ToJSON V1KeyToPath

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1KeyToPath Source #

FromJSON V1KeyToPath

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1JobStatus Source #

V1JobStatus JobStatus represents the current state of a Job.

Constructors

V1JobStatus 

Fields

Instances

Instances details
Eq V1JobStatus Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1JobStatus Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1JobStatus Source #

ToJSON V1JobStatus

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1JobStatus Source #

FromJSON V1JobStatus

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1JobSpec Source #

V1JobSpec JobSpec describes how the job execution will look like.

Constructors

V1JobSpec 

Fields

  • v1JobSpecActiveDeadlineSeconds :: !(Maybe Integer)

    "activeDeadlineSeconds" - Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer

  • v1JobSpecBackoffLimit :: !(Maybe Int)

    "backoffLimit" - Specifies the number of retries before marking this job failed. Defaults to 6

  • v1JobSpecCompletions :: !(Maybe Int)

    "completions" - Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

  • v1JobSpecManualSelector :: !(Maybe Bool)

    "manualSelector" - manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensionsv1beta1` API. More info: https:kubernetes.iodocsconceptsworkloadscontrollersjobs-run-to-completion/#specifying-your-own-pod-selector

  • v1JobSpecParallelism :: !(Maybe Int)

    "parallelism" - Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

  • v1JobSpecSelector :: !(Maybe V1LabelSelector)

    "selector"

  • v1JobSpecTemplate :: !V1PodTemplateSpec

    Required "template"

  • v1JobSpecTtlSecondsAfterFinished :: !(Maybe Int)

    "ttlSecondsAfterFinished" - ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. This field is alpha-level and is only honored by servers that enable the TTLAfterFinished feature.

Instances

Instances details
Eq V1JobSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1JobSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1JobSpec Source #

ToJSON V1JobSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1JobSpec Source #

FromJSON V1JobSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1JobList Source #

V1JobList JobList is a collection of jobs.

Constructors

V1JobList 

Fields

Instances

Instances details
Eq V1JobList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1JobList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1JobList Source #

ToJSON V1JobList

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1JobList Source #

FromJSON V1JobList

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1JobCondition Source #

V1JobCondition JobCondition describes current state of a job.

Constructors

V1JobCondition 

Fields

data V1Job Source #

V1Job Job represents the configuration of a single job.

Constructors

V1Job 

Fields

Instances

Instances details
Eq V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> V1Job -> ShowS #

show :: V1Job -> String #

showList :: [V1Job] -> ShowS #

ToJSON V1Job Source #

ToJSON V1Job

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Job Source #

FromJSON V1Job

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1JSONSchemaProps Source #

V1JSONSchemaProps JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http:/json-schema.org).

Constructors

V1JSONSchemaProps 

Fields

data V1ISCSIVolumeSource Source #

V1ISCSIVolumeSource Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

Constructors

V1ISCSIVolumeSource 

Fields

data V1ISCSIPersistentVolumeSource Source #

V1ISCSIPersistentVolumeSource ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

Constructors

V1ISCSIPersistentVolumeSource 

Fields

data V1IPBlock Source #

V1IPBlock IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

Constructors

V1IPBlock 

Fields

  • v1IPBlockCidr :: !Text

    Required "cidr" - CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"

  • v1IPBlockExcept :: !(Maybe [Text])

    "except" - Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range

Instances

Instances details
Eq V1IPBlock Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1IPBlock Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1IPBlock Source #

ToJSON V1IPBlock

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1IPBlock Source #

FromJSON V1IPBlock

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1HostPathVolumeSource Source #

V1HostPathVolumeSource Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

Constructors

V1HostPathVolumeSource 

Fields

data V1HostAlias Source #

V1HostAlias HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

Constructors

V1HostAlias 

Fields

Instances

Instances details
Eq V1HostAlias Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1HostAlias Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1HostAlias Source #

ToJSON V1HostAlias

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1HostAlias Source #

FromJSON V1HostAlias

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1HorizontalPodAutoscalerStatus Source #

V1HorizontalPodAutoscalerStatus current status of a horizontal pod autoscaler

Constructors

V1HorizontalPodAutoscalerStatus 

Fields

data V1HorizontalPodAutoscalerSpec Source #

V1HorizontalPodAutoscalerSpec specification of a horizontal pod autoscaler.

Constructors

V1HorizontalPodAutoscalerSpec 

Fields

data V1HorizontalPodAutoscalerList Source #

V1HorizontalPodAutoscalerList list of horizontal pod autoscaler objects.

Constructors

V1HorizontalPodAutoscalerList 

Fields

data V1HorizontalPodAutoscaler Source #

V1HorizontalPodAutoscaler configuration of a horizontal pod autoscaler.

Constructors

V1HorizontalPodAutoscaler 

Fields

Instances

Instances details
Eq V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1HorizontalPodAutoscaler Source #

ToJSON V1HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1HorizontalPodAutoscaler Source #

FromJSON V1HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedHorizontalPodAutoscaler V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

data V1Handler Source #

V1Handler Handler defines a specific action that should be taken

Instances

Instances details
Eq V1Handler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Handler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Handler Source #

ToJSON V1Handler

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Handler Source #

FromJSON V1Handler

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1HTTPHeader Source #

V1HTTPHeader HTTPHeader describes a custom header to be used in HTTP probes

Constructors

V1HTTPHeader 

Fields

data V1HTTPGetAction Source #

V1HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests.

Constructors

V1HTTPGetAction 

Fields

data V1GroupVersionForDiscovery Source #

V1GroupVersionForDiscovery GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

Constructors

V1GroupVersionForDiscovery 

Fields

data V1GlusterfsVolumeSource Source #

V1GlusterfsVolumeSource Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1GlusterfsVolumeSource 

Fields

data V1GlusterfsPersistentVolumeSource Source #

V1GlusterfsPersistentVolumeSource Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1GlusterfsPersistentVolumeSource 

Fields

data V1GitRepoVolumeSource Source #

V1GitRepoVolumeSource Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.

Constructors

V1GitRepoVolumeSource 

Fields

data V1GCEPersistentDiskVolumeSource Source #

V1GCEPersistentDiskVolumeSource Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

Constructors

V1GCEPersistentDiskVolumeSource 

Fields

data V1FlockerVolumeSource Source #

V1FlockerVolumeSource Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Constructors

V1FlockerVolumeSource 

Fields

data V1FlexVolumeSource Source #

V1FlexVolumeSource FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

Constructors

V1FlexVolumeSource 

Fields

data V1FlexPersistentVolumeSource Source #

V1FlexPersistentVolumeSource FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.

Constructors

V1FlexPersistentVolumeSource 

Fields

data V1FCVolumeSource Source #

V1FCVolumeSource Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Constructors

V1FCVolumeSource 

Fields

  • v1FCVolumeSourceFsType :: !(Maybe Text)

    "fsType" - Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

  • v1FCVolumeSourceLun :: !(Maybe Int)

    "lun" - Optional: FC target lun number

  • v1FCVolumeSourceReadOnly :: !(Maybe Bool)

    "readOnly" - Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

  • v1FCVolumeSourceTargetWwNs :: !(Maybe [Text])

    "targetWWNs" - Optional: FC target worldwide names (WWNs)

  • v1FCVolumeSourceWwids :: !(Maybe [Text])

    "wwids" - Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.

data V1ExecAction Source #

V1ExecAction ExecAction describes a "run in container" action.

Constructors

V1ExecAction 

Fields

  • v1ExecActionCommand :: !(Maybe [Text])

    "command" - Command is the command line to execute inside the container, the working directory for the command is root ('') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as livehealthy and non-zero is unhealthy.

data V1EventSource Source #

V1EventSource EventSource contains information for an event.

Constructors

V1EventSource 

Fields

data V1EventSeries Source #

V1EventSeries EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Constructors

V1EventSeries 

Fields

data V1EventList Source #

V1EventList EventList is a list of events.

Constructors

V1EventList 

Fields

Instances

Instances details
Eq V1EventList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1EventList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1EventList Source #

ToJSON V1EventList

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1EventList Source #

FromJSON V1EventList

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1Event Source #

V1Event Event is a report of an event somewhere in the cluster.

Constructors

V1Event 

Fields

Instances

Instances details
Eq V1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show V1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Event Source #

ToJSON V1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Event Source #

FromJSON V1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1EphemeralContainer Source #

V1EphemeralContainer An EphemeralContainer is a container that may be added temporarily to an existing pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a pod is removed or restarted. If an ephemeral container causes a pod to exceed its resource allocation, the pod may be evicted. Ephemeral containers may not be added by directly updating the pod spec. They must be added via the pod's ephemeralcontainers subresource, and they will appear in the pod spec once added. This is an alpha feature enabled by the EphemeralContainers feature flag.

Constructors

V1EphemeralContainer 

Fields

data V1EnvVarSource Source #

V1EnvVarSource EnvVarSource represents a source for the value of an EnvVar.

data V1EnvVar Source #

V1EnvVar EnvVar represents an environment variable present in a Container.

Constructors

V1EnvVar 

Fields

  • v1EnvVarName :: !Text

    Required "name" - Name of the environment variable. Must be a C_IDENTIFIER.

  • v1EnvVarValue :: !(Maybe Text)

    "value" - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".

  • v1EnvVarValueFrom :: !(Maybe V1EnvVarSource)

    "valueFrom"

Instances

Instances details
Eq V1EnvVar Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1EnvVar Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1EnvVar Source #

ToJSON V1EnvVar

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1EnvVar Source #

FromJSON V1EnvVar

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1EnvFromSource Source #

V1EnvFromSource EnvFromSource represents the source of a set of ConfigMaps

Constructors

V1EnvFromSource 

Fields

data V1EndpointsList Source #

V1EndpointsList EndpointsList is a list of endpoints.

Constructors

V1EndpointsList 

Fields

data V1Endpoints Source #

V1Endpoints Endpoints is a collection of endpoints that implement the actual service. Example: Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ]

Constructors

V1Endpoints 

Fields

Instances

Instances details
Eq V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Endpoints Source #

ToJSON V1Endpoints

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Endpoints Source #

FromJSON V1Endpoints

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1EndpointSubset Source #

V1EndpointSubset EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ]

Constructors

V1EndpointSubset 

Fields

data V1EndpointPort Source #

V1EndpointPort EndpointPort is a tuple that describes a single port.

Constructors

V1EndpointPort 

Fields

data V1EndpointAddress Source #

V1EndpointAddress EndpointAddress is a tuple that describes single IP address.

Constructors

V1EndpointAddress 

Fields

data V1EmptyDirVolumeSource Source #

V1EmptyDirVolumeSource Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

Constructors

V1EmptyDirVolumeSource 

Fields

data V1DownwardAPIVolumeSource Source #

V1DownwardAPIVolumeSource DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

Constructors

V1DownwardAPIVolumeSource 

Fields

data V1DownwardAPIVolumeFile Source #

V1DownwardAPIVolumeFile DownwardAPIVolumeFile represents information to create the file containing the pod field

Constructors

V1DownwardAPIVolumeFile 

Fields

data V1DownwardAPIProjection Source #

V1DownwardAPIProjection Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Constructors

V1DownwardAPIProjection 

Fields

data V1DeploymentStrategy Source #

V1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.

Constructors

V1DeploymentStrategy 

Fields

data V1DeploymentStatus Source #

V1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.

Constructors

V1DeploymentStatus 

Fields

data V1DeploymentSpec Source #

V1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.

Constructors

V1DeploymentSpec 

Fields

data V1DeploymentList Source #

V1DeploymentList DeploymentList is a list of Deployments.

Constructors

V1DeploymentList 

Fields

data V1DeploymentCondition Source #

V1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.

Constructors

V1DeploymentCondition 

Fields

data V1Deployment Source #

V1Deployment Deployment enables declarative updates for Pods and ReplicaSets.

Constructors

V1Deployment 

Fields

Instances

Instances details
Eq V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Deployment Source #

ToJSON V1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Deployment Source #

FromJSON V1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedDeploymentStatus V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeployment V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedDeployment V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1DeleteOptions Source #

V1DeleteOptions DeleteOptions may be provided when deleting an API object.

Constructors

V1DeleteOptions 

Fields

  • v1DeleteOptionsApiVersion :: !(Maybe Text)

    "apiVersion" - APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

  • v1DeleteOptionsDryRun :: !(Maybe [Text])

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

  • v1DeleteOptionsGracePeriodSeconds :: !(Maybe Integer)

    "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

  • v1DeleteOptionsKind :: !(Maybe Text)

    "kind" - Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

  • v1DeleteOptionsOrphanDependents :: !(Maybe Bool)

    "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

  • v1DeleteOptionsPreconditions :: !(Maybe V1Preconditions)

    "preconditions"

  • v1DeleteOptionsPropagationPolicy :: !(Maybe Text)

    "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

Instances

Instances details
Eq V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1DeleteOptions Source #

ToJSON V1DeleteOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1DeleteOptions Source #

FromJSON V1DeleteOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

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

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam DeleteCollectionStorageClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam DeleteCollectionCSINode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam DeleteCollectionVolumeAttachment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

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

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteCollectionStorageClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteNamespacedPodPreset V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasBodyParam DeleteCollectionNamespacedPodPreset V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasBodyParam DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasBodyParam DeleteCollectionPriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasBodyParam DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasBodyParam DeleteCollectionPriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasBodyParam DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam DeleteCollectionPriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

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

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam DeleteCollectionNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasBodyParam DeleteCollectionClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteCollectionNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteCollectionNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasBodyParam DeleteCollectionClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionClusterRole 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 DeletePodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam DeleteNamespacedPodDisruptionBudget V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam DeleteCollectionPodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam DeleteCollectionNamespacedPodDisruptionBudget V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam DeleteRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasBodyParam DeleteCollectionRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasBodyParam DeleteRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasBodyParam DeleteCollectionRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteCollectionNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasBodyParam DeleteCollectionNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasBodyParam DeleteNamespacedEndpointSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasBodyParam DeleteCollectionNamespacedEndpointSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasBodyParam DeleteNamespacedCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteCollectionNamespacedCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteCollectionClusterCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteClusterCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedConfigMap V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasBodyParam DeleteCollectionNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasBodyParam DeleteNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasBodyParam DeleteCollectionNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasBodyParam DeleteCollectionCertificateSigningRequest V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam DeleteCertificateSigningRequest V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam DeleteNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam DeleteCollectionNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasBodyParam DeleteNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam DeleteCollectionNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasBodyParam DeleteNamespacedJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam DeleteCollectionNamespacedJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam DeleteCollectionNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam DeleteCollectionNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam DeleteCollectionNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam DeleteCollectionAuditSink V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam DeleteCollectionNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionAPIService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

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

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam DeleteCollectionCustomResourceDefinition V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam DeleteCustomResourceDefinition V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam DeleteCollectionCustomResourceDefinition V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

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

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteCollectionMutatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteValidatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteMutatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteCollectionValidatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteCollectionMutatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1DaemonSetUpdateStrategy Source #

V1DaemonSetUpdateStrategy DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Constructors

V1DaemonSetUpdateStrategy 

Fields

data V1DaemonSetStatus Source #

V1DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.

Constructors

V1DaemonSetStatus 

Fields

data V1DaemonSetSpec Source #

V1DaemonSetSpec DaemonSetSpec is the specification of a daemon set.

Constructors

V1DaemonSetSpec 

Fields

data V1DaemonSetList Source #

V1DaemonSetList DaemonSetList is a collection of daemon sets.

Constructors

V1DaemonSetList 

Fields

data V1DaemonSetCondition Source #

V1DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.

Constructors

V1DaemonSetCondition 

Fields

data V1DaemonSet Source #

V1DaemonSet DaemonSet represents the configuration of a daemon set.

Constructors

V1DaemonSet 

Fields

Instances

Instances details
Eq V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1DaemonSet Source #

ToJSON V1DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1DaemonSet Source #

FromJSON V1DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedDaemonSet V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1DaemonEndpoint Source #

V1DaemonEndpoint DaemonEndpoint contains information about a single Daemon endpoint.

Constructors

V1DaemonEndpoint 

Fields

data V1CustomResourceSubresources Source #

V1CustomResourceSubresources CustomResourceSubresources defines the status and scale subresources for CustomResources.

Constructors

V1CustomResourceSubresources 

Fields

data V1CustomResourceSubresourceScale Source #

V1CustomResourceSubresourceScale CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

Constructors

V1CustomResourceSubresourceScale 

Fields

  • v1CustomResourceSubresourceScaleLabelSelectorPath :: !(Maybe Text)

    "labelSelectorPath" - labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.

  • v1CustomResourceSubresourceScaleSpecReplicasPath :: !Text

    Required "specReplicasPath" - specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.

  • v1CustomResourceSubresourceScaleStatusReplicasPath :: !Text

    Required "statusReplicasPath" - statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.

data V1CustomResourceDefinitionVersion Source #

V1CustomResourceDefinitionVersion CustomResourceDefinitionVersion describes a version for CRD.

Constructors

V1CustomResourceDefinitionVersion 

Fields

data V1CustomResourceDefinitionStatus Source #

V1CustomResourceDefinitionStatus CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition

Constructors

V1CustomResourceDefinitionStatus 

Fields

data V1CustomResourceDefinitionSpec Source #

V1CustomResourceDefinitionSpec CustomResourceDefinitionSpec describes how a user wants their resource to appear

Constructors

V1CustomResourceDefinitionSpec 

Fields

data V1CustomResourceDefinitionNames Source #

V1CustomResourceDefinitionNames CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

Constructors

V1CustomResourceDefinitionNames 

Fields

  • v1CustomResourceDefinitionNamesCategories :: !(Maybe [Text])

    "categories" - categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.

  • v1CustomResourceDefinitionNamesKind :: !Text

    Required "kind" - kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.

  • v1CustomResourceDefinitionNamesListKind :: !(Maybe Text)

    "listKind" - listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".

  • v1CustomResourceDefinitionNamesPlural :: !Text

    Required "plural" - plural is the plural name of the resource to serve. The custom resources are served under `apis<group><version>.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.

  • v1CustomResourceDefinitionNamesShortNames :: !(Maybe [Text])

    "shortNames" - shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.

  • v1CustomResourceDefinitionNamesSingular :: !(Maybe Text)

    "singular" - singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.

data V1CustomResourceDefinitionList Source #

V1CustomResourceDefinitionList CustomResourceDefinitionList is a list of CustomResourceDefinition objects.

Constructors

V1CustomResourceDefinitionList 

Fields

data V1CustomResourceDefinitionCondition Source #

V1CustomResourceDefinitionCondition CustomResourceDefinitionCondition contains details for the current condition of this pod.

Constructors

V1CustomResourceDefinitionCondition 

Fields

data V1CustomResourceDefinition Source #

V1CustomResourceDefinition CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format .spec.name..spec.group.

Constructors

V1CustomResourceDefinition 

Fields

Instances

Instances details
Eq V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CustomResourceDefinition Source #

ToJSON V1CustomResourceDefinition

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1CustomResourceDefinition Source #

FromJSON V1CustomResourceDefinition

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceCustomResourceDefinitionStatus V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam ReplaceCustomResourceDefinition V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam CreateCustomResourceDefinition V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

data V1CustomResourceConversion Source #

V1CustomResourceConversion CustomResourceConversion describes how to convert different versions of a CR.

Constructors

V1CustomResourceConversion 

Fields

  • v1CustomResourceConversionStrategy :: !Text

    Required "strategy" - strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.

  • v1CustomResourceConversionWebhook :: !(Maybe V1WebhookConversion)

    "webhook"

data V1CustomResourceColumnDefinition Source #

V1CustomResourceColumnDefinition CustomResourceColumnDefinition specifies a column for server side printing.

Constructors

V1CustomResourceColumnDefinition 

Fields

data V1CrossVersionObjectReference Source #

V1CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.

data V1ControllerRevisionList Source #

V1ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.

Constructors

V1ControllerRevisionList 

Fields

data V1ControllerRevision Source #

V1ControllerRevision ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

Constructors

V1ControllerRevision 

Fields

Instances

Instances details
Eq V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ControllerRevision Source #

ToJSON V1ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ControllerRevision Source #

FromJSON V1ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedControllerRevision V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam CreateNamespacedControllerRevision V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1ContainerStatus Source #

V1ContainerStatus ContainerStatus contains details for the current status of this container.

Constructors

V1ContainerStatus 

Fields

data V1ContainerStateWaiting Source #

V1ContainerStateWaiting ContainerStateWaiting is a waiting state of a container.

Constructors

V1ContainerStateWaiting 

Fields

data V1ContainerStateTerminated Source #

V1ContainerStateTerminated ContainerStateTerminated is a terminated state of a container.

Constructors

V1ContainerStateTerminated 

Fields

data V1ContainerStateRunning Source #

V1ContainerStateRunning ContainerStateRunning is a running state of a container.

Constructors

V1ContainerStateRunning 

Fields

data V1ContainerState Source #

V1ContainerState ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

data V1ContainerPort Source #

V1ContainerPort ContainerPort represents a network port in a single container.

Constructors

V1ContainerPort 

Fields

  • v1ContainerPortContainerPort :: !Int

    Required "containerPort" - Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.

  • v1ContainerPortHostIp :: !(Maybe Text)

    "hostIP" - What host IP to bind the external port to.

  • v1ContainerPortHostPort :: !(Maybe Int)

    "hostPort" - Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.

  • v1ContainerPortName :: !(Maybe Text)

    "name" - If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.

  • v1ContainerPortProtocol :: !(Maybe Text)

    "protocol" - Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".

data V1ContainerImage Source #

V1ContainerImage Describe a container image

Constructors

V1ContainerImage 

Fields

data V1Container Source #

V1Container A single application container that you want to run within a pod.

Constructors

V1Container 

Fields

  • v1ContainerArgs :: !(Maybe [Text])

    "args" - Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

  • v1ContainerCommand :: !(Maybe [Text])

    "command" - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

  • v1ContainerEnv :: !(Maybe [V1EnvVar])

    "env" - List of environment variables to set in the container. Cannot be updated.

  • v1ContainerEnvFrom :: !(Maybe [V1EnvFromSource])

    "envFrom" - List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

  • v1ContainerImage :: !(Maybe Text)

    "image" - Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

  • v1ContainerImagePullPolicy :: !(Maybe Text)

    "imagePullPolicy" - Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

  • v1ContainerLifecycle :: !(Maybe V1Lifecycle)

    "lifecycle"

  • v1ContainerLivenessProbe :: !(Maybe V1Probe)

    "livenessProbe"

  • v1ContainerName :: !Text

    Required "name" - Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

  • v1ContainerPorts :: !(Maybe [V1ContainerPort])

    "ports" - List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.

  • v1ContainerReadinessProbe :: !(Maybe V1Probe)

    "readinessProbe"

  • v1ContainerResources :: !(Maybe V1ResourceRequirements)

    "resources"

  • v1ContainerSecurityContext :: !(Maybe V1SecurityContext)

    "securityContext"

  • v1ContainerStartupProbe :: !(Maybe V1Probe)

    "startupProbe"

  • v1ContainerStdin :: !(Maybe Bool)

    "stdin" - Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

  • v1ContainerStdinOnce :: !(Maybe Bool)

    "stdinOnce" - Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

  • v1ContainerTerminationMessagePath :: !(Maybe Text)

    "terminationMessagePath" - Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to devtermination-log. Cannot be updated.

  • v1ContainerTerminationMessagePolicy :: !(Maybe Text)

    "terminationMessagePolicy" - Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

  • v1ContainerTty :: !(Maybe Bool)

    "tty" - Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

  • v1ContainerVolumeDevices :: !(Maybe [V1VolumeDevice])

    "volumeDevices" - volumeDevices is the list of block devices to be used by the container. This is a beta feature.

  • v1ContainerVolumeMounts :: !(Maybe [V1VolumeMount])

    "volumeMounts" - Pod volumes to mount into the container's filesystem. Cannot be updated.

  • v1ContainerWorkingDir :: !(Maybe Text)

    "workingDir" - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

Instances

Instances details
Eq V1Container Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Container Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Container Source #

ToJSON V1Container

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Container Source #

FromJSON V1Container

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1ConfigMapVolumeSource Source #

V1ConfigMapVolumeSource Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

Constructors

V1ConfigMapVolumeSource 

Fields

data V1ConfigMapProjection Source #

V1ConfigMapProjection Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

Constructors

V1ConfigMapProjection 

Fields

data V1ConfigMapNodeConfigSource Source #

V1ConfigMapNodeConfigSource ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.

Constructors

V1ConfigMapNodeConfigSource 

Fields

data V1ConfigMapList Source #

V1ConfigMapList ConfigMapList is a resource containing a list of ConfigMap objects.

Constructors

V1ConfigMapList 

Fields

data V1ConfigMapKeySelector Source #

V1ConfigMapKeySelector Selects a key from a ConfigMap.

Constructors

V1ConfigMapKeySelector 

Fields

data V1ConfigMapEnvSource Source #

V1ConfigMapEnvSource ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

Constructors

V1ConfigMapEnvSource 

Fields

data V1ConfigMap Source #

V1ConfigMap ConfigMap holds configuration data for pods to consume.

Constructors

V1ConfigMap 

Fields

Instances

Instances details
Eq V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ConfigMap Source #

ToJSON V1ConfigMap

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ConfigMap Source #

FromJSON V1ConfigMap

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ComponentStatusList Source #

V1ComponentStatusList Status of all the conditions for the component as a list of ComponentStatus objects.

Constructors

V1ComponentStatusList 

Fields

data V1ComponentStatus Source #

V1ComponentStatus ComponentStatus (and ComponentStatusList) holds the cluster validation info.

Constructors

V1ComponentStatus 

Fields

data V1ComponentCondition Source #

V1ComponentCondition Information about the condition of a component.

Constructors

V1ComponentCondition 

Fields

data V1ClusterRoleList Source #

V1ClusterRoleList ClusterRoleList is a collection of ClusterRoles

Constructors

V1ClusterRoleList 

Fields

data V1ClusterRoleBindingList Source #

V1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings

Constructors

V1ClusterRoleBindingList 

Fields

data V1ClusterRoleBinding Source #

V1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

Constructors

V1ClusterRoleBinding 

Fields

Instances

Instances details
Eq V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ClusterRoleBinding Source #

ToJSON V1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ClusterRoleBinding Source #

FromJSON V1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam CreateClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

data V1ClusterRole Source #

V1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Constructors

V1ClusterRole 

Fields

Instances

Instances details
Eq V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ClusterRole Source #

ToJSON V1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1ClusterRole Source #

FromJSON V1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1ClientIPConfig Source #

V1ClientIPConfig ClientIPConfig represents the configurations of Client IP based session affinity.

Constructors

V1ClientIPConfig 

Fields

  • v1ClientIPConfigTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).

data V1CinderVolumeSource Source #

V1CinderVolumeSource Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Constructors

V1CinderVolumeSource 

Fields

data V1CinderPersistentVolumeSource Source #

V1CinderPersistentVolumeSource Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Constructors

V1CinderPersistentVolumeSource 

Fields

data V1CephFSVolumeSource Source #

V1CephFSVolumeSource Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1CephFSVolumeSource 

Fields

data V1CephFSPersistentVolumeSource Source #

V1CephFSPersistentVolumeSource Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1CephFSPersistentVolumeSource 

Fields

data V1Capabilities Source #

V1Capabilities Adds and removes POSIX capabilities from running containers.

Constructors

V1Capabilities 

Fields

data V1CSIVolumeSource Source #

V1CSIVolumeSource Represents a source location of a volume to mount, managed by an external CSI driver

Constructors

V1CSIVolumeSource 

Fields

data V1CSIPersistentVolumeSource Source #

V1CSIPersistentVolumeSource Represents storage that is managed by an external CSI volume driver (Beta feature)

Constructors

V1CSIPersistentVolumeSource 

Fields

data V1BoundObjectReference Source #

V1BoundObjectReference BoundObjectReference is a reference to an object that a token is bound to.

Constructors

V1BoundObjectReference 

Fields

data V1Binding Source #

V1Binding Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.

Constructors

V1Binding 

Fields

Instances

Instances details
Eq V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Binding Source #

ToJSON V1Binding

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Binding Source #

FromJSON V1Binding

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedPodBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1AzureFileVolumeSource Source #

V1AzureFileVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Constructors

V1AzureFileVolumeSource 

Fields

data V1AzureFilePersistentVolumeSource Source #

V1AzureFilePersistentVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Constructors

V1AzureFilePersistentVolumeSource 

Fields

data V1AzureDiskVolumeSource Source #

V1AzureDiskVolumeSource AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Constructors

V1AzureDiskVolumeSource 

Fields

data V1AttachedVolume Source #

V1AttachedVolume AttachedVolume describes a volume attached to a node

Constructors

V1AttachedVolume 

Fields

data V1AggregationRule Source #

V1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Constructors

V1AggregationRule 

Fields

data V1Affinity Source #

V1Affinity Affinity is a group of affinity scheduling rules.

Instances

Instances details
Eq V1Affinity Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Affinity Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Affinity Source #

ToJSON V1Affinity

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1Affinity Source #

FromJSON V1Affinity

Instance details

Defined in Kubernetes.OpenAPI.Model

data V1AWSElasticBlockStoreVolumeSource Source #

V1AWSElasticBlockStoreVolumeSource Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

Constructors

V1AWSElasticBlockStoreVolumeSource 

Fields

data V1APIVersions Source #

V1APIVersions APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.

Constructors

V1APIVersions 

Fields

data V1APIServiceStatus Source #

V1APIServiceStatus APIServiceStatus contains derived information about an API server

Constructors

V1APIServiceStatus 

Fields

data V1APIServiceSpec Source #

V1APIServiceSpec APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

Constructors

V1APIServiceSpec 

Fields

  • v1APIServiceSpecCaBundle :: !(Maybe ByteArray)

    "caBundle" - CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.

  • v1APIServiceSpecGroup :: !(Maybe Text)

    "group" - Group is the API group name this server hosts

  • v1APIServiceSpecGroupPriorityMinimum :: !Int

    Required "groupPriorityMinimum" - GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s

  • v1APIServiceSpecInsecureSkipTlsVerify :: !(Maybe Bool)

    "insecureSkipTLSVerify" - InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.

  • v1APIServiceSpecService :: !ApiregistrationV1ServiceReference

    Required "service"

  • v1APIServiceSpecVersion :: !(Maybe Text)

    "version" - Version is the API version this server hosts. For example, "v1"

  • v1APIServiceSpecVersionPriority :: !Int

    Required "versionPriority" - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

data V1APIServiceList Source #

V1APIServiceList APIServiceList is a list of APIService objects.

Constructors

V1APIServiceList 

Fields

data V1APIServiceCondition Source #

V1APIServiceCondition APIServiceCondition describes the state of an APIService at a particular point

Constructors

V1APIServiceCondition 

Fields

data V1APIService Source #

V1APIService APIService represents a server for a particular GroupVersion. Name must be "version.group".

Constructors

V1APIService 

Fields

Instances

Instances details
Eq V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1APIService Source #

ToJSON V1APIService

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1APIService Source #

FromJSON V1APIService

Instance details

Defined in Kubernetes.OpenAPI.Model

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

data V1APIResourceList Source #

V1APIResourceList APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

Constructors

V1APIResourceList 

Fields

data V1APIResource Source #

V1APIResource APIResource specifies the name of a resource and whether it is namespaced.

Constructors

V1APIResource 

Fields

  • v1APIResourceCategories :: !(Maybe [Text])

    "categories" - categories is a list of the grouped resources this resource belongs to (e.g. 'all')

  • v1APIResourceGroup :: !(Maybe Text)

    "group" - group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".

  • v1APIResourceKind :: !Text

    Required "kind" - kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')

  • v1APIResourceName :: !Text

    Required "name" - name is the plural name of the resource.

  • v1APIResourceNamespaced :: !Bool

    Required "namespaced" - namespaced indicates if a resource is namespaced or not.

  • v1APIResourceShortNames :: !(Maybe [Text])

    "shortNames" - shortNames is a list of suggested short names of the resource.

  • v1APIResourceSingularName :: !Text

    Required "singularName" - singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.

  • v1APIResourceStorageVersionHash :: !(Maybe Text)

    "storageVersionHash" - The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates.

  • v1APIResourceVerbs :: ![Text]

    Required "verbs" - verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

  • v1APIResourceVersion :: !(Maybe Text)

    "version" - version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".

data V1APIGroupList Source #

V1APIGroupList APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

Constructors

V1APIGroupList 

Fields

data V1APIGroup Source #

V1APIGroup APIGroup contains the name, the supported versions, and the preferred version of a group.

Constructors

V1APIGroup 

Fields

Instances

Instances details
Eq V1APIGroup Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1APIGroup Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1APIGroup Source #

ToJSON V1APIGroup

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON V1APIGroup Source #

FromJSON V1APIGroup

Instance details

Defined in Kubernetes.OpenAPI.Model

data PolicyV1beta1SupplementalGroupsStrategyOptions Source #

PolicyV1beta1SupplementalGroupsStrategyOptions SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.

Constructors

PolicyV1beta1SupplementalGroupsStrategyOptions 

Fields

Instances

Instances details
Eq PolicyV1beta1SupplementalGroupsStrategyOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show PolicyV1beta1SupplementalGroupsStrategyOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON PolicyV1beta1SupplementalGroupsStrategyOptions Source #

ToJSON PolicyV1beta1SupplementalGroupsStrategyOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON PolicyV1beta1SupplementalGroupsStrategyOptions Source #

FromJSON PolicyV1beta1SupplementalGroupsStrategyOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

data PolicyV1beta1SELinuxStrategyOptions Source #

PolicyV1beta1SELinuxStrategyOptions SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.

Constructors

PolicyV1beta1SELinuxStrategyOptions 

Fields

data PolicyV1beta1RuntimeClassStrategyOptions Source #

PolicyV1beta1RuntimeClassStrategyOptions RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.

Constructors

PolicyV1beta1RuntimeClassStrategyOptions 

Fields

data PolicyV1beta1RunAsUserStrategyOptions Source #

PolicyV1beta1RunAsUserStrategyOptions RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.

Constructors

PolicyV1beta1RunAsUserStrategyOptions 

Fields

data PolicyV1beta1RunAsGroupStrategyOptions Source #

PolicyV1beta1RunAsGroupStrategyOptions RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.

Constructors

PolicyV1beta1RunAsGroupStrategyOptions 

Fields

data PolicyV1beta1PodSecurityPolicySpec Source #

PolicyV1beta1PodSecurityPolicySpec PodSecurityPolicySpec defines the policy enforced.

Constructors

PolicyV1beta1PodSecurityPolicySpec 

Fields

data PolicyV1beta1PodSecurityPolicyList Source #

PolicyV1beta1PodSecurityPolicyList PodSecurityPolicyList is a list of PodSecurityPolicy objects.

Constructors

PolicyV1beta1PodSecurityPolicyList 

Fields

data PolicyV1beta1PodSecurityPolicy Source #

PolicyV1beta1PodSecurityPolicy PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.

Constructors

PolicyV1beta1PodSecurityPolicy 

Fields

Instances

Instances details
Eq PolicyV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show PolicyV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON PolicyV1beta1PodSecurityPolicy Source #

ToJSON PolicyV1beta1PodSecurityPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON PolicyV1beta1PodSecurityPolicy Source #

FromJSON PolicyV1beta1PodSecurityPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplacePodSecurityPolicy PolicyV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasBodyParam CreatePodSecurityPolicy PolicyV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

data PolicyV1beta1IDRange Source #

PolicyV1beta1IDRange IDRange provides a min/max of an allowed range of IDs.

Constructors

PolicyV1beta1IDRange 

Fields

data PolicyV1beta1HostPortRange Source #

PolicyV1beta1HostPortRange HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.

Constructors

PolicyV1beta1HostPortRange 

Fields

data PolicyV1beta1FSGroupStrategyOptions Source #

PolicyV1beta1FSGroupStrategyOptions FSGroupStrategyOptions defines the strategy type and options used to create the strategy.

Constructors

PolicyV1beta1FSGroupStrategyOptions 

Fields

data PolicyV1beta1AllowedHostPath Source #

PolicyV1beta1AllowedHostPath AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.

Constructors

PolicyV1beta1AllowedHostPath 

Fields

  • policyV1beta1AllowedHostPathPathPrefix :: !(Maybe Text)

    "pathPrefix" - pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `foo` would allow `foo`, `foo` and `foobar` `foo` would not allow `food` or `etcfoo`

  • policyV1beta1AllowedHostPathReadOnly :: !(Maybe Bool)

    "readOnly" - when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.

data PolicyV1beta1AllowedFlexVolume Source #

PolicyV1beta1AllowedFlexVolume AllowedFlexVolume represents a single Flexvolume that is allowed to be used.

Constructors

PolicyV1beta1AllowedFlexVolume 

Fields

data PolicyV1beta1AllowedCSIDriver Source #

PolicyV1beta1AllowedCSIDriver AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.

Constructors

PolicyV1beta1AllowedCSIDriver 

Fields

data NetworkingV1beta1IngressTLS Source #

NetworkingV1beta1IngressTLS IngressTLS describes the transport layer security associated with an Ingress.

Constructors

NetworkingV1beta1IngressTLS 

Fields

  • networkingV1beta1IngressTLSHosts :: !(Maybe [Text])

    "hosts" - Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

  • networkingV1beta1IngressTLSSecretName :: !(Maybe Text)

    "secretName" - SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.

data NetworkingV1beta1IngressSpec Source #

NetworkingV1beta1IngressSpec IngressSpec describes the Ingress the user wishes to exist.

Constructors

NetworkingV1beta1IngressSpec 

Fields

data NetworkingV1beta1IngressRule Source #

NetworkingV1beta1IngressRule IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

Constructors

NetworkingV1beta1IngressRule 

Fields

  • networkingV1beta1IngressRuleHost :: !(Maybe Text)

    "host" - Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.

  • networkingV1beta1IngressRuleHttp :: !(Maybe NetworkingV1beta1HTTPIngressRuleValue)

    "http"

data NetworkingV1beta1IngressList Source #

NetworkingV1beta1IngressList IngressList is a collection of Ingress.

Constructors

NetworkingV1beta1IngressList 

Fields

data NetworkingV1beta1IngressBackend Source #

NetworkingV1beta1IngressBackend IngressBackend describes all endpoints for a given service and port.

Constructors

NetworkingV1beta1IngressBackend 

Fields

data NetworkingV1beta1Ingress Source #

NetworkingV1beta1Ingress Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.

Constructors

NetworkingV1beta1Ingress 

Fields

Instances

Instances details
Eq NetworkingV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show NetworkingV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON NetworkingV1beta1Ingress Source #

ToJSON NetworkingV1beta1Ingress

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON NetworkingV1beta1Ingress Source #

FromJSON NetworkingV1beta1Ingress

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedIngress NetworkingV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

data NetworkingV1beta1HTTPIngressRuleValue Source #

NetworkingV1beta1HTTPIngressRuleValue HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last / and before the first ? or #.

Constructors

NetworkingV1beta1HTTPIngressRuleValue 

Fields

data NetworkingV1beta1HTTPIngressPath Source #

NetworkingV1beta1HTTPIngressPath HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.

Constructors

NetworkingV1beta1HTTPIngressPath 

Fields

data ExtensionsV1beta1SupplementalGroupsStrategyOptions Source #

ExtensionsV1beta1SupplementalGroupsStrategyOptions SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.

Constructors

ExtensionsV1beta1SupplementalGroupsStrategyOptions 

Fields

Instances

Instances details
Eq ExtensionsV1beta1SupplementalGroupsStrategyOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ExtensionsV1beta1SupplementalGroupsStrategyOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions Source #

ToJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions Source #

FromJSON ExtensionsV1beta1SupplementalGroupsStrategyOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

data ExtensionsV1beta1ScaleStatus Source #

ExtensionsV1beta1ScaleStatus represents the current status of a scale subresource.

Constructors

ExtensionsV1beta1ScaleStatus 

Fields

data ExtensionsV1beta1Scale Source #

ExtensionsV1beta1Scale represents a scaling request for a resource.

Constructors

ExtensionsV1beta1Scale 

Fields

Instances

Instances details
Eq ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON ExtensionsV1beta1Scale Source #

ToJSON ExtensionsV1beta1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON ExtensionsV1beta1Scale Source #

FromJSON ExtensionsV1beta1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedReplicationControllerDummyScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSetScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDeploymentScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data ExtensionsV1beta1SELinuxStrategyOptions Source #

ExtensionsV1beta1SELinuxStrategyOptions SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.

Constructors

ExtensionsV1beta1SELinuxStrategyOptions 

Fields

data ExtensionsV1beta1RuntimeClassStrategyOptions Source #

ExtensionsV1beta1RuntimeClassStrategyOptions RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.

Constructors

ExtensionsV1beta1RuntimeClassStrategyOptions 

Fields

data ExtensionsV1beta1RunAsUserStrategyOptions Source #

ExtensionsV1beta1RunAsUserStrategyOptions RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.

Constructors

ExtensionsV1beta1RunAsUserStrategyOptions 

Fields

data ExtensionsV1beta1RunAsGroupStrategyOptions Source #

ExtensionsV1beta1RunAsGroupStrategyOptions RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.

Constructors

ExtensionsV1beta1RunAsGroupStrategyOptions 

Fields

data ExtensionsV1beta1RollingUpdateDeployment Source #

ExtensionsV1beta1RollingUpdateDeployment Spec to control the desired behavior of rolling update.

data ExtensionsV1beta1RollbackConfig Source #

ExtensionsV1beta1RollbackConfig DEPRECATED.

Constructors

ExtensionsV1beta1RollbackConfig 

Fields

data ExtensionsV1beta1PodSecurityPolicySpec Source #

ExtensionsV1beta1PodSecurityPolicySpec PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.

Constructors

ExtensionsV1beta1PodSecurityPolicySpec 

Fields

data ExtensionsV1beta1PodSecurityPolicyList Source #

ExtensionsV1beta1PodSecurityPolicyList PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead.

Constructors

ExtensionsV1beta1PodSecurityPolicyList 

Fields

data ExtensionsV1beta1PodSecurityPolicy Source #

ExtensionsV1beta1PodSecurityPolicy PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.

Constructors

ExtensionsV1beta1PodSecurityPolicy 

Fields

Instances

Instances details
Eq ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON ExtensionsV1beta1PodSecurityPolicy Source #

ToJSON ExtensionsV1beta1PodSecurityPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON ExtensionsV1beta1PodSecurityPolicy Source #

FromJSON ExtensionsV1beta1PodSecurityPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplacePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreatePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data ExtensionsV1beta1IngressTLS Source #

ExtensionsV1beta1IngressTLS IngressTLS describes the transport layer security associated with an Ingress.

Constructors

ExtensionsV1beta1IngressTLS 

Fields

  • extensionsV1beta1IngressTLSHosts :: !(Maybe [Text])

    "hosts" - Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

  • extensionsV1beta1IngressTLSSecretName :: !(Maybe Text)

    "secretName" - SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the &quot;Host&quot; header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.

data ExtensionsV1beta1IngressSpec Source #

ExtensionsV1beta1IngressSpec IngressSpec describes the Ingress the user wishes to exist.

Constructors

ExtensionsV1beta1IngressSpec 

Fields

data ExtensionsV1beta1IngressRule Source #

ExtensionsV1beta1IngressRule IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

Constructors

ExtensionsV1beta1IngressRule 

Fields

  • extensionsV1beta1IngressRuleHost :: !(Maybe Text)

    "host" - Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the &quot;host&quot; part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.

  • extensionsV1beta1IngressRuleHttp :: !(Maybe ExtensionsV1beta1HTTPIngressRuleValue)

    "http"

data ExtensionsV1beta1IngressList Source #

ExtensionsV1beta1IngressList IngressList is a collection of Ingress.

Constructors

ExtensionsV1beta1IngressList 

Fields

data ExtensionsV1beta1IngressBackend Source #

ExtensionsV1beta1IngressBackend IngressBackend describes all endpoints for a given service and port.

Constructors

ExtensionsV1beta1IngressBackend 

Fields

data ExtensionsV1beta1Ingress Source #

ExtensionsV1beta1Ingress Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information.

Constructors

ExtensionsV1beta1Ingress 

Fields

Instances

Instances details
Eq ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON ExtensionsV1beta1Ingress Source #

ToJSON ExtensionsV1beta1Ingress

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON ExtensionsV1beta1Ingress Source #

FromJSON ExtensionsV1beta1Ingress

Instance details

Defined in Kubernetes.OpenAPI.Model

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 CreateNamespacedIngress ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data ExtensionsV1beta1IDRange Source #

ExtensionsV1beta1IDRange IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.

Constructors

ExtensionsV1beta1IDRange 

Fields

data ExtensionsV1beta1HostPortRange Source #

ExtensionsV1beta1HostPortRange HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead.

Constructors

ExtensionsV1beta1HostPortRange 

Fields

data ExtensionsV1beta1HTTPIngressRuleValue Source #

ExtensionsV1beta1HTTPIngressRuleValue HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last / and before the first ? or #.

Constructors

ExtensionsV1beta1HTTPIngressRuleValue 

Fields

data ExtensionsV1beta1HTTPIngressPath Source #

ExtensionsV1beta1HTTPIngressPath HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.

Constructors

ExtensionsV1beta1HTTPIngressPath 

Fields

data ExtensionsV1beta1FSGroupStrategyOptions Source #

ExtensionsV1beta1FSGroupStrategyOptions FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.

Constructors

ExtensionsV1beta1FSGroupStrategyOptions 

Fields

data ExtensionsV1beta1DeploymentStrategy Source #

ExtensionsV1beta1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.

Constructors

ExtensionsV1beta1DeploymentStrategy 

Fields

data ExtensionsV1beta1DeploymentStatus Source #

ExtensionsV1beta1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.

Constructors

ExtensionsV1beta1DeploymentStatus 

Fields

data ExtensionsV1beta1DeploymentSpec Source #

ExtensionsV1beta1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.

Constructors

ExtensionsV1beta1DeploymentSpec 

Fields

data ExtensionsV1beta1DeploymentRollback Source #

ExtensionsV1beta1DeploymentRollback DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.

Constructors

ExtensionsV1beta1DeploymentRollback 

Fields

Instances

Instances details
Eq ExtensionsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ExtensionsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON ExtensionsV1beta1DeploymentRollback Source #

ToJSON ExtensionsV1beta1DeploymentRollback

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON ExtensionsV1beta1DeploymentRollback Source #

FromJSON ExtensionsV1beta1DeploymentRollback

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedDeploymentRollback ExtensionsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data ExtensionsV1beta1DeploymentList Source #

ExtensionsV1beta1DeploymentList DeploymentList is a list of Deployments.

Constructors

ExtensionsV1beta1DeploymentList 

Fields

data ExtensionsV1beta1DeploymentCondition Source #

ExtensionsV1beta1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.

Constructors

ExtensionsV1beta1DeploymentCondition 

Fields

data ExtensionsV1beta1Deployment Source #

ExtensionsV1beta1Deployment DEPRECATED - This group version of Deployment is deprecated by appsv1beta2Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

Constructors

ExtensionsV1beta1Deployment 

Fields

Instances

Instances details
Eq ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON ExtensionsV1beta1Deployment Source #

ToJSON ExtensionsV1beta1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON ExtensionsV1beta1Deployment Source #

FromJSON ExtensionsV1beta1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedDeploymentStatus ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

data ExtensionsV1beta1AllowedHostPath Source #

ExtensionsV1beta1AllowedHostPath AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead.

Constructors

ExtensionsV1beta1AllowedHostPath 

Fields

  • extensionsV1beta1AllowedHostPathPathPrefix :: !(Maybe Text)

    "pathPrefix" - pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `foo` would allow `foo`, `foo` and `foobar` `foo` would not allow `food` or `etcfoo`

  • extensionsV1beta1AllowedHostPathReadOnly :: !(Maybe Bool)

    "readOnly" - when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.

data ExtensionsV1beta1AllowedFlexVolume Source #

ExtensionsV1beta1AllowedFlexVolume AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.

Constructors

ExtensionsV1beta1AllowedFlexVolume 

Fields

data ExtensionsV1beta1AllowedCSIDriver Source #

ExtensionsV1beta1AllowedCSIDriver AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.

Constructors

ExtensionsV1beta1AllowedCSIDriver 

Fields

data AppsV1beta1ScaleStatus Source #

AppsV1beta1ScaleStatus ScaleStatus represents the current status of a scale subresource.

Constructors

AppsV1beta1ScaleStatus 

Fields

data AppsV1beta1ScaleSpec Source #

AppsV1beta1ScaleSpec ScaleSpec describes the attributes of a scale subresource

Constructors

AppsV1beta1ScaleSpec 

Fields

data AppsV1beta1Scale Source #

AppsV1beta1Scale Scale represents a scaling request for a resource.

Constructors

AppsV1beta1Scale 

Fields

Instances

Instances details
Eq AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AppsV1beta1Scale Source #

ToJSON AppsV1beta1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON AppsV1beta1Scale Source #

FromJSON AppsV1beta1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedStatefulSetScale AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedDeploymentScale AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

data AppsV1beta1RollingUpdateDeployment Source #

AppsV1beta1RollingUpdateDeployment Spec to control the desired behavior of rolling update.

data AppsV1beta1DeploymentStrategy Source #

AppsV1beta1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.

Constructors

AppsV1beta1DeploymentStrategy 

Fields

data AppsV1beta1DeploymentStatus Source #

AppsV1beta1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.

Constructors

AppsV1beta1DeploymentStatus 

Fields

data AppsV1beta1DeploymentSpec Source #

AppsV1beta1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.

Constructors

AppsV1beta1DeploymentSpec 

Fields

data AppsV1beta1DeploymentRollback Source #

AppsV1beta1DeploymentRollback DEPRECATED. DeploymentRollback stores the information required to rollback a deployment.

Constructors

AppsV1beta1DeploymentRollback 

Fields

Instances

Instances details
Eq AppsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show AppsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AppsV1beta1DeploymentRollback Source #

ToJSON AppsV1beta1DeploymentRollback

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON AppsV1beta1DeploymentRollback Source #

FromJSON AppsV1beta1DeploymentRollback

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedDeploymentRollback AppsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

data AppsV1beta1DeploymentList Source #

AppsV1beta1DeploymentList DeploymentList is a list of Deployments.

Constructors

AppsV1beta1DeploymentList 

Fields

data AppsV1beta1DeploymentCondition Source #

AppsV1beta1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.

Constructors

AppsV1beta1DeploymentCondition 

Fields

data AppsV1beta1Deployment Source #

AppsV1beta1Deployment DEPRECATED - This group version of Deployment is deprecated by appsv1beta2Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.

Constructors

AppsV1beta1Deployment 

Fields

Instances

Instances details
Eq AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AppsV1beta1Deployment Source #

ToJSON AppsV1beta1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON AppsV1beta1Deployment Source #

FromJSON AppsV1beta1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam ReplaceNamespacedDeploymentStatus AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam ReplaceNamespacedDeployment AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasBodyParam CreateNamespacedDeployment AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

data ApiregistrationV1beta1ServiceReference Source #

ApiregistrationV1beta1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

ApiregistrationV1beta1ServiceReference 

Fields

data ApiregistrationV1ServiceReference Source #

ApiregistrationV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

ApiregistrationV1ServiceReference 

Fields

data ApiextensionsV1beta1WebhookClientConfig Source #

ApiextensionsV1beta1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook.

Constructors

ApiextensionsV1beta1WebhookClientConfig 

Fields

  • apiextensionsV1beta1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • apiextensionsV1beta1WebhookClientConfigService :: !(Maybe ApiextensionsV1beta1ServiceReference)

    "service"

  • apiextensionsV1beta1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - url gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be &quot;https&quot;; the URL must begin with &quot;https://&quot;. A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. &quot;user:password@&quot; is not allowed. Fragments (&quot;#...&quot;) and query parameters (&quot;?...&quot;) are not allowed, either.

data ApiextensionsV1beta1ServiceReference Source #

ApiextensionsV1beta1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

ApiextensionsV1beta1ServiceReference 

Fields

data ApiextensionsV1WebhookClientConfig Source #

ApiextensionsV1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook.

Constructors

ApiextensionsV1WebhookClientConfig 

Fields

  • apiextensionsV1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • apiextensionsV1WebhookClientConfigService :: !(Maybe ApiextensionsV1ServiceReference)

    "service"

  • apiextensionsV1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - url gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be &quot;https&quot;; the URL must begin with &quot;https://&quot;. A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. &quot;user:password@&quot; is not allowed. Fragments (&quot;#...&quot;) and query parameters (&quot;?...&quot;) are not allowed, either.

data ApiextensionsV1ServiceReference Source #

ApiextensionsV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

ApiextensionsV1ServiceReference 

Fields

data AdmissionregistrationV1beta1WebhookClientConfig Source #

AdmissionregistrationV1beta1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook

Constructors

AdmissionregistrationV1beta1WebhookClientConfig 

Fields

  • admissionregistrationV1beta1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • admissionregistrationV1beta1WebhookClientConfigService :: !(Maybe AdmissionregistrationV1beta1ServiceReference)

    "service"

  • admissionregistrationV1beta1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - `url` gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be &quot;https&quot;; the URL must begin with &quot;https://&quot;. A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. &quot;user:password@&quot; is not allowed. Fragments (&quot;#...&quot;) and query parameters (&quot;?...&quot;) are not allowed, either.

Instances

Instances details
Eq AdmissionregistrationV1beta1WebhookClientConfig Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show AdmissionregistrationV1beta1WebhookClientConfig Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AdmissionregistrationV1beta1WebhookClientConfig Source #

ToJSON AdmissionregistrationV1beta1WebhookClientConfig

Instance details

Defined in Kubernetes.OpenAPI.Model

FromJSON AdmissionregistrationV1beta1WebhookClientConfig Source #

FromJSON AdmissionregistrationV1beta1WebhookClientConfig

Instance details

Defined in Kubernetes.OpenAPI.Model

data AdmissionregistrationV1beta1ServiceReference Source #

AdmissionregistrationV1beta1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

AdmissionregistrationV1beta1ServiceReference 

Fields

data AdmissionregistrationV1WebhookClientConfig Source #

AdmissionregistrationV1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook

Constructors

AdmissionregistrationV1WebhookClientConfig 

Fields

  • admissionregistrationV1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • admissionregistrationV1WebhookClientConfigService :: !(Maybe AdmissionregistrationV1ServiceReference)

    "service"

  • admissionregistrationV1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - `url` gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be &quot;https&quot;; the URL must begin with &quot;https://&quot;. A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. &quot;user:password@&quot; is not allowed. Fragments (&quot;#...&quot;) and query parameters (&quot;?...&quot;) are not allowed, either.

data AdmissionregistrationV1ServiceReference Source #

AdmissionregistrationV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

AdmissionregistrationV1ServiceReference 

Fields

newtype Watch Source #

Constructors

Watch 

Fields

Instances

Instances details
Eq Watch Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Watch Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Watch -> ShowS #

show :: Watch -> String #

showList :: [Watch] -> ShowS #

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 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 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 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 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 Watch Source #

Optional Param "watch" - Watch for changes to 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 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 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 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 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 Watch Source #

Optional Param "watch" - Watch for changes to 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 Watch Source #

Optional Param "watch" - Watch for changes to 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Watch Source #

Optional Param "watch" - Watch for changes to 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedEndpointSlice Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedHorizontalPodAutoscaler Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Watch Source #

Optional Param "watch" - Watch for changes to 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 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 Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 ListValidatingWebhookConfiguration Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Version Source #

Constructors

Version 

Fields

Instances

Instances details
Eq Version Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Version Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

newtype Tty Source #

Constructors

Tty 

Fields

Instances

Instances details
Eq Tty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Tty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Tty -> ShowS #

show :: Tty -> String #

showList :: [Tty] -> ShowS #

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

newtype Timestamps Source #

Constructors

Timestamps 

Fields

Instances

Instances details
Eq Timestamps Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show Timestamps Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog Timestamps Source #

Optional Param "timestamps" - If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype TimeoutSeconds Source #

Constructors

TimeoutSeconds 

Instances

Instances details
Eq TimeoutSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show TimeoutSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedEndpointSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListCustomResourceDefinition TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 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 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 ListValidatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype TailLines Source #

Constructors

TailLines 

Fields

Instances

Instances details
Eq TailLines Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show TailLines Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog TailLines Source #

Optional Param "tailLines" - If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Stdout Source #

Constructors

Stdout 

Fields

Instances

Instances details
Eq Stdout Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Stdout Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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

newtype Stdin Source #

Constructors

Stdin 

Fields

Instances

Instances details
Eq Stdin Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Stdin Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Stdin -> ShowS #

show :: Stdin -> String #

showList :: [Stdin] -> ShowS #

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

newtype Stderr Source #

Constructors

Stderr 

Fields

Instances

Instances details
Eq Stderr Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Stderr Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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

newtype SinceSeconds Source #

Constructors

SinceSeconds 

Fields

Instances

Instances details
Eq SinceSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show SinceSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog SinceSeconds Source #

Optional Param "sinceSeconds" - A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype ResourceVersion Source #

Constructors

ResourceVersion 

Instances

Instances details
Eq ResourceVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show ResourceVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedEndpointSlice 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.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces 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.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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.DiscoveryV1alpha1

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

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

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

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

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

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

newtype PropagationPolicy Source #

Instances

Instances details
Eq PropagationPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show PropagationPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 DeleteCollectionVolumeAttachment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 DeleteCollectionVolumeAttachment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 DeleteCollectionVolumeAttachment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam 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 DeleteCollectionNamespacedPodPreset 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 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 DeleteCollectionPriorityClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 DeleteCollectionPriorityClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 DeleteCollectionPriorityClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam 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 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 DeleteCollectionNamespacedRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRole PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 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 DeleteCollectionNamespacedRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRole PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 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 DeleteCollectionNamespacedRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 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 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 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 DeleteCollectionPodSecurityPolicy 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 DeleteCollectionNamespacedPodDisruptionBudget PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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 DeleteCollectionRuntimeClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 DeleteCollectionRuntimeClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 DeleteCollectionNamespacedIngress PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 DeleteCollectionNamespacedNetworkPolicy PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam 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 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 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 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 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 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 DeleteCollectionPodSecurityPolicy 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 DeleteCollectionNamespacedReplicaSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 DeleteCollectionNamespacedEvent PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasOptionalParam DeleteNamespacedEndpointSlice PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 DeleteCollectionNamespacedCustomObject PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 DeleteCollectionPersistentVolume PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DeleteCollectionNamespacedLease PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLease PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionCertificateSigningRequest PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 DeleteCollectionNamespacedCronJob PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.BatchV1beta1

HasOptionalParam DeleteCollectionNamespacedCronJob PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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 DeleteCollectionNamespacedJob PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam 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 DeleteCollectionNamespacedHorizontalPodAutoscaler PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AutoscalingV2beta1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionAuditSink 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 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 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 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 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 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 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 DeleteCollectionNamespacedStatefulSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 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 DeleteCollectionNamespacedStatefulSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 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 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 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 DeleteCollectionNamespacedStatefulSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionAPIService PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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 DeleteCollectionAPIService PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam 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 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 DeleteCollectionCustomResourceDefinition PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 DeleteCollectionValidatingWebhookConfiguration PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Previous Source #

Constructors

Previous 

Fields

Instances

Instances details
Eq Previous Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show Previous Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog Previous Source #

Optional Param "previous" - Return previous terminated container logs. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Pretty Source #

Constructors

Pretty 

Fields

Instances

Instances details
Eq Pretty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Pretty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReplaceVolumeAttachment Pretty Source #

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ReadNamespacedEndpointSlice Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam PatchNamespacedEndpointSlice Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListNamespacedEndpointSlice Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteNamespacedEndpointSlice Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam CreateNamespacedEndpointSlice Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListNamespacedCustomObject Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListClusterCustomObject Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 ReplacePersistentVolume Pretty Source #

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount Pretty Source #

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReadCustomResourceDefinitionStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReadCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateCustomResourceDefinition Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceValidatingWebhookConfiguration Pretty Source #

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadValidatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingWebhookConfiguration Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Ports Source #

Constructors

Ports 

Fields

Instances

Instances details
Eq Ports Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Ports Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Ports -> ShowS #

show :: Ports -> String #

showList :: [Ports] -> ShowS #

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 ConnectGetNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Plural Source #

Constructors

Plural 

Fields

Instances

Instances details
Eq Plural Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Plural Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

newtype Path2 Source #

Constructors

Path2 

Fields

Instances

Instances details
Eq Path2 Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Path2 Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Path2 -> ShowS #

show :: Path2 -> String #

showList :: [Path2] -> ShowS #

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

newtype Path Source #

Constructors

Path 

Fields

Instances

Instances details
Eq Path Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Path Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Path -> ShowS #

show :: Path -> String #

showList :: [Path] -> ShowS #

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

newtype OrphanDependents Source #

Constructors

OrphanDependents 

Instances

Instances details
Eq OrphanDependents Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show OrphanDependents Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 DeleteCollectionVolumeAttachment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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 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 DeleteCollectionVolumeAttachment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.StorageV1

HasOptionalParam DeleteStorageClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam 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 DeleteCollectionNamespacedPodPreset 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 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 DeleteCollectionPriorityClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

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 DeleteCollectionPriorityClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

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 DeleteCollectionPriorityClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam 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 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 DeleteCollectionNamespacedRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 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 DeleteCollectionNamespacedRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 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 DeleteCollectionNamespacedRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 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 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 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 DeleteCollectionPodSecurityPolicy 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 DeleteCollectionNamespacedPodDisruptionBudget OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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 DeleteCollectionRuntimeClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

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 DeleteCollectionRuntimeClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 DeleteCollectionNamespacedIngress OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 DeleteCollectionNamespacedNetworkPolicy OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam 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 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 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 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 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 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 DeleteCollectionPodSecurityPolicy 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 DeleteCollectionNamespacedReplicaSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 DeleteCollectionNamespacedEvent OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasOptionalParam DeleteNamespacedEndpointSlice OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 DeleteCollectionNamespacedCustomObject OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 DeleteCollectionPersistentVolume OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DeleteCollectionNamespacedLease OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLease OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionCertificateSigningRequest OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 DeleteCollectionNamespacedCronJob OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.BatchV1beta1

HasOptionalParam DeleteCollectionNamespacedCronJob OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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 DeleteCollectionNamespacedJob OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam 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 DeleteCollectionNamespacedHorizontalPodAutoscaler OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AutoscalingV2beta1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionAuditSink 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 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 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 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 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 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 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 DeleteCollectionNamespacedStatefulSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 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 DeleteCollectionNamespacedStatefulSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 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 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 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 DeleteCollectionNamespacedStatefulSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionAPIService OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

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 DeleteCollectionAPIService OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam 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 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 DeleteCollectionCustomResourceDefinition OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 DeleteCollectionValidatingWebhookConfiguration OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Namespace Source #

Constructors

Namespace 

Fields

Instances

Instances details
Eq Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

newtype Name Source #

Constructors

Name 

Fields

Instances

Instances details
Eq Name Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Name Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

newtype Logpath Source #

Constructors

Logpath 

Fields

Instances

Instances details
Eq Logpath Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Logpath Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

newtype LimitBytes Source #

Constructors

LimitBytes 

Fields

Instances

Instances details
Eq LimitBytes Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show LimitBytes Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog LimitBytes Source #

Optional Param "limitBytes" - If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Limit Source #

Constructors

Limit 

Fields

Instances

Instances details
Eq Limit Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Limit Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Limit -> ShowS #

show :: Limit -> String #

showList :: [Limit] -> ShowS #

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedEndpointSlice Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListNamespacedCustomObject Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListClusterCustomObject Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListCustomResourceDefinition Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 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 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 ListValidatingWebhookConfiguration Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype LabelSelector Source #

Constructors

LabelSelector 

Instances

Instances details
Eq LabelSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show LabelSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedEndpointSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListCustomResourceDefinition LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 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 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 ListValidatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Group Source #

Constructors

Group 

Fields

Instances

Instances details
Eq Group Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Group Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

newtype GracePeriodSeconds Source #

Instances

Instances details
Eq GracePeriodSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show GracePeriodSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 DeleteCollectionVolumeAttachment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 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 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 DeleteCollectionVolumeAttachment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 DeleteCollectionVolumeAttachment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam 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 DeleteCollectionNamespacedPodPreset 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 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 DeleteCollectionPriorityClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.SchedulingV1alpha1

HasOptionalParam DeleteCollectionPriorityClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.SchedulingV1

HasOptionalParam DeleteCollectionPriorityClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam 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 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 DeleteCollectionNamespacedRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionNamespacedRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 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 DeleteCollectionNamespacedRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionNamespacedRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 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 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 DeleteCollectionNamespacedRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 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 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 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 DeleteCollectionPodSecurityPolicy 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 DeleteCollectionNamespacedPodDisruptionBudget GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

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 DeleteCollectionRuntimeClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.NodeV1alpha1

HasOptionalParam DeleteCollectionRuntimeClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

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 DeleteCollectionNamespacedIngress GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 DeleteCollectionNamespacedNetworkPolicy GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam 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 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 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 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 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 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 DeleteCollectionPodSecurityPolicy 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 DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 DeleteCollectionNamespacedEvent GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasOptionalParam DeleteNamespacedEndpointSlice GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 DeleteCollectionNamespacedCustomObject GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 DeleteCollectionPersistentVolume GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DeleteCollectionNamespacedLease GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLease GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionCertificateSigningRequest GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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 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 DeleteCollectionNamespacedCronJob GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.BatchV1beta1

HasOptionalParam DeleteCollectionNamespacedCronJob GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

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 DeleteCollectionNamespacedJob GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam 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 DeleteCollectionNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AutoscalingV2beta1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionAuditSink 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 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 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 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 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 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 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 DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 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 DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.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 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 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 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 DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionAPIService GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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 DeleteCollectionAPIService GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam 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 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 DeleteCollectionCustomResourceDefinition GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 DeleteCollectionValidatingWebhookConfiguration GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.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.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Force Source #

Constructors

Force 

Fields

Instances

Instances details
Eq Force Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Force Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Force -> ShowS #

show :: Force -> String #

showList :: [Force] -> ShowS #

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 PatchNamespacedEndpointSlice Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam PatchNamespacedCustomObjectStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObject Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 PatchNamespacedHorizontalPodAutoscalerStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 PatchCustomResourceDefinitionStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 PatchValidatingWebhookConfiguration Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Follow Source #

Constructors

Follow 

Fields

Instances

Instances details
Eq Follow Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Follow Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog Follow Source #

Optional Param "follow" - Follow the log stream of the pod. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype FieldSelector Source #

Constructors

FieldSelector 

Instances

Instances details
Eq FieldSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show FieldSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListNamespacedEndpointSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 FieldSelector Source #

Optional 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ListCustomResourceDefinition FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 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 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 ListValidatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype FieldManager Source #

Constructors

FieldManager 

Fields

Instances

Instances details
Eq FieldManager Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show FieldManager Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ReplaceNamespacedEndpointSlice FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam PatchNamespacedEndpointSlice FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam CreateNamespacedEndpointSlice FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ReplaceNamespacedCustomObjectStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObject FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObject FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObject FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedCustomObject FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateClusterCustomObject FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 CreateNamespacedServiceAccountToken FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ReplaceCustomResourceDefinitionStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateCustomResourceDefinition FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 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 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 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 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 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 ReplaceValidatingWebhookConfiguration FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingWebhookConfiguration FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Export Source #

Constructors

Export 

Fields

Instances

Instances details
Eq Export Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Export Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ReadNamespacedEndpointSlice 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.DiscoveryV1alpha1

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

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

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

newtype Exact Source #

Constructors

Exact 

Fields

Instances

Instances details
Eq Exact Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show Exact Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Exact -> ShowS #

show :: Exact -> String #

showList :: [Exact] -> ShowS #

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ReadNamespacedEndpointSlice 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.DiscoveryV1alpha1

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

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

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

newtype DryRun Source #

Constructors

DryRun 

Fields

Instances

Instances details
Eq DryRun Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

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

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

Show DryRun Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionStorageClass DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSINode DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionCSIDriver DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceStorageClass DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source #

HasOptionalParam 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchStorageClass DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source #

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionNamespacedRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRoleBinding DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam DeleteCollectionClusterRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionNamespacedRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRoleBinding DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam DeleteCollectionClusterRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionNamespacedPodDisruptionBudget DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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

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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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

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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 ReplaceNamespacedEndpointSlice DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam PatchNamespacedEndpointSlice DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteNamespacedEndpointSlice DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam CreateNamespacedEndpointSlice DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ReplaceNamespacedCustomObjectStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteNamespacedCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteClusterCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateClusterCustomObject DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespace DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source #

HasOptionalParam DeleteCollectionPersistentVolume DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 CreateNamespacedServiceAccountToken DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam PatchNamespacedLease DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionCertificateSigningRequest DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJob DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateNamespacedJob DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DeleteCollectionAuditSink DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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

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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionAPIService DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIService DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source #

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionAPIService DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 ReplaceCustomResourceDefinitionStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 DeleteCollectionMutatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.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 DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and 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 ReplaceValidatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingWebhookConfiguration DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Continue Source #

Constructors

Continue 

Fields

Instances

Instances details
Eq Continue Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show Continue Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 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 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 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 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 ListNamespacedEndpointSlice Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListNamespacedCustomObject Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListClusterCustomObject Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 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 ListCustomResourceDefinition Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 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 Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may 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 ListValidatingWebhookConfiguration Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype Container Source #

Constructors

Container 

Fields

Instances

Instances details
Eq Container Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show Container Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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

newtype Command Source #

Constructors

Command 

Fields

Instances

Instances details
Eq Command Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Show Command Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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

newtype Body Source #

Constructors

Body 

Fields

Instances

Instances details
Eq Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Body -> Body -> Bool #

(/=) :: Body -> Body -> Bool #

Show Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

ToJSON Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

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 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 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 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 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 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 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 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 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 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 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 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 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 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 PatchNamespacedNetworkPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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 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 PatchNamespacedEndpointSlice Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

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 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 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 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 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 PatchCertificateSigningRequestStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasBodyParam PatchCertificateSigningRequest Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

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 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 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 PatchNamespacedHorizontalPodAutoscalerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasBodyParam PatchNamespacedHorizontalPodAutoscaler Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

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 PatchNamespacedHorizontalPodAutoscalerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam PatchNamespacedHorizontalPodAutoscaler Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

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 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 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 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 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 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 PatchCustomResourceDefinitionStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam PatchCustomResourceDefinition Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasBodyParam PatchCustomResourceDefinitionStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam PatchCustomResourceDefinition Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

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 PatchValidatingWebhookConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam PatchMutatingWebhookConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

newtype AllowWatchBookmarks Source #

Instances

Instances details
Eq AllowWatchBookmarks Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show AllowWatchBookmarks Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ListVolumeAttachment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListStorageClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListCSINode AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIDriver AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListVolumeAttachment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttachment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListPodPresetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ListNamespacedPodPreset AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.SettingsV1alpha1

HasOptionalParam ListPriorityClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1beta1

HasOptionalParam ListPriorityClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1alpha1

HasOptionalParam ListPriorityClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListRoleForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ListRoleBindingForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ListNamespacedRoleBinding AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ListNamespacedRole AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ListClusterRoleBinding AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ListClusterRole AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1

HasOptionalParam ListRoleForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ListRoleBindingForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ListNamespacedRoleBinding AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ListNamespacedRole AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ListClusterRoleBinding AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ListClusterRole AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1

HasOptionalParam ListRoleForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListPodSecurityPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ListNamespacedPodDisruptionBudget AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1beta1

HasOptionalParam ListRuntimeClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1beta1

HasOptionalParam ListRuntimeClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1alpha1

HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedEvent AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasOptionalParam ListEventForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1beta1

HasOptionalParam ListNamespacedEndpointSlice AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListEndpointSliceForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1alpha1

HasOptionalParam ListServiceForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNamespacedServiceAccount AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListLimitRangeForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLease AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasOptionalParam ListLeaseForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1beta1

HasOptionalParam ListNamespacedLease AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListCertificateSigningRequest AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1beta1

HasOptionalParam ListNamespacedCronJob AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ListCronJobForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV2alpha1

HasOptionalParam ListNamespacedCronJob AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ListCronJobForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1beta1

HasOptionalParam ListNamespacedJob AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2beta1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListAuditSink AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AuditregistrationV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListAuditSink contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAuditSink contentType res accept Source #

(-&-) :: KubernetesRequest ListAuditSink contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListAuditSink contentType res accept Source #

HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListAPIService AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1beta1

HasOptionalParam ListAPIService AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListCustomResourceDefinition AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1beta1

HasOptionalParam ListCustomResourceDefinition AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListValidatingWebhookConfiguration AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListMutatingWebhookConfiguration AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingWebhookConfiguration AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

mkAdmissionregistrationV1ServiceReference Source #

Arguments

:: Text

admissionregistrationV1ServiceReferenceName: name is the name of the service. Required

-> Text

admissionregistrationV1ServiceReferenceNamespace: namespace is the namespace of the service. Required

-> AdmissionregistrationV1ServiceReference 

Construct a value of type AdmissionregistrationV1ServiceReference (by applying it's required fields, if any)

mkAdmissionregistrationV1beta1ServiceReference Source #

Arguments

:: Text

admissionregistrationV1beta1ServiceReferenceName: name is the name of the service. Required

-> Text

admissionregistrationV1beta1ServiceReferenceNamespace: namespace is the namespace of the service. Required

-> AdmissionregistrationV1beta1ServiceReference 

Construct a value of type AdmissionregistrationV1beta1ServiceReference (by applying it's required fields, if any)

mkApiextensionsV1ServiceReference Source #

Arguments

:: Text

apiextensionsV1ServiceReferenceName: name is the name of the service. Required

-> Text

apiextensionsV1ServiceReferenceNamespace: namespace is the namespace of the service. Required

-> ApiextensionsV1ServiceReference 

Construct a value of type ApiextensionsV1ServiceReference (by applying it's required fields, if any)

mkApiextensionsV1WebhookClientConfig :: ApiextensionsV1WebhookClientConfig Source #

Construct a value of type ApiextensionsV1WebhookClientConfig (by applying it's required fields, if any)

mkApiextensionsV1beta1ServiceReference Source #

Arguments

:: Text

apiextensionsV1beta1ServiceReferenceName: name is the name of the service. Required

-> Text

apiextensionsV1beta1ServiceReferenceNamespace: namespace is the namespace of the service. Required

-> ApiextensionsV1beta1ServiceReference 

Construct a value of type ApiextensionsV1beta1ServiceReference (by applying it's required fields, if any)

mkApiregistrationV1ServiceReference :: ApiregistrationV1ServiceReference Source #

Construct a value of type ApiregistrationV1ServiceReference (by applying it's required fields, if any)

mkAppsV1beta1Deployment :: AppsV1beta1Deployment Source #

Construct a value of type AppsV1beta1Deployment (by applying it's required fields, if any)

mkAppsV1beta1DeploymentCondition Source #

Arguments

:: Text

appsV1beta1DeploymentConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

appsV1beta1DeploymentConditionType: Type of deployment condition.

-> AppsV1beta1DeploymentCondition 

Construct a value of type AppsV1beta1DeploymentCondition (by applying it's required fields, if any)

mkAppsV1beta1DeploymentList Source #

Arguments

:: [AppsV1beta1Deployment]

appsV1beta1DeploymentListItems: Items is the list of Deployments.

-> AppsV1beta1DeploymentList 

Construct a value of type AppsV1beta1DeploymentList (by applying it's required fields, if any)

mkAppsV1beta1DeploymentRollback Source #

Construct a value of type AppsV1beta1DeploymentRollback (by applying it's required fields, if any)

mkAppsV1beta1DeploymentStatus :: AppsV1beta1DeploymentStatus Source #

Construct a value of type AppsV1beta1DeploymentStatus (by applying it's required fields, if any)

mkAppsV1beta1DeploymentStrategy :: AppsV1beta1DeploymentStrategy Source #

Construct a value of type AppsV1beta1DeploymentStrategy (by applying it's required fields, if any)

mkAppsV1beta1RollbackConfig :: AppsV1beta1RollbackConfig Source #

Construct a value of type AppsV1beta1RollbackConfig (by applying it's required fields, if any)

mkAppsV1beta1RollingUpdateDeployment :: AppsV1beta1RollingUpdateDeployment Source #

Construct a value of type AppsV1beta1RollingUpdateDeployment (by applying it's required fields, if any)

mkAppsV1beta1Scale :: AppsV1beta1Scale Source #

Construct a value of type AppsV1beta1Scale (by applying it's required fields, if any)

mkAppsV1beta1ScaleSpec :: AppsV1beta1ScaleSpec Source #

Construct a value of type AppsV1beta1ScaleSpec (by applying it's required fields, if any)

mkAppsV1beta1ScaleStatus Source #

Arguments

:: Int

appsV1beta1ScaleStatusReplicas: actual number of observed instances of the scaled object.

-> AppsV1beta1ScaleStatus 

Construct a value of type AppsV1beta1ScaleStatus (by applying it's required fields, if any)

mkExtensionsV1beta1AllowedCSIDriver Source #

Arguments

:: Text

extensionsV1beta1AllowedCSIDriverName: Name is the registered name of the CSI driver

-> ExtensionsV1beta1AllowedCSIDriver 

Construct a value of type ExtensionsV1beta1AllowedCSIDriver (by applying it's required fields, if any)

mkExtensionsV1beta1AllowedFlexVolume Source #

Arguments

:: Text

extensionsV1beta1AllowedFlexVolumeDriver: driver is the name of the Flexvolume driver.

-> ExtensionsV1beta1AllowedFlexVolume 

Construct a value of type ExtensionsV1beta1AllowedFlexVolume (by applying it's required fields, if any)

mkExtensionsV1beta1AllowedHostPath :: ExtensionsV1beta1AllowedHostPath Source #

Construct a value of type ExtensionsV1beta1AllowedHostPath (by applying it's required fields, if any)

mkExtensionsV1beta1Deployment :: ExtensionsV1beta1Deployment Source #

Construct a value of type ExtensionsV1beta1Deployment (by applying it's required fields, if any)

mkExtensionsV1beta1DeploymentCondition Source #

Arguments

:: Text

extensionsV1beta1DeploymentConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

extensionsV1beta1DeploymentConditionType: Type of deployment condition.

-> ExtensionsV1beta1DeploymentCondition 

Construct a value of type ExtensionsV1beta1DeploymentCondition (by applying it's required fields, if any)

mkExtensionsV1beta1DeploymentList Source #

Construct a value of type ExtensionsV1beta1DeploymentList (by applying it's required fields, if any)

mkExtensionsV1beta1DeploymentStatus :: ExtensionsV1beta1DeploymentStatus Source #

Construct a value of type ExtensionsV1beta1DeploymentStatus (by applying it's required fields, if any)

mkExtensionsV1beta1HTTPIngressRuleValue Source #

Construct a value of type ExtensionsV1beta1HTTPIngressRuleValue (by applying it's required fields, if any)

mkExtensionsV1beta1HostPortRange Source #

Arguments

:: Int

extensionsV1beta1HostPortRangeMax: max is the end of the range, inclusive.

-> Int

extensionsV1beta1HostPortRangeMin: min is the start of the range, inclusive.

-> ExtensionsV1beta1HostPortRange 

Construct a value of type ExtensionsV1beta1HostPortRange (by applying it's required fields, if any)

mkExtensionsV1beta1IDRange Source #

Arguments

:: Integer

extensionsV1beta1IDRangeMax: max is the end of the range, inclusive.

-> Integer

extensionsV1beta1IDRangeMin: min is the start of the range, inclusive.

-> ExtensionsV1beta1IDRange 

Construct a value of type ExtensionsV1beta1IDRange (by applying it's required fields, if any)

mkExtensionsV1beta1Ingress :: ExtensionsV1beta1Ingress Source #

Construct a value of type ExtensionsV1beta1Ingress (by applying it's required fields, if any)

mkExtensionsV1beta1IngressBackend Source #

Construct a value of type ExtensionsV1beta1IngressBackend (by applying it's required fields, if any)

mkExtensionsV1beta1IngressList Source #

Construct a value of type ExtensionsV1beta1IngressList (by applying it's required fields, if any)

mkExtensionsV1beta1IngressRule :: ExtensionsV1beta1IngressRule Source #

Construct a value of type ExtensionsV1beta1IngressRule (by applying it's required fields, if any)

mkExtensionsV1beta1IngressSpec :: ExtensionsV1beta1IngressSpec Source #

Construct a value of type ExtensionsV1beta1IngressSpec (by applying it's required fields, if any)

mkExtensionsV1beta1IngressStatus :: ExtensionsV1beta1IngressStatus Source #

Construct a value of type ExtensionsV1beta1IngressStatus (by applying it's required fields, if any)

mkExtensionsV1beta1IngressTLS :: ExtensionsV1beta1IngressTLS Source #

Construct a value of type ExtensionsV1beta1IngressTLS (by applying it's required fields, if any)

mkExtensionsV1beta1PodSecurityPolicy :: ExtensionsV1beta1PodSecurityPolicy Source #

Construct a value of type ExtensionsV1beta1PodSecurityPolicy (by applying it's required fields, if any)

mkExtensionsV1beta1RollbackConfig :: ExtensionsV1beta1RollbackConfig Source #

Construct a value of type ExtensionsV1beta1RollbackConfig (by applying it's required fields, if any)

mkExtensionsV1beta1RunAsGroupStrategyOptions Source #

Arguments

:: Text

extensionsV1beta1RunAsGroupStrategyOptionsRule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.

-> ExtensionsV1beta1RunAsGroupStrategyOptions 

Construct a value of type ExtensionsV1beta1RunAsGroupStrategyOptions (by applying it's required fields, if any)

mkExtensionsV1beta1RunAsUserStrategyOptions Source #

Arguments

:: Text

extensionsV1beta1RunAsUserStrategyOptionsRule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.

-> ExtensionsV1beta1RunAsUserStrategyOptions 

Construct a value of type ExtensionsV1beta1RunAsUserStrategyOptions (by applying it's required fields, if any)

mkExtensionsV1beta1RuntimeClassStrategyOptions Source #

Arguments

:: [Text]

extensionsV1beta1RuntimeClassStrategyOptionsAllowedRuntimeClassNames: allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.

-> ExtensionsV1beta1RuntimeClassStrategyOptions 

Construct a value of type ExtensionsV1beta1RuntimeClassStrategyOptions (by applying it's required fields, if any)

mkExtensionsV1beta1SELinuxStrategyOptions Source #

Arguments

:: Text

extensionsV1beta1SELinuxStrategyOptionsRule: rule is the strategy that will dictate the allowable labels that may be set.

-> ExtensionsV1beta1SELinuxStrategyOptions 

Construct a value of type ExtensionsV1beta1SELinuxStrategyOptions (by applying it's required fields, if any)

mkExtensionsV1beta1Scale :: ExtensionsV1beta1Scale Source #

Construct a value of type ExtensionsV1beta1Scale (by applying it's required fields, if any)

mkExtensionsV1beta1ScaleSpec :: ExtensionsV1beta1ScaleSpec Source #

Construct a value of type ExtensionsV1beta1ScaleSpec (by applying it's required fields, if any)

mkExtensionsV1beta1ScaleStatus Source #

Arguments

:: Int

extensionsV1beta1ScaleStatusReplicas: actual number of observed instances of the scaled object.

-> ExtensionsV1beta1ScaleStatus 

Construct a value of type ExtensionsV1beta1ScaleStatus (by applying it's required fields, if any)

mkNetworkingV1beta1HTTPIngressRuleValue Source #

Construct a value of type NetworkingV1beta1HTTPIngressRuleValue (by applying it's required fields, if any)

mkNetworkingV1beta1Ingress :: NetworkingV1beta1Ingress Source #

Construct a value of type NetworkingV1beta1Ingress (by applying it's required fields, if any)

mkNetworkingV1beta1IngressBackend Source #

Construct a value of type NetworkingV1beta1IngressBackend (by applying it's required fields, if any)

mkNetworkingV1beta1IngressList Source #

Construct a value of type NetworkingV1beta1IngressList (by applying it's required fields, if any)

mkNetworkingV1beta1IngressRule :: NetworkingV1beta1IngressRule Source #

Construct a value of type NetworkingV1beta1IngressRule (by applying it's required fields, if any)

mkNetworkingV1beta1IngressSpec :: NetworkingV1beta1IngressSpec Source #

Construct a value of type NetworkingV1beta1IngressSpec (by applying it's required fields, if any)

mkNetworkingV1beta1IngressStatus :: NetworkingV1beta1IngressStatus Source #

Construct a value of type NetworkingV1beta1IngressStatus (by applying it's required fields, if any)

mkNetworkingV1beta1IngressTLS :: NetworkingV1beta1IngressTLS Source #

Construct a value of type NetworkingV1beta1IngressTLS (by applying it's required fields, if any)

mkPolicyV1beta1AllowedCSIDriver Source #

Arguments

:: Text

policyV1beta1AllowedCSIDriverName: Name is the registered name of the CSI driver

-> PolicyV1beta1AllowedCSIDriver 

Construct a value of type PolicyV1beta1AllowedCSIDriver (by applying it's required fields, if any)

mkPolicyV1beta1AllowedFlexVolume Source #

Arguments

:: Text

policyV1beta1AllowedFlexVolumeDriver: driver is the name of the Flexvolume driver.

-> PolicyV1beta1AllowedFlexVolume 

Construct a value of type PolicyV1beta1AllowedFlexVolume (by applying it's required fields, if any)

mkPolicyV1beta1AllowedHostPath :: PolicyV1beta1AllowedHostPath Source #

Construct a value of type PolicyV1beta1AllowedHostPath (by applying it's required fields, if any)

mkPolicyV1beta1HostPortRange Source #

Arguments

:: Int

policyV1beta1HostPortRangeMax: max is the end of the range, inclusive.

-> Int

policyV1beta1HostPortRangeMin: min is the start of the range, inclusive.

-> PolicyV1beta1HostPortRange 

Construct a value of type PolicyV1beta1HostPortRange (by applying it's required fields, if any)

mkPolicyV1beta1IDRange Source #

Arguments

:: Integer

policyV1beta1IDRangeMax: max is the end of the range, inclusive.

-> Integer

policyV1beta1IDRangeMin: min is the start of the range, inclusive.

-> PolicyV1beta1IDRange 

Construct a value of type PolicyV1beta1IDRange (by applying it's required fields, if any)

mkPolicyV1beta1PodSecurityPolicy :: PolicyV1beta1PodSecurityPolicy Source #

Construct a value of type PolicyV1beta1PodSecurityPolicy (by applying it's required fields, if any)

mkPolicyV1beta1PodSecurityPolicyList Source #

Construct a value of type PolicyV1beta1PodSecurityPolicyList (by applying it's required fields, if any)

mkPolicyV1beta1RunAsGroupStrategyOptions Source #

Arguments

:: Text

policyV1beta1RunAsGroupStrategyOptionsRule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.

-> PolicyV1beta1RunAsGroupStrategyOptions 

Construct a value of type PolicyV1beta1RunAsGroupStrategyOptions (by applying it's required fields, if any)

mkPolicyV1beta1RunAsUserStrategyOptions Source #

Arguments

:: Text

policyV1beta1RunAsUserStrategyOptionsRule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.

-> PolicyV1beta1RunAsUserStrategyOptions 

Construct a value of type PolicyV1beta1RunAsUserStrategyOptions (by applying it's required fields, if any)

mkPolicyV1beta1RuntimeClassStrategyOptions Source #

Arguments

:: [Text]

policyV1beta1RuntimeClassStrategyOptionsAllowedRuntimeClassNames: allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.

-> PolicyV1beta1RuntimeClassStrategyOptions 

Construct a value of type PolicyV1beta1RuntimeClassStrategyOptions (by applying it's required fields, if any)

mkPolicyV1beta1SELinuxStrategyOptions Source #

Arguments

:: Text

policyV1beta1SELinuxStrategyOptionsRule: rule is the strategy that will dictate the allowable labels that may be set.

-> PolicyV1beta1SELinuxStrategyOptions 

Construct a value of type PolicyV1beta1SELinuxStrategyOptions (by applying it's required fields, if any)

mkV1APIGroup Source #

Arguments

:: Text

v1APIGroupName: name is the name of the group.

-> [V1GroupVersionForDiscovery]

v1APIGroupVersions: versions are the versions supported in this group.

-> V1APIGroup 

Construct a value of type V1APIGroup (by applying it's required fields, if any)

mkV1APIGroupList Source #

Arguments

:: [V1APIGroup]

v1APIGroupListGroups: groups is a list of APIGroup.

-> V1APIGroupList 

Construct a value of type V1APIGroupList (by applying it's required fields, if any)

mkV1APIResource Source #

Arguments

:: Text

v1APIResourceKind: kind is the kind for the resource (e.g. Foo is the kind for a resource foo)

-> Text

v1APIResourceName: name is the plural name of the resource.

-> Bool

v1APIResourceNamespaced: namespaced indicates if a resource is namespaced or not.

-> Text

v1APIResourceSingularName: singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.

-> [Text]

v1APIResourceVerbs: verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

-> V1APIResource 

Construct a value of type V1APIResource (by applying it's required fields, if any)

mkV1APIResourceList Source #

Arguments

:: Text

v1APIResourceListGroupVersion: groupVersion is the group and version this APIResourceList is for.

-> [V1APIResource]

v1APIResourceListResources: resources contains the name of the resources and if they are namespaced.

-> V1APIResourceList 

Construct a value of type V1APIResourceList (by applying it's required fields, if any)

mkV1APIService :: V1APIService Source #

Construct a value of type V1APIService (by applying it's required fields, if any)

mkV1APIServiceCondition Source #

Arguments

:: Text

v1APIServiceConditionStatus: Status is the status of the condition. Can be True, False, Unknown.

-> Text

v1APIServiceConditionType: Type is the type of the condition.

-> V1APIServiceCondition 

Construct a value of type V1APIServiceCondition (by applying it's required fields, if any)

mkV1APIServiceList Source #

Construct a value of type V1APIServiceList (by applying it's required fields, if any)

mkV1APIServiceSpec Source #

Arguments

:: Int

v1APIServiceSpecGroupPriorityMinimum: GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s

-> ApiregistrationV1ServiceReference

v1APIServiceSpecService

-> Int

v1APIServiceSpecVersionPriority: VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

-> V1APIServiceSpec 

Construct a value of type V1APIServiceSpec (by applying it's required fields, if any)

mkV1APIServiceStatus :: V1APIServiceStatus Source #

Construct a value of type V1APIServiceStatus (by applying it's required fields, if any)

mkV1APIVersions Source #

Arguments

:: [V1ServerAddressByClientCIDR]

v1APIVersionsServerAddressByClientCidRs: a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.

-> [Text]

v1APIVersionsVersions: versions are the api versions that are available.

-> V1APIVersions 

Construct a value of type V1APIVersions (by applying it's required fields, if any)

mkV1AWSElasticBlockStoreVolumeSource Source #

Construct a value of type V1AWSElasticBlockStoreVolumeSource (by applying it's required fields, if any)

mkV1Affinity :: V1Affinity Source #

Construct a value of type V1Affinity (by applying it's required fields, if any)

mkV1AggregationRule :: V1AggregationRule Source #

Construct a value of type V1AggregationRule (by applying it's required fields, if any)

mkV1AttachedVolume Source #

Arguments

:: Text

v1AttachedVolumeDevicePath: DevicePath represents the device path where the volume should be available

-> Text

v1AttachedVolumeName: Name of the attached volume

-> V1AttachedVolume 

Construct a value of type V1AttachedVolume (by applying it's required fields, if any)

mkV1AzureDiskVolumeSource Source #

Arguments

:: Text

v1AzureDiskVolumeSourceDiskName: The Name of the data disk in the blob storage

-> Text

v1AzureDiskVolumeSourceDiskUri: The URI the data disk in the blob storage

-> V1AzureDiskVolumeSource 

Construct a value of type V1AzureDiskVolumeSource (by applying it's required fields, if any)

mkV1AzureFilePersistentVolumeSource Source #

Arguments

:: Text

v1AzureFilePersistentVolumeSourceSecretName: the name of secret that contains Azure Storage Account Name and Key

-> Text

v1AzureFilePersistentVolumeSourceShareName: Share Name

-> V1AzureFilePersistentVolumeSource 

Construct a value of type V1AzureFilePersistentVolumeSource (by applying it's required fields, if any)

mkV1AzureFileVolumeSource Source #

Arguments

:: Text

v1AzureFileVolumeSourceSecretName: the name of secret that contains Azure Storage Account Name and Key

-> Text

v1AzureFileVolumeSourceShareName: Share Name

-> V1AzureFileVolumeSource 

Construct a value of type V1AzureFileVolumeSource (by applying it's required fields, if any)

mkV1Binding Source #

Construct a value of type V1Binding (by applying it's required fields, if any)

mkV1BoundObjectReference :: V1BoundObjectReference Source #

Construct a value of type V1BoundObjectReference (by applying it's required fields, if any)

mkV1CSIPersistentVolumeSource Source #

Arguments

:: Text

v1CSIPersistentVolumeSourceDriver: Driver is the name of the driver to use for this volume. Required.

-> Text

v1CSIPersistentVolumeSourceVolumeHandle: VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

-> V1CSIPersistentVolumeSource 

Construct a value of type V1CSIPersistentVolumeSource (by applying it's required fields, if any)

mkV1CSIVolumeSource Source #

Arguments

:: Text

v1CSIVolumeSourceDriver: Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.

-> V1CSIVolumeSource 

Construct a value of type V1CSIVolumeSource (by applying it's required fields, if any)

mkV1Capabilities :: V1Capabilities Source #

Construct a value of type V1Capabilities (by applying it's required fields, if any)

mkV1CephFSPersistentVolumeSource Source #

Construct a value of type V1CephFSPersistentVolumeSource (by applying it's required fields, if any)

mkV1CephFSVolumeSource Source #

Arguments

:: [Text]

v1CephFSVolumeSourceMonitors: Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

-> V1CephFSVolumeSource 

Construct a value of type V1CephFSVolumeSource (by applying it's required fields, if any)

mkV1CinderPersistentVolumeSource Source #

Construct a value of type V1CinderPersistentVolumeSource (by applying it's required fields, if any)

mkV1CinderVolumeSource Source #

Arguments

:: Text

v1CinderVolumeSourceVolumeId: volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md

-> V1CinderVolumeSource 

Construct a value of type V1CinderVolumeSource (by applying it's required fields, if any)

mkV1ClientIPConfig :: V1ClientIPConfig Source #

Construct a value of type V1ClientIPConfig (by applying it's required fields, if any)

mkV1ClusterRole :: V1ClusterRole Source #

Construct a value of type V1ClusterRole (by applying it's required fields, if any)

mkV1ClusterRoleBinding Source #

Construct a value of type V1ClusterRoleBinding (by applying it's required fields, if any)

mkV1ClusterRoleBindingList Source #

Arguments

:: [V1ClusterRoleBinding]

v1ClusterRoleBindingListItems: Items is a list of ClusterRoleBindings

-> V1ClusterRoleBindingList 

Construct a value of type V1ClusterRoleBindingList (by applying it's required fields, if any)

mkV1ClusterRoleList Source #

Arguments

:: [V1ClusterRole]

v1ClusterRoleListItems: Items is a list of ClusterRoles

-> V1ClusterRoleList 

Construct a value of type V1ClusterRoleList (by applying it's required fields, if any)

mkV1ComponentCondition Source #

Arguments

:: Text

v1ComponentConditionStatus: Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".

-> Text

v1ComponentConditionType: Type of condition for a component. Valid value: "Healthy"

-> V1ComponentCondition 

Construct a value of type V1ComponentCondition (by applying it's required fields, if any)

mkV1ComponentStatus :: V1ComponentStatus Source #

Construct a value of type V1ComponentStatus (by applying it's required fields, if any)

mkV1ComponentStatusList Source #

Arguments

:: [V1ComponentStatus]

v1ComponentStatusListItems: List of ComponentStatus objects.

-> V1ComponentStatusList 

Construct a value of type V1ComponentStatusList (by applying it's required fields, if any)

mkV1ConfigMap :: V1ConfigMap Source #

Construct a value of type V1ConfigMap (by applying it's required fields, if any)

mkV1ConfigMapEnvSource :: V1ConfigMapEnvSource Source #

Construct a value of type V1ConfigMapEnvSource (by applying it's required fields, if any)

mkV1ConfigMapKeySelector Source #

Arguments

:: Text

v1ConfigMapKeySelectorKey: The key to select.

-> V1ConfigMapKeySelector 

Construct a value of type V1ConfigMapKeySelector (by applying it's required fields, if any)

mkV1ConfigMapList Source #

Arguments

:: [V1ConfigMap]

v1ConfigMapListItems: Items is the list of ConfigMaps.

-> V1ConfigMapList 

Construct a value of type V1ConfigMapList (by applying it's required fields, if any)

mkV1ConfigMapNodeConfigSource Source #

Arguments

:: Text

v1ConfigMapNodeConfigSourceKubeletConfigKey: KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.

-> Text

v1ConfigMapNodeConfigSourceName: Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.

-> Text

v1ConfigMapNodeConfigSourceNamespace: Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.

-> V1ConfigMapNodeConfigSource 

Construct a value of type V1ConfigMapNodeConfigSource (by applying it's required fields, if any)

mkV1ConfigMapProjection :: V1ConfigMapProjection Source #

Construct a value of type V1ConfigMapProjection (by applying it's required fields, if any)

mkV1ConfigMapVolumeSource :: V1ConfigMapVolumeSource Source #

Construct a value of type V1ConfigMapVolumeSource (by applying it's required fields, if any)

mkV1Container Source #

Arguments

:: Text

v1ContainerName: Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

-> V1Container 

Construct a value of type V1Container (by applying it's required fields, if any)

mkV1ContainerImage Source #

Arguments

:: [Text]

v1ContainerImageNames: Names by which this image is known. e.g. ["k8s.gcr.iohyperkube:v1.0.7", "dockerhub.iogoogle_containers/hyperkube:v1.0.7"]

-> V1ContainerImage 

Construct a value of type V1ContainerImage (by applying it's required fields, if any)

mkV1ContainerPort Source #

Arguments

:: Int

v1ContainerPortContainerPort: Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.

-> V1ContainerPort 

Construct a value of type V1ContainerPort (by applying it's required fields, if any)

mkV1ContainerState :: V1ContainerState Source #

Construct a value of type V1ContainerState (by applying it's required fields, if any)

mkV1ContainerStateRunning :: V1ContainerStateRunning Source #

Construct a value of type V1ContainerStateRunning (by applying it's required fields, if any)

mkV1ContainerStateTerminated Source #

Arguments

:: Int

v1ContainerStateTerminatedExitCode: Exit status from the last termination of the container

-> V1ContainerStateTerminated 

Construct a value of type V1ContainerStateTerminated (by applying it's required fields, if any)

mkV1ContainerStateWaiting :: V1ContainerStateWaiting Source #

Construct a value of type V1ContainerStateWaiting (by applying it's required fields, if any)

mkV1ContainerStatus Source #

Arguments

:: Text

v1ContainerStatusImage: The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images

-> Text

v1ContainerStatusImageId: ImageID of the container's image.

-> Text

v1ContainerStatusName: This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated.

-> Bool

v1ContainerStatusReady: Specifies whether the container has passed its readiness probe.

-> Int

v1ContainerStatusRestartCount: The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.

-> V1ContainerStatus 

Construct a value of type V1ContainerStatus (by applying it's required fields, if any)

mkV1ControllerRevision Source #

Arguments

:: Integer

v1ControllerRevisionRevision: Revision indicates the revision of the state represented by Data.

-> V1ControllerRevision 

Construct a value of type V1ControllerRevision (by applying it's required fields, if any)

mkV1ControllerRevisionList Source #

Arguments

:: [V1ControllerRevision]

v1ControllerRevisionListItems: Items is the list of ControllerRevisions

-> V1ControllerRevisionList 

Construct a value of type V1ControllerRevisionList (by applying it's required fields, if any)

mkV1CustomResourceColumnDefinition Source #

Arguments

:: Text

v1CustomResourceColumnDefinitionJsonPath: jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.

-> Text

v1CustomResourceColumnDefinitionName: name is a human readable name for the column.

-> Text

v1CustomResourceColumnDefinitionType: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

-> V1CustomResourceColumnDefinition 

Construct a value of type V1CustomResourceColumnDefinition (by applying it's required fields, if any)

mkV1CustomResourceConversion Source #

Arguments

:: Text

v1CustomResourceConversionStrategy: strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. - Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.

-> V1CustomResourceConversion 

Construct a value of type V1CustomResourceConversion (by applying it's required fields, if any)

mkV1CustomResourceDefinitionCondition Source #

Arguments

:: Text

v1CustomResourceDefinitionConditionStatus: status is the status of the condition. Can be True, False, Unknown.

-> Text

v1CustomResourceDefinitionConditionType: type is the type of the condition. Types include Established, NamesAccepted and Terminating.

-> V1CustomResourceDefinitionCondition 

Construct a value of type V1CustomResourceDefinitionCondition (by applying it's required fields, if any)

mkV1CustomResourceDefinitionList Source #

Arguments

:: [V1CustomResourceDefinition]

v1CustomResourceDefinitionListItems: items list individual CustomResourceDefinition objects

-> V1CustomResourceDefinitionList 

Construct a value of type V1CustomResourceDefinitionList (by applying it's required fields, if any)

mkV1CustomResourceDefinitionNames Source #

Arguments

:: Text

v1CustomResourceDefinitionNamesKind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kind attribute in API calls.

-> Text

v1CustomResourceDefinitionNamesPlural: plural is the plural name of the resource to serve. The custom resources are served under `apisgroupversion.../plural`. Must match the name of the CustomResourceDefinition (in the form `names.plural.group`). Must be all lowercase.

-> V1CustomResourceDefinitionNames 

Construct a value of type V1CustomResourceDefinitionNames (by applying it's required fields, if any)

mkV1CustomResourceDefinitionSpec Source #

Arguments

:: Text

v1CustomResourceDefinitionSpecGroup: group is the API group of the defined custom resource. The custom resources are served under `apisgroup/...`. Must match the name of the CustomResourceDefinition (in the form `names.plural.group`).

-> V1CustomResourceDefinitionNames

v1CustomResourceDefinitionSpecNames

-> Text

v1CustomResourceDefinitionSpecScope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are Cluster and Namespaced. Default is Namespaced.

-> [V1CustomResourceDefinitionVersion]

v1CustomResourceDefinitionSpecVersions: versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

-> V1CustomResourceDefinitionSpec 

Construct a value of type V1CustomResourceDefinitionSpec (by applying it's required fields, if any)

mkV1CustomResourceDefinitionStatus Source #

Arguments

:: V1CustomResourceDefinitionNames

v1CustomResourceDefinitionStatusAcceptedNames

-> [Text]

v1CustomResourceDefinitionStatusStoredVersions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.

-> V1CustomResourceDefinitionStatus 

Construct a value of type V1CustomResourceDefinitionStatus (by applying it's required fields, if any)

mkV1CustomResourceDefinitionVersion Source #

Arguments

:: Text

v1CustomResourceDefinitionVersionName: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `apisgroupversion...` if served is true.

-> Bool

v1CustomResourceDefinitionVersionServed: served is a flag enabling/disabling this version from being served via REST APIs

-> Bool

v1CustomResourceDefinitionVersionStorage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.

-> V1CustomResourceDefinitionVersion 

Construct a value of type V1CustomResourceDefinitionVersion (by applying it's required fields, if any)

mkV1CustomResourceSubresourceScale Source #

Arguments

:: Text

v1CustomResourceSubresourceScaleSpecReplicasPath: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.

-> Text

v1CustomResourceSubresourceScaleStatusReplicasPath: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.

-> V1CustomResourceSubresourceScale 

Construct a value of type V1CustomResourceSubresourceScale (by applying it's required fields, if any)

mkV1CustomResourceSubresources :: V1CustomResourceSubresources Source #

Construct a value of type V1CustomResourceSubresources (by applying it's required fields, if any)

mkV1CustomResourceValidation :: V1CustomResourceValidation Source #

Construct a value of type V1CustomResourceValidation (by applying it's required fields, if any)

mkV1DaemonEndpoint Source #

Arguments

:: Int

v1DaemonEndpointPort: Port number of the given endpoint.

-> V1DaemonEndpoint 

Construct a value of type V1DaemonEndpoint (by applying it's required fields, if any)

mkV1DaemonSet :: V1DaemonSet Source #

Construct a value of type V1DaemonSet (by applying it's required fields, if any)

mkV1DaemonSetCondition Source #

Arguments

:: Text

v1DaemonSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1DaemonSetConditionType: Type of DaemonSet condition.

-> V1DaemonSetCondition 

Construct a value of type V1DaemonSetCondition (by applying it's required fields, if any)

mkV1DaemonSetList Source #

Arguments

:: [V1DaemonSet]

v1DaemonSetListItems: A list of daemon sets.

-> V1DaemonSetList 

Construct a value of type V1DaemonSetList (by applying it's required fields, if any)

mkV1DaemonSetSpec Source #

Construct a value of type V1DaemonSetSpec (by applying it's required fields, if any)

mkV1DaemonSetStatus Source #

Arguments

:: Int

v1DaemonSetStatusCurrentNumberScheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1DaemonSetStatusDesiredNumberScheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1DaemonSetStatusNumberMisscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1DaemonSetStatusNumberReady: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.

-> V1DaemonSetStatus 

Construct a value of type V1DaemonSetStatus (by applying it's required fields, if any)

mkV1DaemonSetUpdateStrategy :: V1DaemonSetUpdateStrategy Source #

Construct a value of type V1DaemonSetUpdateStrategy (by applying it's required fields, if any)

mkV1DeleteOptions :: V1DeleteOptions Source #

Construct a value of type V1DeleteOptions (by applying it's required fields, if any)

mkV1Deployment :: V1Deployment Source #

Construct a value of type V1Deployment (by applying it's required fields, if any)

mkV1DeploymentCondition Source #

Arguments

:: Text

v1DeploymentConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1DeploymentConditionType: Type of deployment condition.

-> V1DeploymentCondition 

Construct a value of type V1DeploymentCondition (by applying it's required fields, if any)

mkV1DeploymentList Source #

Arguments

:: [V1Deployment]

v1DeploymentListItems: Items is the list of Deployments.

-> V1DeploymentList 

Construct a value of type V1DeploymentList (by applying it's required fields, if any)

mkV1DeploymentSpec Source #

Construct a value of type V1DeploymentSpec (by applying it's required fields, if any)

mkV1DeploymentStatus :: V1DeploymentStatus Source #

Construct a value of type V1DeploymentStatus (by applying it's required fields, if any)

mkV1DeploymentStrategy :: V1DeploymentStrategy Source #

Construct a value of type V1DeploymentStrategy (by applying it's required fields, if any)

mkV1DownwardAPIProjection :: V1DownwardAPIProjection Source #

Construct a value of type V1DownwardAPIProjection (by applying it's required fields, if any)

mkV1DownwardAPIVolumeFile Source #

Arguments

:: Text

v1DownwardAPIVolumeFilePath: Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'

-> V1DownwardAPIVolumeFile 

Construct a value of type V1DownwardAPIVolumeFile (by applying it's required fields, if any)

mkV1DownwardAPIVolumeSource :: V1DownwardAPIVolumeSource Source #

Construct a value of type V1DownwardAPIVolumeSource (by applying it's required fields, if any)

mkV1EmptyDirVolumeSource :: V1EmptyDirVolumeSource Source #

Construct a value of type V1EmptyDirVolumeSource (by applying it's required fields, if any)

mkV1EndpointAddress Source #

Arguments

:: Text

v1EndpointAddressIp: The IP of this endpoint. May not be loopback (127.0.0.08), link-local (169.254.0.016), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready.

-> V1EndpointAddress 

Construct a value of type V1EndpointAddress (by applying it's required fields, if any)

mkV1EndpointPort Source #

Arguments

:: Int

v1EndpointPortPort: The port number of the endpoint.

-> V1EndpointPort 

Construct a value of type V1EndpointPort (by applying it's required fields, if any)

mkV1EndpointSubset :: V1EndpointSubset Source #

Construct a value of type V1EndpointSubset (by applying it's required fields, if any)

mkV1Endpoints :: V1Endpoints Source #

Construct a value of type V1Endpoints (by applying it's required fields, if any)

mkV1EndpointsList Source #

Arguments

:: [V1Endpoints]

v1EndpointsListItems: List of endpoints.

-> V1EndpointsList 

Construct a value of type V1EndpointsList (by applying it's required fields, if any)

mkV1EnvFromSource :: V1EnvFromSource Source #

Construct a value of type V1EnvFromSource (by applying it's required fields, if any)

mkV1EnvVar Source #

Arguments

:: Text

v1EnvVarName: Name of the environment variable. Must be a C_IDENTIFIER.

-> V1EnvVar 

Construct a value of type V1EnvVar (by applying it's required fields, if any)

mkV1EnvVarSource :: V1EnvVarSource Source #

Construct a value of type V1EnvVarSource (by applying it's required fields, if any)

mkV1EphemeralContainer Source #

Arguments

:: Text

v1EphemeralContainerName: Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.

-> V1EphemeralContainer 

Construct a value of type V1EphemeralContainer (by applying it's required fields, if any)

mkV1Event Source #

Construct a value of type V1Event (by applying it's required fields, if any)

mkV1EventList Source #

Arguments

:: [V1Event]

v1EventListItems: List of events

-> V1EventList 

Construct a value of type V1EventList (by applying it's required fields, if any)

mkV1EventSeries :: V1EventSeries Source #

Construct a value of type V1EventSeries (by applying it's required fields, if any)

mkV1EventSource :: V1EventSource Source #

Construct a value of type V1EventSource (by applying it's required fields, if any)

mkV1ExecAction :: V1ExecAction Source #

Construct a value of type V1ExecAction (by applying it's required fields, if any)

mkV1ExternalDocumentation :: V1ExternalDocumentation Source #

Construct a value of type V1ExternalDocumentation (by applying it's required fields, if any)

mkV1FCVolumeSource :: V1FCVolumeSource Source #

Construct a value of type V1FCVolumeSource (by applying it's required fields, if any)

mkV1FlexPersistentVolumeSource Source #

Arguments

:: Text

v1FlexPersistentVolumeSourceDriver: Driver is the name of the driver to use for this volume.

-> V1FlexPersistentVolumeSource 

Construct a value of type V1FlexPersistentVolumeSource (by applying it's required fields, if any)

mkV1FlexVolumeSource Source #

Arguments

:: Text

v1FlexVolumeSourceDriver: Driver is the name of the driver to use for this volume.

-> V1FlexVolumeSource 

Construct a value of type V1FlexVolumeSource (by applying it's required fields, if any)

mkV1FlockerVolumeSource :: V1FlockerVolumeSource Source #

Construct a value of type V1FlockerVolumeSource (by applying it's required fields, if any)

mkV1GCEPersistentDiskVolumeSource Source #

Arguments

:: Text

v1GCEPersistentDiskVolumeSourcePdName: Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

-> V1GCEPersistentDiskVolumeSource 

Construct a value of type V1GCEPersistentDiskVolumeSource (by applying it's required fields, if any)

mkV1GitRepoVolumeSource Source #

Construct a value of type V1GitRepoVolumeSource (by applying it's required fields, if any)

mkV1GlusterfsPersistentVolumeSource Source #

Construct a value of type V1GlusterfsPersistentVolumeSource (by applying it's required fields, if any)

mkV1GlusterfsVolumeSource Source #

Arguments

:: Text

v1GlusterfsVolumeSourceEndpoints: EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

-> Text

v1GlusterfsVolumeSourcePath: Path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod

-> V1GlusterfsVolumeSource 

Construct a value of type V1GlusterfsVolumeSource (by applying it's required fields, if any)

mkV1GroupVersionForDiscovery Source #

Arguments

:: Text

v1GroupVersionForDiscoveryGroupVersion: groupVersion specifies the API group and version in the form "group/version"

-> Text

v1GroupVersionForDiscoveryVersion: version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.

-> V1GroupVersionForDiscovery 

Construct a value of type V1GroupVersionForDiscovery (by applying it's required fields, if any)

mkV1HTTPGetAction Source #

Construct a value of type V1HTTPGetAction (by applying it's required fields, if any)

mkV1HTTPHeader Source #

Arguments

:: Text

v1HTTPHeaderName: The header field name

-> Text

v1HTTPHeaderValue: The header field value

-> V1HTTPHeader 

Construct a value of type V1HTTPHeader (by applying it's required fields, if any)

mkV1Handler :: V1Handler Source #

Construct a value of type V1Handler (by applying it's required fields, if any)

mkV1HorizontalPodAutoscaler :: V1HorizontalPodAutoscaler Source #

Construct a value of type V1HorizontalPodAutoscaler (by applying it's required fields, if any)

mkV1HorizontalPodAutoscalerList Source #

Arguments

:: [V1HorizontalPodAutoscaler]

v1HorizontalPodAutoscalerListItems: list of horizontal pod autoscaler objects.

-> V1HorizontalPodAutoscalerList 

Construct a value of type V1HorizontalPodAutoscalerList (by applying it's required fields, if any)

mkV1HorizontalPodAutoscalerSpec Source #

Arguments

:: Int

v1HorizontalPodAutoscalerSpecMaxReplicas: upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.

-> V1CrossVersionObjectReference

v1HorizontalPodAutoscalerSpecScaleTargetRef

-> V1HorizontalPodAutoscalerSpec 

Construct a value of type V1HorizontalPodAutoscalerSpec (by applying it's required fields, if any)

mkV1HorizontalPodAutoscalerStatus Source #

Arguments

:: Int

v1HorizontalPodAutoscalerStatusCurrentReplicas: current number of replicas of pods managed by this autoscaler.

-> Int

v1HorizontalPodAutoscalerStatusDesiredReplicas: desired number of replicas of pods managed by this autoscaler.

-> V1HorizontalPodAutoscalerStatus 

Construct a value of type V1HorizontalPodAutoscalerStatus (by applying it's required fields, if any)

mkV1HostAlias :: V1HostAlias Source #

Construct a value of type V1HostAlias (by applying it's required fields, if any)

mkV1HostPathVolumeSource Source #

Arguments

:: Text

v1HostPathVolumeSourcePath: Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

-> V1HostPathVolumeSource 

Construct a value of type V1HostPathVolumeSource (by applying it's required fields, if any)

mkV1IPBlock Source #

Arguments

:: Text

v1IPBlockCidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"

-> V1IPBlock 

Construct a value of type V1IPBlock (by applying it's required fields, if any)

mkV1ISCSIPersistentVolumeSource Source #

Arguments

:: Text

v1ISCSIPersistentVolumeSourceIqn: Target iSCSI Qualified Name.

-> Int

v1ISCSIPersistentVolumeSourceLun: iSCSI Target Lun number.

-> Text

v1ISCSIPersistentVolumeSourceTargetPortal: iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

-> V1ISCSIPersistentVolumeSource 

Construct a value of type V1ISCSIPersistentVolumeSource (by applying it's required fields, if any)

mkV1ISCSIVolumeSource Source #

Arguments

:: Text

v1ISCSIVolumeSourceIqn: Target iSCSI Qualified Name.

-> Int

v1ISCSIVolumeSourceLun: iSCSI Target Lun number.

-> Text

v1ISCSIVolumeSourceTargetPortal: iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

-> V1ISCSIVolumeSource 

Construct a value of type V1ISCSIVolumeSource (by applying it's required fields, if any)

mkV1JSONSchemaProps :: V1JSONSchemaProps Source #

Construct a value of type V1JSONSchemaProps (by applying it's required fields, if any)

mkV1Job :: V1Job Source #

Construct a value of type V1Job (by applying it's required fields, if any)

mkV1JobCondition Source #

Arguments

:: Text

v1JobConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1JobConditionType: Type of job condition, Complete or Failed.

-> V1JobCondition 

Construct a value of type V1JobCondition (by applying it's required fields, if any)

mkV1JobList Source #

Arguments

:: [V1Job]

v1JobListItems: items is the list of Jobs.

-> V1JobList 

Construct a value of type V1JobList (by applying it's required fields, if any)

mkV1JobSpec Source #

Construct a value of type V1JobSpec (by applying it's required fields, if any)

mkV1JobStatus :: V1JobStatus Source #

Construct a value of type V1JobStatus (by applying it's required fields, if any)

mkV1KeyToPath Source #

Arguments

:: Text

v1KeyToPathKey: The key to project.

-> Text

v1KeyToPathPath: The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

-> V1KeyToPath 

Construct a value of type V1KeyToPath (by applying it's required fields, if any)

mkV1LabelSelector :: V1LabelSelector Source #

Construct a value of type V1LabelSelector (by applying it's required fields, if any)

mkV1LabelSelectorRequirement Source #

Arguments

:: Text

v1LabelSelectorRequirementKey: key is the label key that the selector applies to.

-> Text

v1LabelSelectorRequirementOperator: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

-> V1LabelSelectorRequirement 

Construct a value of type V1LabelSelectorRequirement (by applying it's required fields, if any)

mkV1Lease :: V1Lease Source #

Construct a value of type V1Lease (by applying it's required fields, if any)

mkV1LeaseList Source #

Arguments

:: [V1Lease]

v1LeaseListItems: Items is a list of schema objects.

-> V1LeaseList 

Construct a value of type V1LeaseList (by applying it's required fields, if any)

mkV1LeaseSpec :: V1LeaseSpec Source #

Construct a value of type V1LeaseSpec (by applying it's required fields, if any)

mkV1Lifecycle :: V1Lifecycle Source #

Construct a value of type V1Lifecycle (by applying it's required fields, if any)

mkV1LimitRange :: V1LimitRange Source #

Construct a value of type V1LimitRange (by applying it's required fields, if any)

mkV1LimitRangeItem :: V1LimitRangeItem Source #

Construct a value of type V1LimitRangeItem (by applying it's required fields, if any)

mkV1LimitRangeList Source #

Construct a value of type V1LimitRangeList (by applying it's required fields, if any)

mkV1LimitRangeSpec Source #

Arguments

:: [V1LimitRangeItem]

v1LimitRangeSpecLimits: Limits is the list of LimitRangeItem objects that are enforced.

-> V1LimitRangeSpec 

Construct a value of type V1LimitRangeSpec (by applying it's required fields, if any)

mkV1ListMeta :: V1ListMeta Source #

Construct a value of type V1ListMeta (by applying it's required fields, if any)

mkV1LoadBalancerIngress :: V1LoadBalancerIngress Source #

Construct a value of type V1LoadBalancerIngress (by applying it's required fields, if any)

mkV1LoadBalancerStatus :: V1LoadBalancerStatus Source #

Construct a value of type V1LoadBalancerStatus (by applying it's required fields, if any)

mkV1LocalObjectReference :: V1LocalObjectReference Source #

Construct a value of type V1LocalObjectReference (by applying it's required fields, if any)

mkV1LocalVolumeSource Source #

Arguments

:: Text

v1LocalVolumeSourcePath: The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

-> V1LocalVolumeSource 

Construct a value of type V1LocalVolumeSource (by applying it's required fields, if any)

mkV1ManagedFieldsEntry :: V1ManagedFieldsEntry Source #

Construct a value of type V1ManagedFieldsEntry (by applying it's required fields, if any)

mkV1MutatingWebhook Source #

Arguments

:: [Text]

v1MutatingWebhookAdmissionReviewVersions: AdmissionReviewVersions is an ordered list of preferred AdmissionReview versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

-> AdmissionregistrationV1WebhookClientConfig

v1MutatingWebhookClientConfig

-> Text

v1MutatingWebhookName: The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

-> Text

v1MutatingWebhookSideEffects: SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

-> V1MutatingWebhook 

Construct a value of type V1MutatingWebhook (by applying it's required fields, if any)

mkV1MutatingWebhookConfiguration :: V1MutatingWebhookConfiguration Source #

Construct a value of type V1MutatingWebhookConfiguration (by applying it's required fields, if any)

mkV1MutatingWebhookConfigurationList Source #

Construct a value of type V1MutatingWebhookConfigurationList (by applying it's required fields, if any)

mkV1NFSVolumeSource Source #

Arguments

:: Text

v1NFSVolumeSourcePath: Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

-> Text

v1NFSVolumeSourceServer: Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

-> V1NFSVolumeSource 

Construct a value of type V1NFSVolumeSource (by applying it's required fields, if any)

mkV1Namespace :: V1Namespace Source #

Construct a value of type V1Namespace (by applying it's required fields, if any)

mkV1NamespaceCondition Source #

Arguments

:: Text

v1NamespaceConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1NamespaceConditionType: Type of namespace controller condition.

-> V1NamespaceCondition 

Construct a value of type V1NamespaceCondition (by applying it's required fields, if any)

mkV1NamespaceList Source #

Arguments

:: [V1Namespace]

v1NamespaceListItems: Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

-> V1NamespaceList 

Construct a value of type V1NamespaceList (by applying it's required fields, if any)

mkV1NamespaceSpec :: V1NamespaceSpec Source #

Construct a value of type V1NamespaceSpec (by applying it's required fields, if any)

mkV1NamespaceStatus :: V1NamespaceStatus Source #

Construct a value of type V1NamespaceStatus (by applying it's required fields, if any)

mkV1NetworkPolicy :: V1NetworkPolicy Source #

Construct a value of type V1NetworkPolicy (by applying it's required fields, if any)

mkV1NetworkPolicyEgressRule :: V1NetworkPolicyEgressRule Source #

Construct a value of type V1NetworkPolicyEgressRule (by applying it's required fields, if any)

mkV1NetworkPolicyIngressRule :: V1NetworkPolicyIngressRule Source #

Construct a value of type V1NetworkPolicyIngressRule (by applying it's required fields, if any)

mkV1NetworkPolicyList Source #

Arguments

:: [V1NetworkPolicy]

v1NetworkPolicyListItems: Items is a list of schema objects.

-> V1NetworkPolicyList 

Construct a value of type V1NetworkPolicyList (by applying it's required fields, if any)

mkV1NetworkPolicyPeer :: V1NetworkPolicyPeer Source #

Construct a value of type V1NetworkPolicyPeer (by applying it's required fields, if any)

mkV1NetworkPolicyPort :: V1NetworkPolicyPort Source #

Construct a value of type V1NetworkPolicyPort (by applying it's required fields, if any)

mkV1NetworkPolicySpec Source #

Construct a value of type V1NetworkPolicySpec (by applying it's required fields, if any)

mkV1Node :: V1Node Source #

Construct a value of type V1Node (by applying it's required fields, if any)

mkV1NodeAddress Source #

Arguments

:: Text

v1NodeAddressAddress: The node address.

-> Text

v1NodeAddressType: Node address type, one of Hostname, ExternalIP or InternalIP.

-> V1NodeAddress 

Construct a value of type V1NodeAddress (by applying it's required fields, if any)

mkV1NodeAffinity :: V1NodeAffinity Source #

Construct a value of type V1NodeAffinity (by applying it's required fields, if any)

mkV1NodeCondition Source #

Arguments

:: Text

v1NodeConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1NodeConditionType: Type of node condition.

-> V1NodeCondition 

Construct a value of type V1NodeCondition (by applying it's required fields, if any)

mkV1NodeConfigSource :: V1NodeConfigSource Source #

Construct a value of type V1NodeConfigSource (by applying it's required fields, if any)

mkV1NodeConfigStatus :: V1NodeConfigStatus Source #

Construct a value of type V1NodeConfigStatus (by applying it's required fields, if any)

mkV1NodeDaemonEndpoints :: V1NodeDaemonEndpoints Source #

Construct a value of type V1NodeDaemonEndpoints (by applying it's required fields, if any)

mkV1NodeList Source #

Arguments

:: [V1Node]

v1NodeListItems: List of nodes

-> V1NodeList 

Construct a value of type V1NodeList (by applying it's required fields, if any)

mkV1NodeSelector Source #

Arguments

:: [V1NodeSelectorTerm]

v1NodeSelectorNodeSelectorTerms: Required. A list of node selector terms. The terms are ORed.

-> V1NodeSelector 

Construct a value of type V1NodeSelector (by applying it's required fields, if any)

mkV1NodeSelectorRequirement Source #

Arguments

:: Text

v1NodeSelectorRequirementKey: The label key that the selector applies to.

-> Text

v1NodeSelectorRequirementOperator: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

-> V1NodeSelectorRequirement 

Construct a value of type V1NodeSelectorRequirement (by applying it's required fields, if any)

mkV1NodeSelectorTerm :: V1NodeSelectorTerm Source #

Construct a value of type V1NodeSelectorTerm (by applying it's required fields, if any)

mkV1NodeSpec :: V1NodeSpec Source #

Construct a value of type V1NodeSpec (by applying it's required fields, if any)

mkV1NodeStatus :: V1NodeStatus Source #

Construct a value of type V1NodeStatus (by applying it's required fields, if any)

mkV1NodeSystemInfo Source #

Arguments

:: Text

v1NodeSystemInfoArchitecture: The Architecture reported by the node

-> Text

v1NodeSystemInfoBootId: Boot ID reported by the node.

-> Text

v1NodeSystemInfoContainerRuntimeVersion: ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).

-> Text

v1NodeSystemInfoKernelVersion: Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).

-> Text

v1NodeSystemInfoKubeProxyVersion: KubeProxy Version reported by the node.

-> Text

v1NodeSystemInfoKubeletVersion: Kubelet Version reported by the node.

-> Text

v1NodeSystemInfoMachineId: MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html

-> Text

v1NodeSystemInfoOperatingSystem: The Operating System reported by the node

-> Text

v1NodeSystemInfoOsImage: OS Image reported by the node from etcos-release (e.g. Debian GNU/Linux 7 (wheezy)).

-> Text

v1NodeSystemInfoSystemUuid: SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html

-> V1NodeSystemInfo 

Construct a value of type V1NodeSystemInfo (by applying it's required fields, if any)

mkV1NonResourceAttributes :: V1NonResourceAttributes Source #

Construct a value of type V1NonResourceAttributes (by applying it's required fields, if any)

mkV1NonResourceRule Source #

Arguments

:: [Text]

v1NonResourceRuleVerbs: Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

-> V1NonResourceRule 

Construct a value of type V1NonResourceRule (by applying it's required fields, if any)

mkV1ObjectFieldSelector Source #

Arguments

:: Text

v1ObjectFieldSelectorFieldPath: Path of the field to select in the specified API version.

-> V1ObjectFieldSelector 

Construct a value of type V1ObjectFieldSelector (by applying it's required fields, if any)

mkV1ObjectMeta :: V1ObjectMeta Source #

Construct a value of type V1ObjectMeta (by applying it's required fields, if any)

mkV1ObjectReference :: V1ObjectReference Source #

Construct a value of type V1ObjectReference (by applying it's required fields, if any)

mkV1PersistentVolume :: V1PersistentVolume Source #

Construct a value of type V1PersistentVolume (by applying it's required fields, if any)

mkV1PersistentVolumeClaim :: V1PersistentVolumeClaim Source #

Construct a value of type V1PersistentVolumeClaim (by applying it's required fields, if any)

mkV1PersistentVolumeClaimSpec :: V1PersistentVolumeClaimSpec Source #

Construct a value of type V1PersistentVolumeClaimSpec (by applying it's required fields, if any)

mkV1PersistentVolumeClaimStatus :: V1PersistentVolumeClaimStatus Source #

Construct a value of type V1PersistentVolumeClaimStatus (by applying it's required fields, if any)

mkV1PersistentVolumeClaimVolumeSource Source #

Arguments

:: Text

v1PersistentVolumeClaimVolumeSourceClaimName: ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

-> V1PersistentVolumeClaimVolumeSource 

Construct a value of type V1PersistentVolumeClaimVolumeSource (by applying it's required fields, if any)

mkV1PersistentVolumeList Source #

Construct a value of type V1PersistentVolumeList (by applying it's required fields, if any)

mkV1PersistentVolumeSpec :: V1PersistentVolumeSpec Source #

Construct a value of type V1PersistentVolumeSpec (by applying it's required fields, if any)

mkV1PersistentVolumeStatus :: V1PersistentVolumeStatus Source #

Construct a value of type V1PersistentVolumeStatus (by applying it's required fields, if any)

mkV1PhotonPersistentDiskVolumeSource Source #

Arguments

:: Text

v1PhotonPersistentDiskVolumeSourcePdId: ID that identifies Photon Controller persistent disk

-> V1PhotonPersistentDiskVolumeSource 

Construct a value of type V1PhotonPersistentDiskVolumeSource (by applying it's required fields, if any)

mkV1Pod :: V1Pod Source #

Construct a value of type V1Pod (by applying it's required fields, if any)

mkV1PodAffinity :: V1PodAffinity Source #

Construct a value of type V1PodAffinity (by applying it's required fields, if any)

mkV1PodAffinityTerm Source #

Arguments

:: Text

v1PodAffinityTermTopologyKey: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

-> V1PodAffinityTerm 

Construct a value of type V1PodAffinityTerm (by applying it's required fields, if any)

mkV1PodAntiAffinity :: V1PodAntiAffinity Source #

Construct a value of type V1PodAntiAffinity (by applying it's required fields, if any)

mkV1PodCondition Source #

Arguments

:: Text

v1PodConditionStatus: Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

-> Text

v1PodConditionType: Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

-> V1PodCondition 

Construct a value of type V1PodCondition (by applying it's required fields, if any)

mkV1PodDNSConfig :: V1PodDNSConfig Source #

Construct a value of type V1PodDNSConfig (by applying it's required fields, if any)

mkV1PodDNSConfigOption :: V1PodDNSConfigOption Source #

Construct a value of type V1PodDNSConfigOption (by applying it's required fields, if any)

mkV1PodIP :: V1PodIP Source #

Construct a value of type V1PodIP (by applying it's required fields, if any)

mkV1PodList Source #

Construct a value of type V1PodList (by applying it's required fields, if any)

mkV1PodReadinessGate Source #

Arguments

:: Text

v1PodReadinessGateConditionType: ConditionType refers to a condition in the pod's condition list with matching type.

-> V1PodReadinessGate 

Construct a value of type V1PodReadinessGate (by applying it's required fields, if any)

mkV1PodSecurityContext :: V1PodSecurityContext Source #

Construct a value of type V1PodSecurityContext (by applying it's required fields, if any)

mkV1PodSpec Source #

Arguments

:: [V1Container]

v1PodSpecContainers: List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

-> V1PodSpec 

Construct a value of type V1PodSpec (by applying it's required fields, if any)

mkV1PodStatus :: V1PodStatus Source #

Construct a value of type V1PodStatus (by applying it's required fields, if any)

mkV1PodTemplate :: V1PodTemplate Source #

Construct a value of type V1PodTemplate (by applying it's required fields, if any)

mkV1PodTemplateList Source #

Arguments

:: [V1PodTemplate]

v1PodTemplateListItems: List of pod templates

-> V1PodTemplateList 

Construct a value of type V1PodTemplateList (by applying it's required fields, if any)

mkV1PodTemplateSpec :: V1PodTemplateSpec Source #

Construct a value of type V1PodTemplateSpec (by applying it's required fields, if any)

mkV1PolicyRule Source #

Arguments

:: [Text]

v1PolicyRuleVerbs: Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.

-> V1PolicyRule 

Construct a value of type V1PolicyRule (by applying it's required fields, if any)

mkV1PortworxVolumeSource Source #

Arguments

:: Text

v1PortworxVolumeSourceVolumeId: VolumeID uniquely identifies a Portworx volume

-> V1PortworxVolumeSource 

Construct a value of type V1PortworxVolumeSource (by applying it's required fields, if any)

mkV1Preconditions :: V1Preconditions Source #

Construct a value of type V1Preconditions (by applying it's required fields, if any)

mkV1PreferredSchedulingTerm Source #

Arguments

:: V1NodeSelectorTerm

v1PreferredSchedulingTermPreference

-> Int

v1PreferredSchedulingTermWeight: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

-> V1PreferredSchedulingTerm 

Construct a value of type V1PreferredSchedulingTerm (by applying it's required fields, if any)

mkV1PriorityClass Source #

Arguments

:: Int

v1PriorityClassValue: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.

-> V1PriorityClass 

Construct a value of type V1PriorityClass (by applying it's required fields, if any)

mkV1PriorityClassList Source #

Arguments

:: [V1PriorityClass]

v1PriorityClassListItems: items is the list of PriorityClasses

-> V1PriorityClassList 

Construct a value of type V1PriorityClassList (by applying it's required fields, if any)

mkV1Probe :: V1Probe Source #

Construct a value of type V1Probe (by applying it's required fields, if any)

mkV1ProjectedVolumeSource Source #

Construct a value of type V1ProjectedVolumeSource (by applying it's required fields, if any)

mkV1QuobyteVolumeSource Source #

Arguments

:: Text

v1QuobyteVolumeSourceRegistry: Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes

-> Text

v1QuobyteVolumeSourceVolume: Volume is a string that references an already created Quobyte volume by name.

-> V1QuobyteVolumeSource 

Construct a value of type V1QuobyteVolumeSource (by applying it's required fields, if any)

mkV1RBDVolumeSource Source #

Construct a value of type V1RBDVolumeSource (by applying it's required fields, if any)

mkV1ReplicaSet :: V1ReplicaSet Source #

Construct a value of type V1ReplicaSet (by applying it's required fields, if any)

mkV1ReplicaSetCondition Source #

Arguments

:: Text

v1ReplicaSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1ReplicaSetConditionType: Type of replica set condition.

-> V1ReplicaSetCondition 

Construct a value of type V1ReplicaSetCondition (by applying it's required fields, if any)

mkV1ReplicaSetList Source #

Construct a value of type V1ReplicaSetList (by applying it's required fields, if any)

mkV1ReplicaSetSpec Source #

Construct a value of type V1ReplicaSetSpec (by applying it's required fields, if any)

mkV1ReplicaSetStatus Source #

Construct a value of type V1ReplicaSetStatus (by applying it's required fields, if any)

mkV1ReplicationController :: V1ReplicationController Source #

Construct a value of type V1ReplicationController (by applying it's required fields, if any)

mkV1ReplicationControllerCondition Source #

Arguments

:: Text

v1ReplicationControllerConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1ReplicationControllerConditionType: Type of replication controller condition.

-> V1ReplicationControllerCondition 

Construct a value of type V1ReplicationControllerCondition (by applying it's required fields, if any)

mkV1ReplicationControllerSpec :: V1ReplicationControllerSpec Source #

Construct a value of type V1ReplicationControllerSpec (by applying it's required fields, if any)

mkV1ResourceAttributes :: V1ResourceAttributes Source #

Construct a value of type V1ResourceAttributes (by applying it's required fields, if any)

mkV1ResourceFieldSelector Source #

Arguments

:: Text

v1ResourceFieldSelectorResource: Required: resource to select

-> V1ResourceFieldSelector 

Construct a value of type V1ResourceFieldSelector (by applying it's required fields, if any)

mkV1ResourceQuota :: V1ResourceQuota Source #

Construct a value of type V1ResourceQuota (by applying it's required fields, if any)

mkV1ResourceQuotaList Source #

Construct a value of type V1ResourceQuotaList (by applying it's required fields, if any)

mkV1ResourceQuotaSpec :: V1ResourceQuotaSpec Source #

Construct a value of type V1ResourceQuotaSpec (by applying it's required fields, if any)

mkV1ResourceQuotaStatus :: V1ResourceQuotaStatus Source #

Construct a value of type V1ResourceQuotaStatus (by applying it's required fields, if any)

mkV1ResourceRequirements :: V1ResourceRequirements Source #

Construct a value of type V1ResourceRequirements (by applying it's required fields, if any)

mkV1ResourceRule Source #

Arguments

:: [Text]

v1ResourceRuleVerbs: Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.

-> V1ResourceRule 

Construct a value of type V1ResourceRule (by applying it's required fields, if any)

mkV1Role :: V1Role Source #

Construct a value of type V1Role (by applying it's required fields, if any)

mkV1RoleBinding Source #

Construct a value of type V1RoleBinding (by applying it's required fields, if any)

mkV1RoleBindingList Source #

Arguments

:: [V1RoleBinding]

v1RoleBindingListItems: Items is a list of RoleBindings

-> V1RoleBindingList 

Construct a value of type V1RoleBindingList (by applying it's required fields, if any)

mkV1RoleList Source #

Arguments

:: [V1Role]

v1RoleListItems: Items is a list of Roles

-> V1RoleList 

Construct a value of type V1RoleList (by applying it's required fields, if any)

mkV1RoleRef Source #

Arguments

:: Text

v1RoleRefApiGroup: APIGroup is the group for the resource being referenced

-> Text

v1RoleRefKind: Kind is the type of resource being referenced

-> Text

v1RoleRefName: Name is the name of resource being referenced

-> V1RoleRef 

Construct a value of type V1RoleRef (by applying it's required fields, if any)

mkV1RollingUpdateDaemonSet :: V1RollingUpdateDaemonSet Source #

Construct a value of type V1RollingUpdateDaemonSet (by applying it's required fields, if any)

mkV1RollingUpdateDeployment :: V1RollingUpdateDeployment Source #

Construct a value of type V1RollingUpdateDeployment (by applying it's required fields, if any)

mkV1RollingUpdateStatefulSetStrategy :: V1RollingUpdateStatefulSetStrategy Source #

Construct a value of type V1RollingUpdateStatefulSetStrategy (by applying it's required fields, if any)

mkV1RuleWithOperations :: V1RuleWithOperations Source #

Construct a value of type V1RuleWithOperations (by applying it's required fields, if any)

mkV1SELinuxOptions :: V1SELinuxOptions Source #

Construct a value of type V1SELinuxOptions (by applying it's required fields, if any)

mkV1Scale :: V1Scale Source #

Construct a value of type V1Scale (by applying it's required fields, if any)

mkV1ScaleIOPersistentVolumeSource Source #

Arguments

:: Text

v1ScaleIOPersistentVolumeSourceGateway: The host address of the ScaleIO API Gateway.

-> V1SecretReference

v1ScaleIOPersistentVolumeSourceSecretRef

-> Text

v1ScaleIOPersistentVolumeSourceSystem: The name of the storage system as configured in ScaleIO.

-> V1ScaleIOPersistentVolumeSource 

Construct a value of type V1ScaleIOPersistentVolumeSource (by applying it's required fields, if any)

mkV1ScaleIOVolumeSource Source #

Arguments

:: Text

v1ScaleIOVolumeSourceGateway: The host address of the ScaleIO API Gateway.

-> V1LocalObjectReference

v1ScaleIOVolumeSourceSecretRef

-> Text

v1ScaleIOVolumeSourceSystem: The name of the storage system as configured in ScaleIO.

-> V1ScaleIOVolumeSource 

Construct a value of type V1ScaleIOVolumeSource (by applying it's required fields, if any)

mkV1ScaleSpec :: V1ScaleSpec Source #

Construct a value of type V1ScaleSpec (by applying it's required fields, if any)

mkV1ScaleStatus Source #

Arguments

:: Int

v1ScaleStatusReplicas: actual number of observed instances of the scaled object.

-> V1ScaleStatus 

Construct a value of type V1ScaleStatus (by applying it's required fields, if any)

mkV1ScopeSelector :: V1ScopeSelector Source #

Construct a value of type V1ScopeSelector (by applying it's required fields, if any)

mkV1ScopedResourceSelectorRequirement Source #

Arguments

:: Text

v1ScopedResourceSelectorRequirementOperator: Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.

-> Text

v1ScopedResourceSelectorRequirementScopeName: The name of the scope that the selector applies to.

-> V1ScopedResourceSelectorRequirement 

Construct a value of type V1ScopedResourceSelectorRequirement (by applying it's required fields, if any)

mkV1Secret :: V1Secret Source #

Construct a value of type V1Secret (by applying it's required fields, if any)

mkV1SecretEnvSource :: V1SecretEnvSource Source #

Construct a value of type V1SecretEnvSource (by applying it's required fields, if any)

mkV1SecretKeySelector Source #

Arguments

:: Text

v1SecretKeySelectorKey: The key of the secret to select from. Must be a valid secret key.

-> V1SecretKeySelector 

Construct a value of type V1SecretKeySelector (by applying it's required fields, if any)

mkV1SecretList Source #

Arguments

:: [V1Secret]

v1SecretListItems: Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret

-> V1SecretList 

Construct a value of type V1SecretList (by applying it's required fields, if any)

mkV1SecretProjection :: V1SecretProjection Source #

Construct a value of type V1SecretProjection (by applying it's required fields, if any)

mkV1SecretReference :: V1SecretReference Source #

Construct a value of type V1SecretReference (by applying it's required fields, if any)

mkV1SecretVolumeSource :: V1SecretVolumeSource Source #

Construct a value of type V1SecretVolumeSource (by applying it's required fields, if any)

mkV1SecurityContext :: V1SecurityContext Source #

Construct a value of type V1SecurityContext (by applying it's required fields, if any)

mkV1SelfSubjectAccessReviewSpec :: V1SelfSubjectAccessReviewSpec Source #

Construct a value of type V1SelfSubjectAccessReviewSpec (by applying it's required fields, if any)

mkV1SelfSubjectRulesReviewSpec :: V1SelfSubjectRulesReviewSpec Source #

Construct a value of type V1SelfSubjectRulesReviewSpec (by applying it's required fields, if any)

mkV1ServerAddressByClientCIDR Source #

Arguments

:: Text

v1ServerAddressByClientCIDRClientCidr: The CIDR with which clients can match their IP to figure out the server address that they should use.

-> Text

v1ServerAddressByClientCIDRServerAddress: Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.

-> V1ServerAddressByClientCIDR 

Construct a value of type V1ServerAddressByClientCIDR (by applying it's required fields, if any)

mkV1Service :: V1Service Source #

Construct a value of type V1Service (by applying it's required fields, if any)

mkV1ServiceAccount :: V1ServiceAccount Source #

Construct a value of type V1ServiceAccount (by applying it's required fields, if any)

mkV1ServiceAccountTokenProjection Source #

Arguments

:: Text

v1ServiceAccountTokenProjectionPath: Path is the path relative to the mount point of the file to project the token into.

-> V1ServiceAccountTokenProjection 

Construct a value of type V1ServiceAccountTokenProjection (by applying it's required fields, if any)

mkV1ServiceList Source #

Arguments

:: [V1Service]

v1ServiceListItems: List of services

-> V1ServiceList 

Construct a value of type V1ServiceList (by applying it's required fields, if any)

mkV1ServicePort Source #

Arguments

:: Int

v1ServicePortPort: The port that will be exposed by this service.

-> V1ServicePort 

Construct a value of type V1ServicePort (by applying it's required fields, if any)

mkV1ServiceSpec :: V1ServiceSpec Source #

Construct a value of type V1ServiceSpec (by applying it's required fields, if any)

mkV1ServiceStatus :: V1ServiceStatus Source #

Construct a value of type V1ServiceStatus (by applying it's required fields, if any)

mkV1SessionAffinityConfig :: V1SessionAffinityConfig Source #

Construct a value of type V1SessionAffinityConfig (by applying it's required fields, if any)

mkV1StatefulSet :: V1StatefulSet Source #

Construct a value of type V1StatefulSet (by applying it's required fields, if any)

mkV1StatefulSetCondition Source #

Arguments

:: Text

v1StatefulSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1StatefulSetConditionType: Type of statefulset condition.

-> V1StatefulSetCondition 

Construct a value of type V1StatefulSetCondition (by applying it's required fields, if any)

mkV1StatefulSetList Source #

Construct a value of type V1StatefulSetList (by applying it's required fields, if any)

mkV1StatefulSetSpec Source #

Arguments

:: V1LabelSelector

v1StatefulSetSpecSelector

-> Text

v1StatefulSetSpecServiceName: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

-> V1PodTemplateSpec

v1StatefulSetSpecTemplate

-> V1StatefulSetSpec 

Construct a value of type V1StatefulSetSpec (by applying it's required fields, if any)

mkV1StatefulSetStatus Source #

Arguments

:: Int

v1StatefulSetStatusReplicas: replicas is the number of Pods created by the StatefulSet controller.

-> V1StatefulSetStatus 

Construct a value of type V1StatefulSetStatus (by applying it's required fields, if any)

mkV1StatefulSetUpdateStrategy :: V1StatefulSetUpdateStrategy Source #

Construct a value of type V1StatefulSetUpdateStrategy (by applying it's required fields, if any)

mkV1Status :: V1Status Source #

Construct a value of type V1Status (by applying it's required fields, if any)

mkV1StatusCause :: V1StatusCause Source #

Construct a value of type V1StatusCause (by applying it's required fields, if any)

mkV1StatusDetails :: V1StatusDetails Source #

Construct a value of type V1StatusDetails (by applying it's required fields, if any)

mkV1StorageClass Source #

Arguments

:: Text

v1StorageClassProvisioner: Provisioner indicates the type of the provisioner.

-> V1StorageClass 

Construct a value of type V1StorageClass (by applying it's required fields, if any)

mkV1StorageClassList Source #

Arguments

:: [V1StorageClass]

v1StorageClassListItems: Items is the list of StorageClasses

-> V1StorageClassList 

Construct a value of type V1StorageClassList (by applying it's required fields, if any)

mkV1StorageOSPersistentVolumeSource :: V1StorageOSPersistentVolumeSource Source #

Construct a value of type V1StorageOSPersistentVolumeSource (by applying it's required fields, if any)

mkV1StorageOSVolumeSource :: V1StorageOSVolumeSource Source #

Construct a value of type V1StorageOSVolumeSource (by applying it's required fields, if any)

mkV1Subject Source #

Arguments

:: Text

v1SubjectKind: Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

-> Text

v1SubjectName: Name of the object being referenced.

-> V1Subject 

Construct a value of type V1Subject (by applying it's required fields, if any)

mkV1SubjectAccessReview Source #

Construct a value of type V1SubjectAccessReview (by applying it's required fields, if any)

mkV1SubjectAccessReviewSpec :: V1SubjectAccessReviewSpec Source #

Construct a value of type V1SubjectAccessReviewSpec (by applying it's required fields, if any)

mkV1SubjectAccessReviewStatus Source #

Arguments

:: Bool

v1SubjectAccessReviewStatusAllowed: Allowed is required. True if the action would be allowed, false otherwise.

-> V1SubjectAccessReviewStatus 

Construct a value of type V1SubjectAccessReviewStatus (by applying it's required fields, if any)

mkV1SubjectRulesReviewStatus Source #

Arguments

:: Bool

v1SubjectRulesReviewStatusIncomplete: Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.

-> [V1NonResourceRule]

v1SubjectRulesReviewStatusNonResourceRules: NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

-> [V1ResourceRule]

v1SubjectRulesReviewStatusResourceRules: ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

-> V1SubjectRulesReviewStatus 

Construct a value of type V1SubjectRulesReviewStatus (by applying it's required fields, if any)

mkV1Sysctl Source #

Arguments

:: Text

v1SysctlName: Name of a property to set

-> Text

v1SysctlValue: Value of a property to set

-> V1Sysctl 

Construct a value of type V1Sysctl (by applying it's required fields, if any)

mkV1TCPSocketAction Source #

Construct a value of type V1TCPSocketAction (by applying it's required fields, if any)

mkV1Taint Source #

Arguments

:: Text

v1TaintEffect: Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

-> Text

v1TaintKey: Required. The taint key to be applied to a node.

-> V1Taint 

Construct a value of type V1Taint (by applying it's required fields, if any)

mkV1TokenRequest Source #

Construct a value of type V1TokenRequest (by applying it's required fields, if any)

mkV1TokenRequestSpec Source #

Arguments

:: [Text]

v1TokenRequestSpecAudiences: Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.

-> V1TokenRequestSpec 

Construct a value of type V1TokenRequestSpec (by applying it's required fields, if any)

mkV1TokenRequestStatus Source #

Arguments

:: DateTime

v1TokenRequestStatusExpirationTimestamp: ExpirationTimestamp is the time of expiration of the returned token.

-> Text

v1TokenRequestStatusToken: Token is the opaque bearer token.

-> V1TokenRequestStatus 

Construct a value of type V1TokenRequestStatus (by applying it's required fields, if any)

mkV1TokenReview Source #

Construct a value of type V1TokenReview (by applying it's required fields, if any)

mkV1TokenReviewSpec :: V1TokenReviewSpec Source #

Construct a value of type V1TokenReviewSpec (by applying it's required fields, if any)

mkV1TokenReviewStatus :: V1TokenReviewStatus Source #

Construct a value of type V1TokenReviewStatus (by applying it's required fields, if any)

mkV1Toleration :: V1Toleration Source #

Construct a value of type V1Toleration (by applying it's required fields, if any)

mkV1TopologySelectorLabelRequirement Source #

Arguments

:: Text

v1TopologySelectorLabelRequirementKey: The label key that the selector applies to.

-> [Text]

v1TopologySelectorLabelRequirementValues: An array of string values. One value must match the label to be selected. Each entry in Values is ORed.

-> V1TopologySelectorLabelRequirement 

Construct a value of type V1TopologySelectorLabelRequirement (by applying it's required fields, if any)

mkV1TopologySelectorTerm :: V1TopologySelectorTerm Source #

Construct a value of type V1TopologySelectorTerm (by applying it's required fields, if any)

mkV1TopologySpreadConstraint Source #

Arguments

:: Int

v1TopologySpreadConstraintMaxSkew: MaxSkew describes the degree to which pods may be unevenly distributed. It's the maximum permitted difference between the number of matching pods in any two topology domains of a given topology type. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 110: | zone1 | zone2 | zone3 | | P | P | | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 111; scheduling it onto zone1(zone2) would make the ActualSkew(2-0) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. It's a required field. Default value is 1 and 0 is not allowed.

-> Text

v1TopologySpreadConstraintTopologyKey: TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each value as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.

-> Text

v1TopologySpreadConstraintWhenUnsatisfiable: WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it - ScheduleAnyway tells the scheduler to still schedule it It's considered as "Unsatisfiable" if and only if placing incoming pod on any topology violates "MaxSkew". For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 311: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 321(312) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.

-> V1TopologySpreadConstraint 

Construct a value of type V1TopologySpreadConstraint (by applying it's required fields, if any)

mkV1TypedLocalObjectReference Source #

Arguments

:: Text

v1TypedLocalObjectReferenceKind: Kind is the type of resource being referenced

-> Text

v1TypedLocalObjectReferenceName: Name is the name of resource being referenced

-> V1TypedLocalObjectReference 

Construct a value of type V1TypedLocalObjectReference (by applying it's required fields, if any)

mkV1UserInfo :: V1UserInfo Source #

Construct a value of type V1UserInfo (by applying it's required fields, if any)

mkV1ValidatingWebhook Source #

Arguments

:: [Text]

v1ValidatingWebhookAdmissionReviewVersions: AdmissionReviewVersions is an ordered list of preferred AdmissionReview versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

-> AdmissionregistrationV1WebhookClientConfig

v1ValidatingWebhookClientConfig

-> Text

v1ValidatingWebhookName: The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

-> Text

v1ValidatingWebhookSideEffects: SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

-> V1ValidatingWebhook 

Construct a value of type V1ValidatingWebhook (by applying it's required fields, if any)

mkV1ValidatingWebhookConfiguration :: V1ValidatingWebhookConfiguration Source #

Construct a value of type V1ValidatingWebhookConfiguration (by applying it's required fields, if any)

mkV1ValidatingWebhookConfigurationList Source #

Construct a value of type V1ValidatingWebhookConfigurationList (by applying it's required fields, if any)

mkV1Volume Source #

Arguments

:: Text

v1VolumeName: Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

-> V1Volume 

Construct a value of type V1Volume (by applying it's required fields, if any)

mkV1VolumeAttachment Source #

Construct a value of type V1VolumeAttachment (by applying it's required fields, if any)

mkV1VolumeAttachmentList Source #

Arguments

:: [V1VolumeAttachment]

v1VolumeAttachmentListItems: Items is the list of VolumeAttachments

-> V1VolumeAttachmentList 

Construct a value of type V1VolumeAttachmentList (by applying it's required fields, if any)

mkV1VolumeAttachmentSource :: V1VolumeAttachmentSource Source #

Construct a value of type V1VolumeAttachmentSource (by applying it's required fields, if any)

mkV1VolumeAttachmentSpec Source #

Arguments

:: Text

v1VolumeAttachmentSpecAttacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

-> Text

v1VolumeAttachmentSpecNodeName: The node that the volume should be attached to.

-> V1VolumeAttachmentSource

v1VolumeAttachmentSpecSource

-> V1VolumeAttachmentSpec 

Construct a value of type V1VolumeAttachmentSpec (by applying it's required fields, if any)

mkV1VolumeAttachmentStatus Source #

Arguments

:: Bool

v1VolumeAttachmentStatusAttached: Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

-> V1VolumeAttachmentStatus 

Construct a value of type V1VolumeAttachmentStatus (by applying it's required fields, if any)

mkV1VolumeDevice Source #

Arguments

:: Text

v1VolumeDeviceDevicePath: devicePath is the path inside of the container that the device will be mapped to.

-> Text

v1VolumeDeviceName: name must match the name of a persistentVolumeClaim in the pod

-> V1VolumeDevice 

Construct a value of type V1VolumeDevice (by applying it's required fields, if any)

mkV1VolumeError :: V1VolumeError Source #

Construct a value of type V1VolumeError (by applying it's required fields, if any)

mkV1VolumeMount Source #

Arguments

:: Text

v1VolumeMountMountPath: Path within the container at which the volume should be mounted. Must not contain :.

-> Text

v1VolumeMountName: This must match the Name of a Volume.

-> V1VolumeMount 

Construct a value of type V1VolumeMount (by applying it's required fields, if any)

mkV1VolumeNodeAffinity :: V1VolumeNodeAffinity Source #

Construct a value of type V1VolumeNodeAffinity (by applying it's required fields, if any)

mkV1VolumeProjection :: V1VolumeProjection Source #

Construct a value of type V1VolumeProjection (by applying it's required fields, if any)

mkV1VsphereVirtualDiskVolumeSource Source #

Arguments

:: Text

v1VsphereVirtualDiskVolumeSourceVolumePath: Path that identifies vSphere volume vmdk

-> V1VsphereVirtualDiskVolumeSource 

Construct a value of type V1VsphereVirtualDiskVolumeSource (by applying it's required fields, if any)

mkV1WatchEvent Source #

Arguments

:: Value

v1WatchEventObject: Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *Status is recommended; other types may make sense depending on context.

-> Text

v1WatchEventType

-> V1WatchEvent 

Construct a value of type V1WatchEvent (by applying it's required fields, if any)

mkV1WebhookConversion Source #

Arguments

:: [Text]

v1WebhookConversionConversionReviewVersions: conversionReviewVersions is an ordered list of preferred ConversionReview versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.

-> V1WebhookConversion 

Construct a value of type V1WebhookConversion (by applying it's required fields, if any)

mkV1WeightedPodAffinityTerm Source #

Arguments

:: V1PodAffinityTerm

v1WeightedPodAffinityTermPodAffinityTerm

-> Int

v1WeightedPodAffinityTermWeight: weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

-> V1WeightedPodAffinityTerm 

Construct a value of type V1WeightedPodAffinityTerm (by applying it's required fields, if any)

mkV1WindowsSecurityContextOptions :: V1WindowsSecurityContextOptions Source #

Construct a value of type V1WindowsSecurityContextOptions (by applying it's required fields, if any)

mkV1alpha1AggregationRule :: V1alpha1AggregationRule Source #

Construct a value of type V1alpha1AggregationRule (by applying it's required fields, if any)

mkV1alpha1AuditSink :: V1alpha1AuditSink Source #

Construct a value of type V1alpha1AuditSink (by applying it's required fields, if any)

mkV1alpha1AuditSinkList Source #

Arguments

:: [V1alpha1AuditSink]

v1alpha1AuditSinkListItems: List of audit configurations.

-> V1alpha1AuditSinkList 

Construct a value of type V1alpha1AuditSinkList (by applying it's required fields, if any)

mkV1alpha1ClusterRole :: V1alpha1ClusterRole Source #

Construct a value of type V1alpha1ClusterRole (by applying it's required fields, if any)

mkV1alpha1ClusterRoleBindingList Source #

Construct a value of type V1alpha1ClusterRoleBindingList (by applying it's required fields, if any)

mkV1alpha1ClusterRoleList Source #

Arguments

:: [V1alpha1ClusterRole]

v1alpha1ClusterRoleListItems: Items is a list of ClusterRoles

-> V1alpha1ClusterRoleList 

Construct a value of type V1alpha1ClusterRoleList (by applying it's required fields, if any)

mkV1alpha1Endpoint Source #

Arguments

:: [Text]

v1alpha1EndpointAddresses: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. This allows for cases like dual-stack (IPv4 and IPv6) networking. Consumers (e.g. kube-proxy) must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100.

-> V1alpha1Endpoint 

Construct a value of type V1alpha1Endpoint (by applying it's required fields, if any)

mkV1alpha1EndpointConditions :: V1alpha1EndpointConditions Source #

Construct a value of type V1alpha1EndpointConditions (by applying it's required fields, if any)

mkV1alpha1EndpointPort :: V1alpha1EndpointPort Source #

Construct a value of type V1alpha1EndpointPort (by applying it's required fields, if any)

mkV1alpha1EndpointSlice Source #

Arguments

:: [V1alpha1Endpoint]

v1alpha1EndpointSliceEndpoints: endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.

-> V1alpha1EndpointSlice 

Construct a value of type V1alpha1EndpointSlice (by applying it's required fields, if any)

mkV1alpha1EndpointSliceList Source #

Construct a value of type V1alpha1EndpointSliceList (by applying it's required fields, if any)

mkV1alpha1Overhead :: V1alpha1Overhead Source #

Construct a value of type V1alpha1Overhead (by applying it's required fields, if any)

mkV1alpha1PodPreset :: V1alpha1PodPreset Source #

Construct a value of type V1alpha1PodPreset (by applying it's required fields, if any)

mkV1alpha1PodPresetList Source #

Arguments

:: [V1alpha1PodPreset]

v1alpha1PodPresetListItems: Items is a list of schema objects.

-> V1alpha1PodPresetList 

Construct a value of type V1alpha1PodPresetList (by applying it's required fields, if any)

mkV1alpha1PodPresetSpec :: V1alpha1PodPresetSpec Source #

Construct a value of type V1alpha1PodPresetSpec (by applying it's required fields, if any)

mkV1alpha1Policy Source #

Arguments

:: Text

v1alpha1PolicyLevel: The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required

-> V1alpha1Policy 

Construct a value of type V1alpha1Policy (by applying it's required fields, if any)

mkV1alpha1PolicyRule Source #

Arguments

:: [Text]

v1alpha1PolicyRuleVerbs: Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.

-> V1alpha1PolicyRule 

Construct a value of type V1alpha1PolicyRule (by applying it's required fields, if any)

mkV1alpha1PriorityClass Source #

Arguments

:: Int

v1alpha1PriorityClassValue: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.

-> V1alpha1PriorityClass 

Construct a value of type V1alpha1PriorityClass (by applying it's required fields, if any)

mkV1alpha1PriorityClassList Source #

Arguments

:: [V1alpha1PriorityClass]

v1alpha1PriorityClassListItems: items is the list of PriorityClasses

-> V1alpha1PriorityClassList 

Construct a value of type V1alpha1PriorityClassList (by applying it's required fields, if any)

mkV1alpha1Role :: V1alpha1Role Source #

Construct a value of type V1alpha1Role (by applying it's required fields, if any)

mkV1alpha1RoleBinding Source #

Construct a value of type V1alpha1RoleBinding (by applying it's required fields, if any)

mkV1alpha1RoleBindingList Source #

Arguments

:: [V1alpha1RoleBinding]

v1alpha1RoleBindingListItems: Items is a list of RoleBindings

-> V1alpha1RoleBindingList 

Construct a value of type V1alpha1RoleBindingList (by applying it's required fields, if any)

mkV1alpha1RoleList Source #

Arguments

:: [V1alpha1Role]

v1alpha1RoleListItems: Items is a list of Roles

-> V1alpha1RoleList 

Construct a value of type V1alpha1RoleList (by applying it's required fields, if any)

mkV1alpha1RoleRef Source #

Arguments

:: Text

v1alpha1RoleRefApiGroup: APIGroup is the group for the resource being referenced

-> Text

v1alpha1RoleRefKind: Kind is the type of resource being referenced

-> Text

v1alpha1RoleRefName: Name is the name of resource being referenced

-> V1alpha1RoleRef 

Construct a value of type V1alpha1RoleRef (by applying it's required fields, if any)

mkV1alpha1RuntimeClass Source #

Construct a value of type V1alpha1RuntimeClass (by applying it's required fields, if any)

mkV1alpha1RuntimeClassList Source #

Arguments

:: [V1alpha1RuntimeClass]

v1alpha1RuntimeClassListItems: Items is a list of schema objects.

-> V1alpha1RuntimeClassList 

Construct a value of type V1alpha1RuntimeClassList (by applying it's required fields, if any)

mkV1alpha1RuntimeClassSpec Source #

Arguments

:: Text

v1alpha1RuntimeClassSpecRuntimeHandler: RuntimeHandler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The RuntimeHandler must conform to the DNS Label (RFC 1123) requirements and is immutable.

-> V1alpha1RuntimeClassSpec 

Construct a value of type V1alpha1RuntimeClassSpec (by applying it's required fields, if any)

mkV1alpha1Scheduling :: V1alpha1Scheduling Source #

Construct a value of type V1alpha1Scheduling (by applying it's required fields, if any)

mkV1alpha1ServiceReference Source #

Arguments

:: Text

v1alpha1ServiceReferenceName: name is the name of the service. Required

-> Text

v1alpha1ServiceReferenceNamespace: namespace is the namespace of the service. Required

-> V1alpha1ServiceReference 

Construct a value of type V1alpha1ServiceReference (by applying it's required fields, if any)

mkV1alpha1Subject Source #

Arguments

:: Text

v1alpha1SubjectKind: Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

-> Text

v1alpha1SubjectName: Name of the object being referenced.

-> V1alpha1Subject 

Construct a value of type V1alpha1Subject (by applying it's required fields, if any)

mkV1alpha1VolumeAttachmentList Source #

Arguments

:: [V1alpha1VolumeAttachment]

v1alpha1VolumeAttachmentListItems: Items is the list of VolumeAttachments

-> V1alpha1VolumeAttachmentList 

Construct a value of type V1alpha1VolumeAttachmentList (by applying it's required fields, if any)

mkV1alpha1VolumeAttachmentSource :: V1alpha1VolumeAttachmentSource Source #

Construct a value of type V1alpha1VolumeAttachmentSource (by applying it's required fields, if any)

mkV1alpha1VolumeAttachmentSpec Source #

Arguments

:: Text

v1alpha1VolumeAttachmentSpecAttacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

-> Text

v1alpha1VolumeAttachmentSpecNodeName: The node that the volume should be attached to.

-> V1alpha1VolumeAttachmentSource

v1alpha1VolumeAttachmentSpecSource

-> V1alpha1VolumeAttachmentSpec 

Construct a value of type V1alpha1VolumeAttachmentSpec (by applying it's required fields, if any)

mkV1alpha1VolumeAttachmentStatus Source #

Arguments

:: Bool

v1alpha1VolumeAttachmentStatusAttached: Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

-> V1alpha1VolumeAttachmentStatus 

Construct a value of type V1alpha1VolumeAttachmentStatus (by applying it's required fields, if any)

mkV1alpha1VolumeError :: V1alpha1VolumeError Source #

Construct a value of type V1alpha1VolumeError (by applying it's required fields, if any)

mkV1alpha1Webhook Source #

Construct a value of type V1alpha1Webhook (by applying it's required fields, if any)

mkV1alpha1WebhookClientConfig :: V1alpha1WebhookClientConfig Source #

Construct a value of type V1alpha1WebhookClientConfig (by applying it's required fields, if any)

mkV1alpha1WebhookThrottleConfig :: V1alpha1WebhookThrottleConfig Source #

Construct a value of type V1alpha1WebhookThrottleConfig (by applying it's required fields, if any)

mkV1beta1APIService :: V1beta1APIService Source #

Construct a value of type V1beta1APIService (by applying it's required fields, if any)

mkV1beta1APIServiceCondition Source #

Arguments

:: Text

v1beta1APIServiceConditionStatus: Status is the status of the condition. Can be True, False, Unknown.

-> Text

v1beta1APIServiceConditionType: Type is the type of the condition.

-> V1beta1APIServiceCondition 

Construct a value of type V1beta1APIServiceCondition (by applying it's required fields, if any)

mkV1beta1APIServiceList Source #

Construct a value of type V1beta1APIServiceList (by applying it's required fields, if any)

mkV1beta1APIServiceSpec Source #

Arguments

:: Int

v1beta1APIServiceSpecGroupPriorityMinimum: GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s

-> ApiregistrationV1beta1ServiceReference

v1beta1APIServiceSpecService

-> Int

v1beta1APIServiceSpecVersionPriority: VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

-> V1beta1APIServiceSpec 

Construct a value of type V1beta1APIServiceSpec (by applying it's required fields, if any)

mkV1beta1APIServiceStatus :: V1beta1APIServiceStatus Source #

Construct a value of type V1beta1APIServiceStatus (by applying it's required fields, if any)

mkV1beta1AggregationRule :: V1beta1AggregationRule Source #

Construct a value of type V1beta1AggregationRule (by applying it's required fields, if any)

mkV1beta1CSIDriver Source #

Construct a value of type V1beta1CSIDriver (by applying it's required fields, if any)

mkV1beta1CSIDriverList Source #

Arguments

:: [V1beta1CSIDriver]

v1beta1CSIDriverListItems: items is the list of CSIDriver

-> V1beta1CSIDriverList 

Construct a value of type V1beta1CSIDriverList (by applying it's required fields, if any)

mkV1beta1CSIDriverSpec :: V1beta1CSIDriverSpec Source #

Construct a value of type V1beta1CSIDriverSpec (by applying it's required fields, if any)

mkV1beta1CSINode Source #

Construct a value of type V1beta1CSINode (by applying it's required fields, if any)

mkV1beta1CSINodeDriver Source #

Arguments

:: Text

v1beta1CSINodeDriverName: This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.

-> Text

v1beta1CSINodeDriverNodeId: nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.

-> V1beta1CSINodeDriver 

Construct a value of type V1beta1CSINodeDriver (by applying it's required fields, if any)

mkV1beta1CSINodeList Source #

Arguments

:: [V1beta1CSINode]

v1beta1CSINodeListItems: items is the list of CSINode

-> V1beta1CSINodeList 

Construct a value of type V1beta1CSINodeList (by applying it's required fields, if any)

mkV1beta1CSINodeSpec Source #

Arguments

:: [V1beta1CSINodeDriver]

v1beta1CSINodeSpecDrivers: drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

-> V1beta1CSINodeSpec 

Construct a value of type V1beta1CSINodeSpec (by applying it's required fields, if any)

mkV1beta1CertificateSigningRequest :: V1beta1CertificateSigningRequest Source #

Construct a value of type V1beta1CertificateSigningRequest (by applying it's required fields, if any)

mkV1beta1CertificateSigningRequestCondition Source #

Arguments

:: Text

v1beta1CertificateSigningRequestConditionType: request approval state, currently Approved or Denied.

-> V1beta1CertificateSigningRequestCondition 

Construct a value of type V1beta1CertificateSigningRequestCondition (by applying it's required fields, if any)

mkV1beta1CertificateSigningRequestSpec Source #

Construct a value of type V1beta1CertificateSigningRequestSpec (by applying it's required fields, if any)

mkV1beta1ClusterRole :: V1beta1ClusterRole Source #

Construct a value of type V1beta1ClusterRole (by applying it's required fields, if any)

mkV1beta1ClusterRoleBinding Source #

Construct a value of type V1beta1ClusterRoleBinding (by applying it's required fields, if any)

mkV1beta1ClusterRoleBindingList Source #

Arguments

:: [V1beta1ClusterRoleBinding]

v1beta1ClusterRoleBindingListItems: Items is a list of ClusterRoleBindings

-> V1beta1ClusterRoleBindingList 

Construct a value of type V1beta1ClusterRoleBindingList (by applying it's required fields, if any)

mkV1beta1ClusterRoleList Source #

Arguments

:: [V1beta1ClusterRole]

v1beta1ClusterRoleListItems: Items is a list of ClusterRoles

-> V1beta1ClusterRoleList 

Construct a value of type V1beta1ClusterRoleList (by applying it's required fields, if any)

mkV1beta1ControllerRevision Source #

Arguments

:: Integer

v1beta1ControllerRevisionRevision: Revision indicates the revision of the state represented by Data.

-> V1beta1ControllerRevision 

Construct a value of type V1beta1ControllerRevision (by applying it's required fields, if any)

mkV1beta1ControllerRevisionList Source #

Arguments

:: [V1beta1ControllerRevision]

v1beta1ControllerRevisionListItems: Items is the list of ControllerRevisions

-> V1beta1ControllerRevisionList 

Construct a value of type V1beta1ControllerRevisionList (by applying it's required fields, if any)

mkV1beta1CronJob :: V1beta1CronJob Source #

Construct a value of type V1beta1CronJob (by applying it's required fields, if any)

mkV1beta1CronJobList Source #

Arguments

:: [V1beta1CronJob]

v1beta1CronJobListItems: items is the list of CronJobs.

-> V1beta1CronJobList 

Construct a value of type V1beta1CronJobList (by applying it's required fields, if any)

mkV1beta1CronJobSpec Source #

Construct a value of type V1beta1CronJobSpec (by applying it's required fields, if any)

mkV1beta1CronJobStatus :: V1beta1CronJobStatus Source #

Construct a value of type V1beta1CronJobStatus (by applying it's required fields, if any)

mkV1beta1CustomResourceColumnDefinition Source #

Arguments

:: Text

v1beta1CustomResourceColumnDefinitionJsonPath: JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.

-> Text

v1beta1CustomResourceColumnDefinitionName: name is a human readable name for the column.

-> Text

v1beta1CustomResourceColumnDefinitionType: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

-> V1beta1CustomResourceColumnDefinition 

Construct a value of type V1beta1CustomResourceColumnDefinition (by applying it's required fields, if any)

mkV1beta1CustomResourceConversion Source #

Arguments

:: Text

v1beta1CustomResourceConversionStrategy: strategy specifies how custom resources are converted between versions. Allowed values are: - None: The converter only change the apiVersion and would not touch any other field in the custom resource. - Webhook: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set.

-> V1beta1CustomResourceConversion 

Construct a value of type V1beta1CustomResourceConversion (by applying it's required fields, if any)

mkV1beta1CustomResourceDefinitionCondition Source #

Arguments

:: Text

v1beta1CustomResourceDefinitionConditionStatus: status is the status of the condition. Can be True, False, Unknown.

-> Text

v1beta1CustomResourceDefinitionConditionType: type is the type of the condition. Types include Established, NamesAccepted and Terminating.

-> V1beta1CustomResourceDefinitionCondition 

Construct a value of type V1beta1CustomResourceDefinitionCondition (by applying it's required fields, if any)

mkV1beta1CustomResourceDefinitionList Source #

Arguments

:: [V1beta1CustomResourceDefinition]

v1beta1CustomResourceDefinitionListItems: items list individual CustomResourceDefinition objects

-> V1beta1CustomResourceDefinitionList 

Construct a value of type V1beta1CustomResourceDefinitionList (by applying it's required fields, if any)

mkV1beta1CustomResourceDefinitionNames Source #

Arguments

:: Text

v1beta1CustomResourceDefinitionNamesKind: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kind attribute in API calls.

-> Text

v1beta1CustomResourceDefinitionNamesPlural: plural is the plural name of the resource to serve. The custom resources are served under `apisgroupversion.../plural`. Must match the name of the CustomResourceDefinition (in the form `names.plural.group`). Must be all lowercase.

-> V1beta1CustomResourceDefinitionNames 

Construct a value of type V1beta1CustomResourceDefinitionNames (by applying it's required fields, if any)

mkV1beta1CustomResourceDefinitionSpec Source #

Arguments

:: Text

v1beta1CustomResourceDefinitionSpecGroup: group is the API group of the defined custom resource. The custom resources are served under `apisgroup/...`. Must match the name of the CustomResourceDefinition (in the form `names.plural.group`).

-> V1beta1CustomResourceDefinitionNames

v1beta1CustomResourceDefinitionSpecNames

-> Text

v1beta1CustomResourceDefinitionSpecScope: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are Cluster and Namespaced. Default is Namespaced.

-> V1beta1CustomResourceDefinitionSpec 

Construct a value of type V1beta1CustomResourceDefinitionSpec (by applying it's required fields, if any)

mkV1beta1CustomResourceDefinitionStatus Source #

Arguments

:: V1beta1CustomResourceDefinitionNames

v1beta1CustomResourceDefinitionStatusAcceptedNames

-> [Text]

v1beta1CustomResourceDefinitionStatusStoredVersions: storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list.

-> V1beta1CustomResourceDefinitionStatus 

Construct a value of type V1beta1CustomResourceDefinitionStatus (by applying it's required fields, if any)

mkV1beta1CustomResourceDefinitionVersion Source #

Arguments

:: Text

v1beta1CustomResourceDefinitionVersionName: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `apisgroupversion...` if served is true.

-> Bool

v1beta1CustomResourceDefinitionVersionServed: served is a flag enabling/disabling this version from being served via REST APIs

-> Bool

v1beta1CustomResourceDefinitionVersionStorage: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.

-> V1beta1CustomResourceDefinitionVersion 

Construct a value of type V1beta1CustomResourceDefinitionVersion (by applying it's required fields, if any)

mkV1beta1CustomResourceSubresourceScale Source #

Arguments

:: Text

v1beta1CustomResourceSubresourceScaleSpecReplicasPath: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.

-> Text

v1beta1CustomResourceSubresourceScaleStatusReplicasPath: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.

-> V1beta1CustomResourceSubresourceScale 

Construct a value of type V1beta1CustomResourceSubresourceScale (by applying it's required fields, if any)

mkV1beta1CustomResourceSubresources :: V1beta1CustomResourceSubresources Source #

Construct a value of type V1beta1CustomResourceSubresources (by applying it's required fields, if any)

mkV1beta1CustomResourceValidation :: V1beta1CustomResourceValidation Source #

Construct a value of type V1beta1CustomResourceValidation (by applying it's required fields, if any)

mkV1beta1DaemonSet :: V1beta1DaemonSet Source #

Construct a value of type V1beta1DaemonSet (by applying it's required fields, if any)

mkV1beta1DaemonSetCondition Source #

Arguments

:: Text

v1beta1DaemonSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta1DaemonSetConditionType: Type of DaemonSet condition.

-> V1beta1DaemonSetCondition 

Construct a value of type V1beta1DaemonSetCondition (by applying it's required fields, if any)

mkV1beta1DaemonSetList Source #

Arguments

:: [V1beta1DaemonSet]

v1beta1DaemonSetListItems: A list of daemon sets.

-> V1beta1DaemonSetList 

Construct a value of type V1beta1DaemonSetList (by applying it's required fields, if any)

mkV1beta1DaemonSetSpec Source #

Construct a value of type V1beta1DaemonSetSpec (by applying it's required fields, if any)

mkV1beta1DaemonSetStatus Source #

Arguments

:: Int

v1beta1DaemonSetStatusCurrentNumberScheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1beta1DaemonSetStatusDesiredNumberScheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1beta1DaemonSetStatusNumberMisscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1beta1DaemonSetStatusNumberReady: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.

-> V1beta1DaemonSetStatus 

Construct a value of type V1beta1DaemonSetStatus (by applying it's required fields, if any)

mkV1beta1DaemonSetUpdateStrategy :: V1beta1DaemonSetUpdateStrategy Source #

Construct a value of type V1beta1DaemonSetUpdateStrategy (by applying it's required fields, if any)

mkV1beta1Event Source #

Arguments

:: DateTime

v1beta1EventEventTime: Required. Time when this Event was first observed.

-> V1beta1Event 

Construct a value of type V1beta1Event (by applying it's required fields, if any)

mkV1beta1EventList Source #

Arguments

:: [V1beta1Event]

v1beta1EventListItems: Items is a list of schema objects.

-> V1beta1EventList 

Construct a value of type V1beta1EventList (by applying it's required fields, if any)

mkV1beta1EventSeries Source #

Arguments

:: Int

v1beta1EventSeriesCount: Number of occurrences in this series up to the last heartbeat time

-> DateTime

v1beta1EventSeriesLastObservedTime: Time when last Event from the series was seen before last heartbeat.

-> Text

v1beta1EventSeriesState: Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18

-> V1beta1EventSeries 

Construct a value of type V1beta1EventSeries (by applying it's required fields, if any)

mkV1beta1Eviction :: V1beta1Eviction Source #

Construct a value of type V1beta1Eviction (by applying it's required fields, if any)

mkV1beta1ExternalDocumentation :: V1beta1ExternalDocumentation Source #

Construct a value of type V1beta1ExternalDocumentation (by applying it's required fields, if any)

mkV1beta1IPBlock Source #

Arguments

:: Text

v1beta1IPBlockCidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"

-> V1beta1IPBlock 

Construct a value of type V1beta1IPBlock (by applying it's required fields, if any)

mkV1beta1JSONSchemaProps :: V1beta1JSONSchemaProps Source #

Construct a value of type V1beta1JSONSchemaProps (by applying it's required fields, if any)

mkV1beta1JobTemplateSpec :: V1beta1JobTemplateSpec Source #

Construct a value of type V1beta1JobTemplateSpec (by applying it's required fields, if any)

mkV1beta1Lease :: V1beta1Lease Source #

Construct a value of type V1beta1Lease (by applying it's required fields, if any)

mkV1beta1LeaseList Source #

Arguments

:: [V1beta1Lease]

v1beta1LeaseListItems: Items is a list of schema objects.

-> V1beta1LeaseList 

Construct a value of type V1beta1LeaseList (by applying it's required fields, if any)

mkV1beta1LeaseSpec :: V1beta1LeaseSpec Source #

Construct a value of type V1beta1LeaseSpec (by applying it's required fields, if any)

mkV1beta1MutatingWebhook Source #

Arguments

:: AdmissionregistrationV1beta1WebhookClientConfig

v1beta1MutatingWebhookClientConfig

-> Text

v1beta1MutatingWebhookName: The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

-> V1beta1MutatingWebhook 

Construct a value of type V1beta1MutatingWebhook (by applying it's required fields, if any)

mkV1beta1NetworkPolicy :: V1beta1NetworkPolicy Source #

Construct a value of type V1beta1NetworkPolicy (by applying it's required fields, if any)

mkV1beta1NetworkPolicyEgressRule :: V1beta1NetworkPolicyEgressRule Source #

Construct a value of type V1beta1NetworkPolicyEgressRule (by applying it's required fields, if any)

mkV1beta1NetworkPolicyIngressRule :: V1beta1NetworkPolicyIngressRule Source #

Construct a value of type V1beta1NetworkPolicyIngressRule (by applying it's required fields, if any)

mkV1beta1NetworkPolicyList Source #

Arguments

:: [V1beta1NetworkPolicy]

v1beta1NetworkPolicyListItems: Items is a list of schema objects.

-> V1beta1NetworkPolicyList 

Construct a value of type V1beta1NetworkPolicyList (by applying it's required fields, if any)

mkV1beta1NetworkPolicyPeer :: V1beta1NetworkPolicyPeer Source #

Construct a value of type V1beta1NetworkPolicyPeer (by applying it's required fields, if any)

mkV1beta1NetworkPolicyPort :: V1beta1NetworkPolicyPort Source #

Construct a value of type V1beta1NetworkPolicyPort (by applying it's required fields, if any)

mkV1beta1NetworkPolicySpec Source #

Construct a value of type V1beta1NetworkPolicySpec (by applying it's required fields, if any)

mkV1beta1NonResourceAttributes :: V1beta1NonResourceAttributes Source #

Construct a value of type V1beta1NonResourceAttributes (by applying it's required fields, if any)

mkV1beta1NonResourceRule Source #

Arguments

:: [Text]

v1beta1NonResourceRuleVerbs: Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

-> V1beta1NonResourceRule 

Construct a value of type V1beta1NonResourceRule (by applying it's required fields, if any)

mkV1beta1Overhead :: V1beta1Overhead Source #

Construct a value of type V1beta1Overhead (by applying it's required fields, if any)

mkV1beta1PodDisruptionBudget :: V1beta1PodDisruptionBudget Source #

Construct a value of type V1beta1PodDisruptionBudget (by applying it's required fields, if any)

mkV1beta1PodDisruptionBudgetSpec :: V1beta1PodDisruptionBudgetSpec Source #

Construct a value of type V1beta1PodDisruptionBudgetSpec (by applying it's required fields, if any)

mkV1beta1PodDisruptionBudgetStatus Source #

Arguments

:: Int

v1beta1PodDisruptionBudgetStatusCurrentHealthy: current number of healthy pods

-> Int

v1beta1PodDisruptionBudgetStatusDesiredHealthy: minimum desired number of healthy pods

-> Int

v1beta1PodDisruptionBudgetStatusDisruptionsAllowed: Number of pod disruptions that are currently allowed.

-> Int

v1beta1PodDisruptionBudgetStatusExpectedPods: total number of pods counted by this disruption budget

-> V1beta1PodDisruptionBudgetStatus 

Construct a value of type V1beta1PodDisruptionBudgetStatus (by applying it's required fields, if any)

mkV1beta1PolicyRule Source #

Arguments

:: [Text]

v1beta1PolicyRuleVerbs: Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.

-> V1beta1PolicyRule 

Construct a value of type V1beta1PolicyRule (by applying it's required fields, if any)

mkV1beta1PriorityClass Source #

Arguments

:: Int

v1beta1PriorityClassValue: The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.

-> V1beta1PriorityClass 

Construct a value of type V1beta1PriorityClass (by applying it's required fields, if any)

mkV1beta1PriorityClassList Source #

Arguments

:: [V1beta1PriorityClass]

v1beta1PriorityClassListItems: items is the list of PriorityClasses

-> V1beta1PriorityClassList 

Construct a value of type V1beta1PriorityClassList (by applying it's required fields, if any)

mkV1beta1ReplicaSet :: V1beta1ReplicaSet Source #

Construct a value of type V1beta1ReplicaSet (by applying it's required fields, if any)

mkV1beta1ReplicaSetCondition Source #

Arguments

:: Text

v1beta1ReplicaSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta1ReplicaSetConditionType: Type of replica set condition.

-> V1beta1ReplicaSetCondition 

Construct a value of type V1beta1ReplicaSetCondition (by applying it's required fields, if any)

mkV1beta1ReplicaSetSpec :: V1beta1ReplicaSetSpec Source #

Construct a value of type V1beta1ReplicaSetSpec (by applying it's required fields, if any)

mkV1beta1ReplicaSetStatus Source #

Construct a value of type V1beta1ReplicaSetStatus (by applying it's required fields, if any)

mkV1beta1ResourceAttributes :: V1beta1ResourceAttributes Source #

Construct a value of type V1beta1ResourceAttributes (by applying it's required fields, if any)

mkV1beta1ResourceRule Source #

Arguments

:: [Text]

v1beta1ResourceRuleVerbs: Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.

-> V1beta1ResourceRule 

Construct a value of type V1beta1ResourceRule (by applying it's required fields, if any)

mkV1beta1Role :: V1beta1Role Source #

Construct a value of type V1beta1Role (by applying it's required fields, if any)

mkV1beta1RoleBinding Source #

Construct a value of type V1beta1RoleBinding (by applying it's required fields, if any)

mkV1beta1RoleBindingList Source #

Arguments

:: [V1beta1RoleBinding]

v1beta1RoleBindingListItems: Items is a list of RoleBindings

-> V1beta1RoleBindingList 

Construct a value of type V1beta1RoleBindingList (by applying it's required fields, if any)

mkV1beta1RoleList Source #

Arguments

:: [V1beta1Role]

v1beta1RoleListItems: Items is a list of Roles

-> V1beta1RoleList 

Construct a value of type V1beta1RoleList (by applying it's required fields, if any)

mkV1beta1RoleRef Source #

Arguments

:: Text

v1beta1RoleRefApiGroup: APIGroup is the group for the resource being referenced

-> Text

v1beta1RoleRefKind: Kind is the type of resource being referenced

-> Text

v1beta1RoleRefName: Name is the name of resource being referenced

-> V1beta1RoleRef 

Construct a value of type V1beta1RoleRef (by applying it's required fields, if any)

mkV1beta1RollingUpdateDaemonSet :: V1beta1RollingUpdateDaemonSet Source #

Construct a value of type V1beta1RollingUpdateDaemonSet (by applying it's required fields, if any)

mkV1beta1RuleWithOperations :: V1beta1RuleWithOperations Source #

Construct a value of type V1beta1RuleWithOperations (by applying it's required fields, if any)

mkV1beta1RuntimeClass Source #

Arguments

:: Text

v1beta1RuntimeClassHandler: Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must conform to the DNS Label (RFC 1123) requirements, and is immutable.

-> V1beta1RuntimeClass 

Construct a value of type V1beta1RuntimeClass (by applying it's required fields, if any)

mkV1beta1RuntimeClassList Source #

Arguments

:: [V1beta1RuntimeClass]

v1beta1RuntimeClassListItems: Items is a list of schema objects.

-> V1beta1RuntimeClassList 

Construct a value of type V1beta1RuntimeClassList (by applying it's required fields, if any)

mkV1beta1Scheduling :: V1beta1Scheduling Source #

Construct a value of type V1beta1Scheduling (by applying it's required fields, if any)

mkV1beta1SelfSubjectAccessReviewSpec :: V1beta1SelfSubjectAccessReviewSpec Source #

Construct a value of type V1beta1SelfSubjectAccessReviewSpec (by applying it's required fields, if any)

mkV1beta1SelfSubjectRulesReviewSpec :: V1beta1SelfSubjectRulesReviewSpec Source #

Construct a value of type V1beta1SelfSubjectRulesReviewSpec (by applying it's required fields, if any)

mkV1beta1StatefulSet :: V1beta1StatefulSet Source #

Construct a value of type V1beta1StatefulSet (by applying it's required fields, if any)

mkV1beta1StatefulSetCondition Source #

Arguments

:: Text

v1beta1StatefulSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta1StatefulSetConditionType: Type of statefulset condition.

-> V1beta1StatefulSetCondition 

Construct a value of type V1beta1StatefulSetCondition (by applying it's required fields, if any)

mkV1beta1StatefulSetList Source #

Construct a value of type V1beta1StatefulSetList (by applying it's required fields, if any)

mkV1beta1StatefulSetSpec Source #

Arguments

:: Text

v1beta1StatefulSetSpecServiceName: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

-> V1PodTemplateSpec

v1beta1StatefulSetSpecTemplate

-> V1beta1StatefulSetSpec 

Construct a value of type V1beta1StatefulSetSpec (by applying it's required fields, if any)

mkV1beta1StatefulSetStatus Source #

Arguments

:: Int

v1beta1StatefulSetStatusReplicas: replicas is the number of Pods created by the StatefulSet controller.

-> V1beta1StatefulSetStatus 

Construct a value of type V1beta1StatefulSetStatus (by applying it's required fields, if any)

mkV1beta1StatefulSetUpdateStrategy :: V1beta1StatefulSetUpdateStrategy Source #

Construct a value of type V1beta1StatefulSetUpdateStrategy (by applying it's required fields, if any)

mkV1beta1StorageClass Source #

Arguments

:: Text

v1beta1StorageClassProvisioner: Provisioner indicates the type of the provisioner.

-> V1beta1StorageClass 

Construct a value of type V1beta1StorageClass (by applying it's required fields, if any)

mkV1beta1StorageClassList Source #

Arguments

:: [V1beta1StorageClass]

v1beta1StorageClassListItems: Items is the list of StorageClasses

-> V1beta1StorageClassList 

Construct a value of type V1beta1StorageClassList (by applying it's required fields, if any)

mkV1beta1Subject Source #

Arguments

:: Text

v1beta1SubjectKind: Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

-> Text

v1beta1SubjectName: Name of the object being referenced.

-> V1beta1Subject 

Construct a value of type V1beta1Subject (by applying it's required fields, if any)

mkV1beta1SubjectAccessReviewSpec :: V1beta1SubjectAccessReviewSpec Source #

Construct a value of type V1beta1SubjectAccessReviewSpec (by applying it's required fields, if any)

mkV1beta1SubjectAccessReviewStatus Source #

Arguments

:: Bool

v1beta1SubjectAccessReviewStatusAllowed: Allowed is required. True if the action would be allowed, false otherwise.

-> V1beta1SubjectAccessReviewStatus 

Construct a value of type V1beta1SubjectAccessReviewStatus (by applying it's required fields, if any)

mkV1beta1SubjectRulesReviewStatus Source #

Arguments

:: Bool

v1beta1SubjectRulesReviewStatusIncomplete: Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.

-> [V1beta1NonResourceRule]

v1beta1SubjectRulesReviewStatusNonResourceRules: NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

-> [V1beta1ResourceRule]

v1beta1SubjectRulesReviewStatusResourceRules: ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

-> V1beta1SubjectRulesReviewStatus 

Construct a value of type V1beta1SubjectRulesReviewStatus (by applying it's required fields, if any)

mkV1beta1TokenReview Source #

Construct a value of type V1beta1TokenReview (by applying it's required fields, if any)

mkV1beta1TokenReviewSpec :: V1beta1TokenReviewSpec Source #

Construct a value of type V1beta1TokenReviewSpec (by applying it's required fields, if any)

mkV1beta1TokenReviewStatus :: V1beta1TokenReviewStatus Source #

Construct a value of type V1beta1TokenReviewStatus (by applying it's required fields, if any)

mkV1beta1UserInfo :: V1beta1UserInfo Source #

Construct a value of type V1beta1UserInfo (by applying it's required fields, if any)

mkV1beta1ValidatingWebhook Source #

Arguments

:: AdmissionregistrationV1beta1WebhookClientConfig

v1beta1ValidatingWebhookClientConfig

-> Text

v1beta1ValidatingWebhookName: The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

-> V1beta1ValidatingWebhook 

Construct a value of type V1beta1ValidatingWebhook (by applying it's required fields, if any)

mkV1beta1VolumeAttachment Source #

Construct a value of type V1beta1VolumeAttachment (by applying it's required fields, if any)

mkV1beta1VolumeAttachmentList Source #

Arguments

:: [V1beta1VolumeAttachment]

v1beta1VolumeAttachmentListItems: Items is the list of VolumeAttachments

-> V1beta1VolumeAttachmentList 

Construct a value of type V1beta1VolumeAttachmentList (by applying it's required fields, if any)

mkV1beta1VolumeAttachmentSource :: V1beta1VolumeAttachmentSource Source #

Construct a value of type V1beta1VolumeAttachmentSource (by applying it's required fields, if any)

mkV1beta1VolumeAttachmentSpec Source #

Arguments

:: Text

v1beta1VolumeAttachmentSpecAttacher: Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

-> Text

v1beta1VolumeAttachmentSpecNodeName: The node that the volume should be attached to.

-> V1beta1VolumeAttachmentSource

v1beta1VolumeAttachmentSpecSource

-> V1beta1VolumeAttachmentSpec 

Construct a value of type V1beta1VolumeAttachmentSpec (by applying it's required fields, if any)

mkV1beta1VolumeAttachmentStatus Source #

Arguments

:: Bool

v1beta1VolumeAttachmentStatusAttached: Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

-> V1beta1VolumeAttachmentStatus 

Construct a value of type V1beta1VolumeAttachmentStatus (by applying it's required fields, if any)

mkV1beta1VolumeError :: V1beta1VolumeError Source #

Construct a value of type V1beta1VolumeError (by applying it's required fields, if any)

mkV1beta1VolumeNodeResources :: V1beta1VolumeNodeResources Source #

Construct a value of type V1beta1VolumeNodeResources (by applying it's required fields, if any)

mkV1beta2ControllerRevision Source #

Arguments

:: Integer

v1beta2ControllerRevisionRevision: Revision indicates the revision of the state represented by Data.

-> V1beta2ControllerRevision 

Construct a value of type V1beta2ControllerRevision (by applying it's required fields, if any)

mkV1beta2ControllerRevisionList Source #

Arguments

:: [V1beta2ControllerRevision]

v1beta2ControllerRevisionListItems: Items is the list of ControllerRevisions

-> V1beta2ControllerRevisionList 

Construct a value of type V1beta2ControllerRevisionList (by applying it's required fields, if any)

mkV1beta2DaemonSet :: V1beta2DaemonSet Source #

Construct a value of type V1beta2DaemonSet (by applying it's required fields, if any)

mkV1beta2DaemonSetCondition Source #

Arguments

:: Text

v1beta2DaemonSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta2DaemonSetConditionType: Type of DaemonSet condition.

-> V1beta2DaemonSetCondition 

Construct a value of type V1beta2DaemonSetCondition (by applying it's required fields, if any)

mkV1beta2DaemonSetList Source #

Arguments

:: [V1beta2DaemonSet]

v1beta2DaemonSetListItems: A list of daemon sets.

-> V1beta2DaemonSetList 

Construct a value of type V1beta2DaemonSetList (by applying it's required fields, if any)

mkV1beta2DaemonSetStatus Source #

Arguments

:: Int

v1beta2DaemonSetStatusCurrentNumberScheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1beta2DaemonSetStatusDesiredNumberScheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1beta2DaemonSetStatusNumberMisscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

v1beta2DaemonSetStatusNumberReady: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.

-> V1beta2DaemonSetStatus 

Construct a value of type V1beta2DaemonSetStatus (by applying it's required fields, if any)

mkV1beta2DaemonSetUpdateStrategy :: V1beta2DaemonSetUpdateStrategy Source #

Construct a value of type V1beta2DaemonSetUpdateStrategy (by applying it's required fields, if any)

mkV1beta2Deployment :: V1beta2Deployment Source #

Construct a value of type V1beta2Deployment (by applying it's required fields, if any)

mkV1beta2DeploymentCondition Source #

Arguments

:: Text

v1beta2DeploymentConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta2DeploymentConditionType: Type of deployment condition.

-> V1beta2DeploymentCondition 

Construct a value of type V1beta2DeploymentCondition (by applying it's required fields, if any)

mkV1beta2DeploymentList Source #

Arguments

:: [V1beta2Deployment]

v1beta2DeploymentListItems: Items is the list of Deployments.

-> V1beta2DeploymentList 

Construct a value of type V1beta2DeploymentList (by applying it's required fields, if any)

mkV1beta2DeploymentStatus :: V1beta2DeploymentStatus Source #

Construct a value of type V1beta2DeploymentStatus (by applying it's required fields, if any)

mkV1beta2DeploymentStrategy :: V1beta2DeploymentStrategy Source #

Construct a value of type V1beta2DeploymentStrategy (by applying it's required fields, if any)

mkV1beta2ReplicaSet :: V1beta2ReplicaSet Source #

Construct a value of type V1beta2ReplicaSet (by applying it's required fields, if any)

mkV1beta2ReplicaSetCondition Source #

Arguments

:: Text

v1beta2ReplicaSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta2ReplicaSetConditionType: Type of replica set condition.

-> V1beta2ReplicaSetCondition 

Construct a value of type V1beta2ReplicaSetCondition (by applying it's required fields, if any)

mkV1beta2ReplicaSetSpec Source #

Construct a value of type V1beta2ReplicaSetSpec (by applying it's required fields, if any)

mkV1beta2ReplicaSetStatus Source #

Construct a value of type V1beta2ReplicaSetStatus (by applying it's required fields, if any)

mkV1beta2RollingUpdateDaemonSet :: V1beta2RollingUpdateDaemonSet Source #

Construct a value of type V1beta2RollingUpdateDaemonSet (by applying it's required fields, if any)

mkV1beta2RollingUpdateDeployment :: V1beta2RollingUpdateDeployment Source #

Construct a value of type V1beta2RollingUpdateDeployment (by applying it's required fields, if any)

mkV1beta2Scale :: V1beta2Scale Source #

Construct a value of type V1beta2Scale (by applying it's required fields, if any)

mkV1beta2ScaleSpec :: V1beta2ScaleSpec Source #

Construct a value of type V1beta2ScaleSpec (by applying it's required fields, if any)

mkV1beta2ScaleStatus Source #

Arguments

:: Int

v1beta2ScaleStatusReplicas: actual number of observed instances of the scaled object.

-> V1beta2ScaleStatus 

Construct a value of type V1beta2ScaleStatus (by applying it's required fields, if any)

mkV1beta2StatefulSet :: V1beta2StatefulSet Source #

Construct a value of type V1beta2StatefulSet (by applying it's required fields, if any)

mkV1beta2StatefulSetCondition Source #

Arguments

:: Text

v1beta2StatefulSetConditionStatus: Status of the condition, one of True, False, Unknown.

-> Text

v1beta2StatefulSetConditionType: Type of statefulset condition.

-> V1beta2StatefulSetCondition 

Construct a value of type V1beta2StatefulSetCondition (by applying it's required fields, if any)

mkV1beta2StatefulSetList Source #

Construct a value of type V1beta2StatefulSetList (by applying it's required fields, if any)

mkV1beta2StatefulSetSpec Source #

Arguments

:: V1LabelSelector

v1beta2StatefulSetSpecSelector

-> Text

v1beta2StatefulSetSpecServiceName: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

-> V1PodTemplateSpec

v1beta2StatefulSetSpecTemplate

-> V1beta2StatefulSetSpec 

Construct a value of type V1beta2StatefulSetSpec (by applying it's required fields, if any)

mkV1beta2StatefulSetStatus Source #

Arguments

:: Int

v1beta2StatefulSetStatusReplicas: replicas is the number of Pods created by the StatefulSet controller.

-> V1beta2StatefulSetStatus 

Construct a value of type V1beta2StatefulSetStatus (by applying it's required fields, if any)

mkV1beta2StatefulSetUpdateStrategy :: V1beta2StatefulSetUpdateStrategy Source #

Construct a value of type V1beta2StatefulSetUpdateStrategy (by applying it's required fields, if any)

mkV2alpha1CronJob :: V2alpha1CronJob Source #

Construct a value of type V2alpha1CronJob (by applying it's required fields, if any)

mkV2alpha1CronJobList Source #

Arguments

:: [V2alpha1CronJob]

v2alpha1CronJobListItems: items is the list of CronJobs.

-> V2alpha1CronJobList 

Construct a value of type V2alpha1CronJobList (by applying it's required fields, if any)

mkV2alpha1CronJobSpec Source #

Construct a value of type V2alpha1CronJobSpec (by applying it's required fields, if any)

mkV2alpha1CronJobStatus :: V2alpha1CronJobStatus Source #

Construct a value of type V2alpha1CronJobStatus (by applying it's required fields, if any)

mkV2alpha1JobTemplateSpec :: V2alpha1JobTemplateSpec Source #

Construct a value of type V2alpha1JobTemplateSpec (by applying it's required fields, if any)

mkV2beta1ExternalMetricSource Source #

Arguments

:: Text

v2beta1ExternalMetricSourceMetricName: metricName is the name of the metric in question.

-> V2beta1ExternalMetricSource 

Construct a value of type V2beta1ExternalMetricSource (by applying it's required fields, if any)

mkV2beta1ExternalMetricStatus Source #

Arguments

:: Quantity

v2beta1ExternalMetricStatusCurrentValue

-> Text

v2beta1ExternalMetricStatusMetricName: metricName is the name of a metric used for autoscaling in metric system.

-> V2beta1ExternalMetricStatus 

Construct a value of type V2beta1ExternalMetricStatus (by applying it's required fields, if any)

mkV2beta1HorizontalPodAutoscaler :: V2beta1HorizontalPodAutoscaler Source #

Construct a value of type V2beta1HorizontalPodAutoscaler (by applying it's required fields, if any)

mkV2beta1HorizontalPodAutoscalerCondition Source #

Arguments

:: Text

v2beta1HorizontalPodAutoscalerConditionStatus: status is the status of the condition (True, False, Unknown)

-> Text

v2beta1HorizontalPodAutoscalerConditionType: type describes the current condition

-> V2beta1HorizontalPodAutoscalerCondition 

Construct a value of type V2beta1HorizontalPodAutoscalerCondition (by applying it's required fields, if any)

mkV2beta1HorizontalPodAutoscalerList Source #

Arguments

:: [V2beta1HorizontalPodAutoscaler]

v2beta1HorizontalPodAutoscalerListItems: items is the list of horizontal pod autoscaler objects.

-> V2beta1HorizontalPodAutoscalerList 

Construct a value of type V2beta1HorizontalPodAutoscalerList (by applying it's required fields, if any)

mkV2beta1HorizontalPodAutoscalerSpec Source #

Arguments

:: Int

v2beta1HorizontalPodAutoscalerSpecMaxReplicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.

-> V2beta1CrossVersionObjectReference

v2beta1HorizontalPodAutoscalerSpecScaleTargetRef

-> V2beta1HorizontalPodAutoscalerSpec 

Construct a value of type V2beta1HorizontalPodAutoscalerSpec (by applying it's required fields, if any)

mkV2beta1HorizontalPodAutoscalerStatus Source #

Arguments

:: [V2beta1HorizontalPodAutoscalerCondition]

v2beta1HorizontalPodAutoscalerStatusConditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.

-> Int

v2beta1HorizontalPodAutoscalerStatusCurrentReplicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.

-> Int

v2beta1HorizontalPodAutoscalerStatusDesiredReplicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

-> V2beta1HorizontalPodAutoscalerStatus 

Construct a value of type V2beta1HorizontalPodAutoscalerStatus (by applying it's required fields, if any)

mkV2beta1MetricSpec Source #

Arguments

:: Text

v2beta1MetricSpecType: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.

-> V2beta1MetricSpec 

Construct a value of type V2beta1MetricSpec (by applying it's required fields, if any)

mkV2beta1MetricStatus Source #

Arguments

:: Text

v2beta1MetricStatusType: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.

-> V2beta1MetricStatus 

Construct a value of type V2beta1MetricStatus (by applying it's required fields, if any)

mkV2beta1PodsMetricSource Source #

Construct a value of type V2beta1PodsMetricSource (by applying it's required fields, if any)

mkV2beta1PodsMetricStatus Source #

Construct a value of type V2beta1PodsMetricStatus (by applying it's required fields, if any)

mkV2beta1ResourceMetricSource Source #

Arguments

:: Text

v2beta1ResourceMetricSourceName: name is the name of the resource in question.

-> V2beta1ResourceMetricSource 

Construct a value of type V2beta1ResourceMetricSource (by applying it's required fields, if any)

mkV2beta1ResourceMetricStatus Source #

Construct a value of type V2beta1ResourceMetricStatus (by applying it's required fields, if any)

mkV2beta2HorizontalPodAutoscaler :: V2beta2HorizontalPodAutoscaler Source #

Construct a value of type V2beta2HorizontalPodAutoscaler (by applying it's required fields, if any)

mkV2beta2HorizontalPodAutoscalerCondition Source #

Arguments

:: Text

v2beta2HorizontalPodAutoscalerConditionStatus: status is the status of the condition (True, False, Unknown)

-> Text

v2beta2HorizontalPodAutoscalerConditionType: type describes the current condition

-> V2beta2HorizontalPodAutoscalerCondition 

Construct a value of type V2beta2HorizontalPodAutoscalerCondition (by applying it's required fields, if any)

mkV2beta2HorizontalPodAutoscalerList Source #

Arguments

:: [V2beta2HorizontalPodAutoscaler]

v2beta2HorizontalPodAutoscalerListItems: items is the list of horizontal pod autoscaler objects.

-> V2beta2HorizontalPodAutoscalerList 

Construct a value of type V2beta2HorizontalPodAutoscalerList (by applying it's required fields, if any)

mkV2beta2HorizontalPodAutoscalerSpec Source #

Arguments

:: Int

v2beta2HorizontalPodAutoscalerSpecMaxReplicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.

-> V2beta2CrossVersionObjectReference

v2beta2HorizontalPodAutoscalerSpecScaleTargetRef

-> V2beta2HorizontalPodAutoscalerSpec 

Construct a value of type V2beta2HorizontalPodAutoscalerSpec (by applying it's required fields, if any)

mkV2beta2HorizontalPodAutoscalerStatus Source #

Arguments

:: [V2beta2HorizontalPodAutoscalerCondition]

v2beta2HorizontalPodAutoscalerStatusConditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.

-> Int

v2beta2HorizontalPodAutoscalerStatusCurrentReplicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.

-> Int

v2beta2HorizontalPodAutoscalerStatusDesiredReplicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

-> V2beta2HorizontalPodAutoscalerStatus 

Construct a value of type V2beta2HorizontalPodAutoscalerStatus (by applying it's required fields, if any)

mkV2beta2MetricIdentifier Source #

Arguments

:: Text

v2beta2MetricIdentifierName: name is the name of the given metric

-> V2beta2MetricIdentifier 

Construct a value of type V2beta2MetricIdentifier (by applying it's required fields, if any)

mkV2beta2MetricSpec Source #

Arguments

:: Text

v2beta2MetricSpecType: type is the type of metric source. It should be one of "Object", "Pods" or "Resource", each mapping to a matching field in the object.

-> V2beta2MetricSpec 

Construct a value of type V2beta2MetricSpec (by applying it's required fields, if any)

mkV2beta2MetricStatus Source #

Arguments

:: Text

v2beta2MetricStatusType: type is the type of metric source. It will be one of "Object", "Pods" or "Resource", each corresponds to a matching field in the object.

-> V2beta2MetricStatus 

Construct a value of type V2beta2MetricStatus (by applying it's required fields, if any)

mkV2beta2MetricTarget Source #

Arguments

:: Text

v2beta2MetricTargetType: type represents whether the metric type is Utilization, Value, or AverageValue

-> V2beta2MetricTarget 

Construct a value of type V2beta2MetricTarget (by applying it's required fields, if any)

mkV2beta2MetricValueStatus :: V2beta2MetricValueStatus Source #

Construct a value of type V2beta2MetricValueStatus (by applying it's required fields, if any)

mkV2beta2ResourceMetricSource Source #

Construct a value of type V2beta2ResourceMetricSource (by applying it's required fields, if any)

mkV2beta2ResourceMetricStatus Source #

Construct a value of type V2beta2ResourceMetricStatus (by applying it's required fields, if any)

newtype Quantity Source #

Quantity is a fixed-point representation of a number.

It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.

The serialization format is:

 <quantity>        ::= <signedNumber><suffix>
 (Note that <suffix> may be empty, from the "" case in <decimalSI>.)
 <digit>           ::= 0 | 1 | ... | 9
 <digits>          ::= <digit> | <digit><digits>
 <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits>
 <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number>
 <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI>
 <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei
 (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)
 <decimalSI>       ::= m | "" | k | M | G | T | P | E
 (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)
 <decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber>
 

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

  • No precision is lost
  • No fractional digits will be emitted
  • The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

  • 1.5 will be serialized as "1500m"
  • 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.

Constructors

Quantity 

Fields

Instances

Instances details
Eq Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Show Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Generic Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Associated Types

type Rep Quantity :: Type -> Type #

Methods

from :: Quantity -> Rep Quantity x #

to :: Rep Quantity x -> Quantity #

ToJSON Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

FromJSON Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep Quantity = D1 ('MetaData "Quantity" "Kubernetes.OpenAPI.CustomTypes" "kubernetes-client-core-0.3.1.0-5lsj86hbVnLFyNfYYb9oqe" 'True) (C1 ('MetaCons "Quantity" 'PrefixI 'True) (S1 ('MetaSel ('Just "unQuantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

data IntOrString Source #

IntOrString IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.

Instances

Instances details
Eq IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Show IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Generic IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Associated Types

type Rep IntOrString :: Type -> Type #

ToJSON IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

FromJSON IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep IntOrString = D1 ('MetaData "IntOrString" "Kubernetes.OpenAPI.CustomTypes" "kubernetes-client-core-0.3.1.0-5lsj86hbVnLFyNfYYb9oqe" 'False) (C1 ('MetaCons "IntOrStringS" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "IntOrStringI" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))