共用方式為


DeploymentProperties interface

屬性

helmChartPath

存放庫中的 Helm 圖表目錄路徑。

helmValues

存放庫中的 Helm Values.yaml 檔案位置。

kubeManifestLocations
manifestType

決定存放庫中的指令清單類型。

overrides

指令清單覆寫值。

屬性詳細資料

helmChartPath

存放庫中的 Helm 圖表目錄路徑。

helmChartPath?: string

屬性值

string

helmValues

存放庫中的 Helm Values.yaml 檔案位置。

helmValues?: string

屬性值

string

kubeManifestLocations

kubeManifestLocations?: string[]

屬性值

string[]

manifestType

決定存放庫中的指令清單類型。

manifestType?: string

屬性值

string

overrides

指令清單覆寫值。

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

屬性值

{[propertyName: string]: string}