PodSpecV1.Containers Property

Definition

Represents the primary list of containers within the pod. These are the application-level containers that run within the desired Pod, and their specifications define the workloads the pod can execute.

[YamlDotNet.Serialization.YamlMember(Alias="containers")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ContainerV1> Containers { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="containers")>]
member this.Containers : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ContainerV1>
Public ReadOnly Property Containers As List(Of ContainerV1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to