ResourceClaimSpec defines how a resource is to be allocated.

Hierarchy

  • V1alpha2ResourceClaimSpec

Constructors

Properties

allocationMode?: string

Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default.

resourceClassName: string

ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment.

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