PodSpecV1.Os 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.
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