INPUT_OBJECT

CreateClusterNode

link GraphQL Schema definition

1input CreateClusterNode {
3
2name: String
5
4clusterId: ID
7
6metrics: JSONData!
9
8containerTag: String
11
10offlineBrowsing: Boolean
13
12storagePresent: Boolean
16
14# Update the cluster node config
15nodeConfig: JSONData
18
17role: String
19}

link Required by

This element is not required by anyone