Skip to main content

clusterConfigCreate

Create a cluster configuration template, optionally seeding it with the initial set of configurable settings.

The configuration name must be unique within the catalogue. Settings can be added later through the dedicated setting mutations.

Possible errors:

  • SCHEMA_VALIDATION: One or more input fields failed validation.

AUTH: Role=[product.OWNER]

clusterConfigCreate(
input: ClusterConfigCreateInput!
): ClusterConfigResponse!

Arguments

clusterConfigCreate.input ● ClusterConfigCreateInput! non-null input

Definition of the cluster configuration to create, including name and any initial settings.

Type

ClusterConfigResponse object