VolumeError captures an error encountered during a volume operation.

Hierarchy

  • V1VolumeError

Constructors

Properties

message?: string

String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

time?: Date

Time the error was encountered.

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

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

Generated using TypeDoc