ContainerV1.ResizePolicy 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.
Specifies the resize policies associated with a container in a Kubernetes environment.
[YamlDotNet.Serialization.YamlMember(Alias="resizePolicy")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ContainerResizePolicyV1> ResizePolicy { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="resizePolicy")>]
member this.ResizePolicy : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.ContainerResizePolicyV1>
Public ReadOnly Property ResizePolicy As List(Of ContainerResizePolicyV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property holds a list of ContainerResizePolicyV1 objects, each defining the resource-related resizing specifications and restart policies for the container.