Volume interface

The properties of the volume.

Properties

azureFile

The Azure File volume.

emptyDir

The empty directory volume.

gitRepo

The git repo volume.

name

The name of the volume.

secret

The secret volume.

Property Details

azureFile

The Azure File volume.

azureFile?: AzureFileVolume

Property Value

emptyDir

The empty directory volume.

emptyDir?: Record<string, unknown>

Property Value

Record<string, unknown>

gitRepo

The git repo volume.

gitRepo?: GitRepoVolume

Property Value

name

The name of the volume.

name: string

Property Value

string

secret

The secret volume.

secret?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}