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