Variable ComputeKindConst
ComputeKind: {
CLASSIC_PREVIEW: "CLASSIC_PREVIEW";
COMPUTE_KIND_UNSPECIFIED: "COMPUTE_KIND_UNSPECIFIED";
} = ...
Type Declaration
ReadonlyCLASSIC_PREVIEW: "CLASSIC_PREVIEW"
ReadonlyCOMPUTE_KIND_UNSPECIFIED: "COMPUTE_KIND_UNSPECIFIED"
The kind of compute described by this compute specification.
Depending on
kind, different validations and default values will be applied.Clusters with
kind = CLASSIC_PREVIEWsupport the following fields, whereas clusters with no specifiedkinddo not.By using the simple form, your clusters are automatically using
kind = CLASSIC_PREVIEW.