次の方法で共有


PodSpecV1.Os Property

Definition

Gets or sets the operating system parameters for the pod. This property allows specifying details about the target operating system environment where the pod will run, if applicable.

[YamlDotNet.Serialization.YamlMember(Alias="os")]
public Aspire.Hosting.Kubernetes.Resources.PodOsv1? Os { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="os")>]
member this.Os : Aspire.Hosting.Kubernetes.Resources.PodOsv1 with get, set
Public Property Os As PodOsv1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to