共用方式為


GitRepoVolume interface

表示填入 Git 存放庫內容的磁片區

屬性

directory

目標目錄名稱。 不能包含「..」或以「..」為開頭。 如果提供「.」,磁片區目錄即為 git 存放庫。 此外,若有指定,磁片區會包含在指定名稱子目錄中的 git 存放庫。

repository

存放庫 URL

revision

認可指定修訂的雜湊。

屬性詳細資料

directory

目標目錄名稱。 不能包含「..」或以「..」為開頭。 如果提供「.」,磁片區目錄即為 git 存放庫。 此外,若有指定,磁片區會包含在指定名稱子目錄中的 git 存放庫。

directory?: string

屬性值

string

repository

存放庫 URL

repository: string

屬性值

string

revision

認可指定修訂的雜湊。

revision?: string

屬性值

string