VolumeNodeAffinityV1 Class
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 volume node affinity configuration in Kubernetes. VolumeNodeAffinityV1 describes the node-specific constraints for a PersistentVolume to ensure storage resources are bound to specific nodes based on the required scheduling and node affinity rules.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class VolumeNodeAffinityV1
[<YamlDotNet.Serialization.YamlSerializable>]
type VolumeNodeAffinityV1 = class
Public NotInheritable Class VolumeNodeAffinityV1
- Inheritance
-
VolumeNodeAffinityV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
VolumeNodeAffinityV1() |
Properties
Required |
Defines the required node affinity constraints for scheduling a Kubernetes volume. |