Skip to main content

ClusterInput

No description

input ClusterInput {
id: ID
name: String
description: String
serviceAccountID: String
}

Fields

ClusterInput.id ● ID scalar

ID is the identifier of the cluster in VaaS. It is immutable.

ClusterInput.name ● String scalar

Name is the display name for the cluster.

ClusterInput.description ● String scalar

Description is the description text about the cluster.

ClusterInput.serviceAccountID ● String scalar

ServiceAccountID is the client ID of the service account to link

Member Of

createCluster mutation ● updateCluster mutation