VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.

Hierarchy

  • V1VolumeNodeAffinity

Constructors

Properties

required?: V1NodeSelector
attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc