k8s.api.core.v1.PodSpec1.1.1
- Module URI:
- package://pkg.pkl-lang.org/pkl-k8s/k8s@1.1.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
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:SeccompProfile
has been moved into its own module.SeccompProfileModule
-
linktypealiasDeprecated:
Replace with:WindowsSecurityContextOptions
has been moved into its own module.WindowsSecurityContextOptionsModule
-
linktypealiasDeprecated:
Replace with:EphemeralContainer
has been moved into its own module.EphemeralContainerModule
-
linktypealiasDeprecated:
Replace with:VolumeDevice
has been moved into its own module.VolumeDeviceModule
-
-
linktypealiasDeprecated:
Replace with:SecurityContext
has been moved into its own module.SecurityContextModule
-
linktypealiasDeprecated:
Replace with:ContainerPort
has been moved into its own module.ContainerPortModule
-
PodSpec is a description of a pod.