ClusterDefinition interface
The cluster definition.
Properties
blueprint | The link to the blueprint. |
component |
The versions of different services in the cluster. |
configurations | The cluster configurations. |
kind | The type of cluster. |
Property Details
blueprint
The link to the blueprint.
blueprint?: string
Property Value
string
componentVersion
The versions of different services in the cluster.
componentVersion?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
configurations
The cluster configurations.
configurations?: Record<string, unknown>
Property Value
Record<string, unknown>
kind
The type of cluster.
kind?: string
Property Value
string