k8s.api.core.v1.PodSpec1.2.1
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.2.1#/api/core/v1/PodSpec.pklcontent_copy
- Pkl version:
- 0.25.0 or higher
- Source code:
- PodSpec.pkl
Properties()
Methods()
Classes()
-
-
linkclass
PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.
-
-
-
-
-
-
-
-
-
linkclass
PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod.
-
-
-
-
-
linkclass
An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op).
-
-
linkclass
Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key
matches that of any node on which a pod of the set of pods is running -
linkclass
The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)
-
Type Aliases()
-
-
-
-
-
-
-
-
-
-
-
-
-
linktypealiasDeprecated:
Replace with:SeccompProfilehas been moved into its own module.SeccompProfileModule -
linktypealiasDeprecated:
Replace with:WindowsSecurityContextOptionshas been moved into its own module.WindowsSecurityContextOptionsModule -
linktypealiasDeprecated:
Replace with:EphemeralContainerhas been moved into its own module.EphemeralContainerModule -
linktypealiasDeprecated:
Replace with:VolumeDevicehas been moved into its own module.VolumeDeviceModule -
-
linktypealiasDeprecated:
Replace with:SecurityContexthas been moved into its own module.SecurityContextModule -
linktypealiasDeprecated:
Replace with:ContainerPorthas been moved into its own module.ContainerPortModule -
PodSpec is a description of a pod.