次の方法で共有


Pod.Spec Property

Definition

Represents the specification for the Kubernetes Pod resource. Contains detailed configuration for the behavior and lifecycle management of the Kubernetes Pod. This property is of type PodSpecV1.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to