次の方法で共有


ApplicationScopedVolume interface

アプリケーションの有効期間にスコープが設定されているボリュームについて説明します。

Extends

プロパティ

creationParameters

アプリケーション スコープ ボリュームを作成するためのパラメーターについて説明します。

継承されたプロパティ

destinationPath

ボリュームをマウントするコンテナー内のパス。 有効なパス文字のみを使用できます。

name

参照されているボリュームの名前。

readOnly

ボリュームが読み取り専用かどうかを示すフラグ。 既定値は 'false' です。

プロパティの詳細

creationParameters

アプリケーション スコープ ボリュームを作成するためのパラメーターについて説明します。

creationParameters: ApplicationScopedVolumeCreationParametersUnion

プロパティ値

継承されたプロパティの詳細

destinationPath

ボリュームをマウントするコンテナー内のパス。 有効なパス文字のみを使用できます。

destinationPath: string

プロパティ値

string

承元VolumeReference.destinationPath

name

参照されているボリュームの名前。

name: string

プロパティ値

string

承元VolumeReference.name

readOnly

ボリュームが読み取り専用かどうかを示すフラグ。 既定値は 'false' です。

readOnly?: boolean

プロパティ値

boolean

承元VolumeReference.readOnly