Volume interface
ボリュームのプロパティ。
プロパティ
azure |
Azure File ボリューム。 |
empty |
空のディレクトリ ボリューム。 |
git |
Git リポジトリ ボリューム。 |
name | ボリュームの名前。 |
secret | シークレット ボリューム。 |
プロパティの詳細
azureFile
emptyDir
空のディレクトリ ボリューム。
emptyDir?: Record<string, unknown>
プロパティ値
Record<string, unknown>
gitRepo
name
ボリュームの名前。
name: string
プロパティ値
string
secret
シークレット ボリューム。
secret?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}