Show / Hide Table of Contents

Class VolumeNodeResourcesArgs

VolumeNodeResources is a set of resource limits for scheduling of volumes.

Inheritance
System.Object
InputArgs
ResourceArgs
VolumeNodeResourcesArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Inputs.Storage.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class VolumeNodeResourcesArgs : ResourceArgs

Properties

View Source

Count

Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded.

Declaration
public Input<int> Count { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.