kubernetes-client-core-0.1.0.1: 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

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

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

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

V1beta1Webhook Webhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1beta1Webhook 

Fields

  • v1beta1WebhookAdmissionReviewVersions :: !(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']`.

  • v1beta1WebhookClientConfig :: !AdmissionregistrationV1beta1WebhookClientConfig

    Required "clientConfig"

  • v1beta1WebhookFailurePolicy :: !(Maybe Text)

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

  • v1beta1WebhookName :: !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.

  • v1beta1WebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1beta1WebhookRules :: !(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.

  • v1beta1WebhookSideEffects :: !(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.

  • v1beta1WebhookTimeoutSeconds :: !(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 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
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.

Constructors

V1beta1ValidatingWebhookConfiguration 

Fields

Instances
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 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
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
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
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
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
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 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
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
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
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
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
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
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 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 on 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
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.

Constructors

V1beta1MutatingWebhookConfiguration 

Fields

Instances
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 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
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
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 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
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
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 CustomResource that corresponds to Scale.Status.Selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status. Must be set to work with HPA. If there is no value under the given path in the CustomResource, the status label selector value in the /scale subresource will default to the empty string.

  • v1beta1CustomResourceSubresourceScaleSpecReplicasPath :: !Text

    Required "specReplicasPath" - SpecReplicasPath defines the JSON path inside of a CustomResource 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 CustomResource, the /scale subresource will return an error on GET.

  • v1beta1CustomResourceSubresourceScaleStatusReplicasPath :: !Text

    Required "statusReplicasPath" - StatusReplicasPath defines the JSON path inside of a CustomResource 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 CustomResource, the status replica 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.

Constructors

V1beta1CustomResourceDefinition 

Fields

Instances
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. 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, conversion 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. Default to `['v1beta1']`.

  • v1beta1CustomResourceConversionStrategy :: !Text

    Required "strategy" - `strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option.

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

  • 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
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.io/pod.uid": string(pod.UID)

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

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

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

V1WatchEvent Event represents a single event to a watched resource.

Constructors

V1WatchEvent 

Fields

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 alpha in 1.14.

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

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

Constructors

V1UserInfo 

Fields

data V1TypedLocalObjectReference Source #

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

Constructors

V1TypedLocalObjectReference 

Fields

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

  • 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 V1ServiceReference Source #

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

Constructors

V1ServiceReference 

Fields

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

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 it's 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
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

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

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

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.

  • 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, or Liveness 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/

  • 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 an alpha feature and may change in the future.

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

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

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