VolumeError captures an error encountered during a volume operation.

Hierarchy

  • V1VolumeError

Constructors

Properties

message?: string

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

time?: Date

time represents the time the error was encountered.

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