EphemeralContainerV1.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.
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.