PodSpecV1.RuntimeClassName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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