Volume interface
The properties of the volume.
Properties
azure |
The Azure File volume. |
empty |
The empty directory volume. |
git |
The git repo volume. |
name | The name of the volume. |
secret | The secret volume. |
Property Details
azureFile
emptyDir
The empty directory volume.
emptyDir?: Record<string, unknown>
Property Value
Record<string, unknown>
gitRepo
name
The name of the volume.
name: string
Property Value
string
secret
The secret volume.
secret?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}