ClusterDefinition interface
群集定义。
属性
| blueprint | 指向蓝图的链接。 |
| component |
群集中不同服务的版本。 |
| 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