Share via


EphemeralContainerV1.ResizePolicy Property

Definition

Gets the list of container resize policies applied to the ephemeral container.

[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

The property represents a collection of ContainerResizePolicyV1 objects that define specific resize policies, including the resource being managed and the restart behavior. These policies allow for detailed control over container resource adjustments within a Kubernetes environment.

Applies to