INPUT_OBJECT

UpdateClusterState

Updates the state information for a given cluster

link GraphQL Schema definition

1input UpdateClusterState {
3
2nodes: [ClusterNodeUpdate]
6
4# The cluster ID
5id: ID!
8
7state: JSONData!
11
9# Optionally, update current the cluster status.
10targetStatus: ClusterStatus
12}

link Required by

This element is not required by anyone