PodSpecV1.RuntimeClassName Property

Definition

Specifies the RuntimeClass to use for running the pod. A RuntimeClass defines the container runtime configuration for the pods, such as enabling specific runtimes (e.g., gVisor, Kata Containers) or customizing runtime behaviors. This property is beneficial for tailoring runtime environments to meet specific workload requirements or enhance security. If not specified, the default RuntimeClass for the Kubernetes cluster will be used.

[YamlDotNet.Serialization.YamlMember(Alias="runtimeClassName")]
public string? RuntimeClassName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="runtimeClassName")>]
member this.RuntimeClassName : string with get, set
Public Property RuntimeClassName As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to