共用方式為


ClusterDefinition interface

叢集定義。

屬性

blueprint

藍圖的連結。

componentVersion

叢集中不同服務的版本。

configurations

叢集組態。

kind

叢集的類型。

屬性詳細資料

blueprint

藍圖的連結。

blueprint?: string

屬性值

string

componentVersion

叢集中不同服務的版本。

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

屬性值

{[propertyName: string]: string}

configurations

叢集組態。

configurations?: Record<string, unknown>

屬性值

Record<string, unknown>

kind

叢集的類型。

kind?: string

屬性值

string