@n8n-dev/n8n-nodes-linode 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +589 -0
- package/dist/banner.svg +91 -0
- package/dist/credentials/LinodeApi.credentials.d.ts +9 -0
- package/dist/credentials/LinodeApi.credentials.js +40 -0
- package/dist/credentials/LinodeApi.credentials.js.map +1 -0
- package/dist/icons/linode.dark.svg +18 -0
- package/dist/icons/linode.svg +18 -0
- package/dist/nodes/Linode/Linode.node.d.ts +4 -0
- package/dist/nodes/Linode/Linode.node.js +178 -0
- package/dist/nodes/Linode/Linode.node.js.map +1 -0
- package/dist/nodes/Linode/Linode.node.json +20 -0
- package/dist/nodes/Linode/linode.dark.svg +18 -0
- package/dist/nodes/Linode/linode.svg +18 -0
- package/dist/nodes/Linode/resources/account/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/account/index.js +4783 -0
- package/dist/nodes/Linode/resources/account/index.js.map +1 -0
- package/dist/nodes/Linode/resources/databases/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/databases/index.js +4009 -0
- package/dist/nodes/Linode/resources/databases/index.js.map +1 -0
- package/dist/nodes/Linode/resources/domains/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/domains/index.js +2284 -0
- package/dist/nodes/Linode/resources/domains/index.js.map +1 -0
- package/dist/nodes/Linode/resources/images/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/images/index.js +935 -0
- package/dist/nodes/Linode/resources/images/index.js.map +1 -0
- package/dist/nodes/Linode/resources/index.d.ts +18 -0
- package/dist/nodes/Linode/resources/index.js +40 -0
- package/dist/nodes/Linode/resources/index.js.map +1 -0
- package/dist/nodes/Linode/resources/linode-instances/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/linode-instances/index.js +5610 -0
- package/dist/nodes/Linode/resources/linode-instances/index.js.map +1 -0
- package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js +1788 -0
- package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js.map +1 -0
- package/dist/nodes/Linode/resources/linode-types/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/linode-types/index.js +84 -0
- package/dist/nodes/Linode/resources/linode-types/index.js.map +1 -0
- package/dist/nodes/Linode/resources/longview/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/longview/index.js +969 -0
- package/dist/nodes/Linode/resources/longview/index.js.map +1 -0
- package/dist/nodes/Linode/resources/managed/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/managed/index.js +2904 -0
- package/dist/nodes/Linode/resources/managed/index.js.map +1 -0
- package/dist/nodes/Linode/resources/networking/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/networking/index.js +2365 -0
- package/dist/nodes/Linode/resources/networking/index.js.map +1 -0
- package/dist/nodes/Linode/resources/node-balancers/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/node-balancers/index.js +3158 -0
- package/dist/nodes/Linode/resources/node-balancers/index.js.map +1 -0
- package/dist/nodes/Linode/resources/object-storage/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/object-storage/index.js +2053 -0
- package/dist/nodes/Linode/resources/object-storage/index.js.map +1 -0
- package/dist/nodes/Linode/resources/profile/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/profile/index.js +2684 -0
- package/dist/nodes/Linode/resources/profile/index.js.map +1 -0
- package/dist/nodes/Linode/resources/regions/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/regions/index.js +84 -0
- package/dist/nodes/Linode/resources/regions/index.js.map +1 -0
- package/dist/nodes/Linode/resources/stack-scripts/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/stack-scripts/index.js +1102 -0
- package/dist/nodes/Linode/resources/stack-scripts/index.js.map +1 -0
- package/dist/nodes/Linode/resources/support/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/support/index.js +883 -0
- package/dist/nodes/Linode/resources/support/index.js.map +1 -0
- package/dist/nodes/Linode/resources/tags/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/tags/index.js +472 -0
- package/dist/nodes/Linode/resources/tags/index.js.map +1 -0
- package/dist/nodes/Linode/resources/volumes/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/volumes/index.js +953 -0
- package/dist/nodes/Linode/resources/volumes/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,1788 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.linodeKubernetesEngineLkeDescription = void 0;
|
|
4
|
+
exports.linodeKubernetesEngineLkeDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Linode Kubernetes Engine LKE"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get LKE Clusters",
|
|
20
|
+
"value": "Get LKE Clusters",
|
|
21
|
+
"action": "Kubernetes Clusters List",
|
|
22
|
+
"description": "Lists current Kubernetes clusters available on your account.\n",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/lke/clusters"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Create LKE Cluster",
|
|
32
|
+
"value": "Create LKE Cluster",
|
|
33
|
+
"action": "Kubernetes Cluster Create",
|
|
34
|
+
"description": "Creates a Kubernetes cluster. The Kubernetes cluster will be created\nasynchronously. You can use the events system to determine when the\nKubernetes cluster is ready to use. Please note that it often takes 2-5 minutes before the\n[Kubernetes API server endpoint](/docs/api/linode-kubernetes-engine-lke/#kubernetes-api-endpoints-list) and\nthe [Kubeconfig file](/docs/api/linode-kubernetes-engine-lke/#kubeconfig-view) for the new cluster\nare ready.\n",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/lke/clusters"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Delete LKE Cluster",
|
|
44
|
+
"value": "Delete LKE Cluster",
|
|
45
|
+
"action": "Kubernetes Cluster Delete",
|
|
46
|
+
"description": "Deletes a Cluster you have permission to `read_write`.\n\n**Deleting a Cluster is a destructive action and cannot be undone.**\n\nDeleting a Cluster:\n - Deletes all Linodes in all pools within this Kubernetes cluster\n - Deletes all supporting Kubernetes services for this Kubernetes\n cluster (API server, etcd, etc)\n - Deletes all NodeBalancers created by this Kubernetes cluster\n - Does not delete any of the volumes created by this Kubernetes\n cluster\n",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "DELETE",
|
|
50
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Get LKE Cluster",
|
|
56
|
+
"value": "Get LKE Cluster",
|
|
57
|
+
"action": "Kubernetes Cluster View",
|
|
58
|
+
"description": "Get a specific Cluster by ID.\n",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Put LKE Cluster",
|
|
68
|
+
"value": "Put LKE Cluster",
|
|
69
|
+
"action": "Kubernetes Cluster Update",
|
|
70
|
+
"description": "Updates a Kubernetes cluster.\n",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "PUT",
|
|
74
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Get LKE Cluster API Endpoints",
|
|
80
|
+
"value": "Get LKE Cluster API Endpoints",
|
|
81
|
+
"action": "Kubernetes API Endpoints List",
|
|
82
|
+
"description": "List the Kubernetes API server endpoints for this cluster. Please note that it often takes 2-5 minutes before the endpoint is ready after first [creating a new cluster](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-create).\n",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/api-endpoints"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Get LKE Cluster Dashboard",
|
|
92
|
+
"value": "Get LKE Cluster Dashboard",
|
|
93
|
+
"action": "Kubernetes Cluster Dashboard URL View",
|
|
94
|
+
"description": "Get a [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) access URL for this Cluster, which enables performance of administrative tasks through a web interface.\n\nDashboards are installed for Clusters by default.\n\nTo access the Cluster Dashboard login prompt, enter the URL in a web browser. Select either **Token** or **Kubeconfig** authentication, then select **Sign in**.\n\nFor additional guidance on using the Cluster Dashboard, see the [Navigating the Cluster Dashboard](/docs/guides/using-the-kubernetes-dashboard-on-lke/#navigating-the-cluster-dashboard) section of our guide on [Using the Kubernetes Dashboard on LKE](/docs/guides/using-the-kubernetes-dashboard-on-lke/).\n",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "GET",
|
|
98
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/dashboard"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Delete LKE Cluster Kubeconfig",
|
|
104
|
+
"value": "Delete LKE Cluster Kubeconfig",
|
|
105
|
+
"action": "Kubeconfig Delete",
|
|
106
|
+
"description": "Delete and regenerate the Kubeconfig file for a Cluster.\n",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "DELETE",
|
|
110
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/kubeconfig"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Get LKE Cluster Kubeconfig",
|
|
116
|
+
"value": "Get LKE Cluster Kubeconfig",
|
|
117
|
+
"action": "Kubeconfig View",
|
|
118
|
+
"description": "Get the Kubeconfig file for a Cluster. Please note that it often takes 2-5 minutes before\nthe Kubeconfig file is ready after first [creating a new cluster](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-create).\n",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "GET",
|
|
122
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/kubeconfig"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Delete LKE Cluster Node",
|
|
128
|
+
"value": "Delete LKE Cluster Node",
|
|
129
|
+
"action": "Node Delete",
|
|
130
|
+
"description": "Deletes a specific Node from a Node Pool.\n\n**Deleting a Node is a destructive action and cannot be undone.**\n\nDeleting a Node will reduce the size of the Node Pool it belongs to.\n",
|
|
131
|
+
"routing": {
|
|
132
|
+
"request": {
|
|
133
|
+
"method": "DELETE",
|
|
134
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/nodes/{{$parameter[\"nodeId\"]}}"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Get LKE Cluster Node",
|
|
140
|
+
"value": "Get LKE Cluster Node",
|
|
141
|
+
"action": "Node View",
|
|
142
|
+
"description": "Returns the values for a specified node object.\n",
|
|
143
|
+
"routing": {
|
|
144
|
+
"request": {
|
|
145
|
+
"method": "GET",
|
|
146
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/nodes/{{$parameter[\"nodeId\"]}}"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Post LKE Cluster Node Recycle",
|
|
152
|
+
"value": "Post LKE Cluster Node Recycle",
|
|
153
|
+
"action": "Node Recycle",
|
|
154
|
+
"description": "Recycles an individual Node in the designated Kubernetes Cluster. The Node will be deleted\nand replaced with a new Linode, which may take a few minutes. Replacement Nodes are\ninstalled with the latest available patch for the Cluster's Kubernetes Version.\n\n**Any local storage on deleted Linodes (such as \"hostPath\" and \"emptyDir\" volumes, or \"local\" PersistentVolumes) will be erased.**\n",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"method": "POST",
|
|
158
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/nodes/{{$parameter[\"nodeId\"]}}/recycle"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Get LKE Cluster Pools",
|
|
164
|
+
"value": "Get LKE Cluster Pools",
|
|
165
|
+
"action": "Node Pools List",
|
|
166
|
+
"description": "Returns all active Node Pools on a Kubernetes cluster.\n",
|
|
167
|
+
"routing": {
|
|
168
|
+
"request": {
|
|
169
|
+
"method": "GET",
|
|
170
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/pools"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "Post LKE Cluster Pools",
|
|
176
|
+
"value": "Post LKE Cluster Pools",
|
|
177
|
+
"action": "Node Pool Create",
|
|
178
|
+
"description": "Creates a new Node Pool for the designated Kubernetes cluster.\n",
|
|
179
|
+
"routing": {
|
|
180
|
+
"request": {
|
|
181
|
+
"method": "POST",
|
|
182
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/pools"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "Delete LKE Node Pool",
|
|
188
|
+
"value": "Delete LKE Node Pool",
|
|
189
|
+
"action": "Node Pool Delete",
|
|
190
|
+
"description": "Delete a specific Node Pool from a Kubernetes cluster.\n\n**Deleting a Node Pool is a destructive action and cannot be undone.**\n\nDeleting a Node Pool will delete all Linodes within that Pool.\n",
|
|
191
|
+
"routing": {
|
|
192
|
+
"request": {
|
|
193
|
+
"method": "DELETE",
|
|
194
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/pools/{{$parameter[\"poolId\"]}}"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "Get LKE Node Pool",
|
|
200
|
+
"value": "Get LKE Node Pool",
|
|
201
|
+
"action": "Node Pool View",
|
|
202
|
+
"description": "Get a specific Node Pool by ID.\n",
|
|
203
|
+
"routing": {
|
|
204
|
+
"request": {
|
|
205
|
+
"method": "GET",
|
|
206
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/pools/{{$parameter[\"poolId\"]}}"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "Put LKE Node Pool",
|
|
212
|
+
"value": "Put LKE Node Pool",
|
|
213
|
+
"action": "Node Pool Update",
|
|
214
|
+
"description": "Updates a Node Pool's count and autoscaler configuration.\n\nLinodes will be created or deleted to match changes to the Node Pool's count.\n\n**Any local storage on deleted Linodes (such as \"hostPath\" and \"emptyDir\" volumes, or \"local\" PersistentVolumes) will be erased.**\n",
|
|
215
|
+
"routing": {
|
|
216
|
+
"request": {
|
|
217
|
+
"method": "PUT",
|
|
218
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/pools/{{$parameter[\"poolId\"]}}"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "Post LKE Cluster Pool Recycle",
|
|
224
|
+
"value": "Post LKE Cluster Pool Recycle",
|
|
225
|
+
"action": "Node Pool Recycle",
|
|
226
|
+
"description": "Recycles a Node Pool for the designated Kubernetes Cluster. All Linodes within the Node Pool will be deleted\nand replaced with new Linodes on a rolling basis, which may take several minutes. Replacement Nodes are\ninstalled with the latest available patch for the Cluster's Kubernetes Version.\n\n**Any local storage on deleted Linodes (such as \"hostPath\" and \"emptyDir\" volumes, or \"local\" PersistentVolumes) will be erased.**\n",
|
|
227
|
+
"routing": {
|
|
228
|
+
"request": {
|
|
229
|
+
"method": "POST",
|
|
230
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/pools/{{$parameter[\"poolId\"]}}/recycle"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "Post LKE Cluster Recycle",
|
|
236
|
+
"value": "Post LKE Cluster Recycle",
|
|
237
|
+
"action": "Cluster Nodes Recycle",
|
|
238
|
+
"description": "Recycles all nodes in all pools of a designated Kubernetes Cluster. All Linodes within the Cluster will be deleted\nand replaced with new Linodes on a rolling basis, which may take several minutes. Replacement Nodes are\ninstalled with the latest available [patch version](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#kubernetes-release-versioning) for the Cluster's current Kubernetes minor release.\n\n**Any local storage on deleted Linodes (such as \"hostPath\" and \"emptyDir\" volumes, or \"local\" PersistentVolumes) will be erased.**\n",
|
|
239
|
+
"routing": {
|
|
240
|
+
"request": {
|
|
241
|
+
"method": "POST",
|
|
242
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/recycle"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "Post LKE Cluster Regenerate",
|
|
248
|
+
"value": "Post LKE Cluster Regenerate",
|
|
249
|
+
"action": "Kubernetes Cluster Regenerate",
|
|
250
|
+
"description": "Regenerate the Kubeconfig file and/or the service account token for a Cluster.\n\nThis is a helper command that allows performing both the [Kubeconfig Delete](#kubeconfig-delete) and the [Service Token Delete](#service-token-delete) actions with a single request.\n\nWhen using this command, at least one of `kubeconfig` or `servicetoken` is required.\n\n**Note**: When regenerating a service account token, the Cluster's control plane components and Linode CSI drivers are also restarted and configured with the new token. High Availability Clusters should not experience any disruption, while standard Clusters may experience brief control plane downtime while components are restarted.\n",
|
|
251
|
+
"routing": {
|
|
252
|
+
"request": {
|
|
253
|
+
"method": "POST",
|
|
254
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/regenerate"
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "Post LKEC Service Token Delete",
|
|
260
|
+
"value": "Post LKEC Service Token Delete",
|
|
261
|
+
"action": "Service Token Delete",
|
|
262
|
+
"description": "Delete and regenerate the service account token for a Cluster.\n\n**Note**: When regenerating a service account token, the Cluster's control plane components and Linode CSI drivers are also restarted and configured with the new token. High Availability Clusters should not experience any disruption, while standard Clusters may experience brief control plane downtime while components are restarted.\n",
|
|
263
|
+
"routing": {
|
|
264
|
+
"request": {
|
|
265
|
+
"method": "DELETE",
|
|
266
|
+
"url": "=/lke/clusters/{{$parameter[\"clusterId\"]}}/servicetoken"
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "Get LKE Versions",
|
|
272
|
+
"value": "Get LKE Versions",
|
|
273
|
+
"action": "Kubernetes Versions List",
|
|
274
|
+
"description": "List the Kubernetes versions available for deployment to a Kubernetes cluster.\n",
|
|
275
|
+
"routing": {
|
|
276
|
+
"request": {
|
|
277
|
+
"method": "GET",
|
|
278
|
+
"url": "=/lke/versions"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "Get LKE Version",
|
|
284
|
+
"value": "Get LKE Version",
|
|
285
|
+
"action": "Kubernetes Version View",
|
|
286
|
+
"description": "View a Kubernetes version available for deployment to a Kubernetes cluster.\n",
|
|
287
|
+
"routing": {
|
|
288
|
+
"request": {
|
|
289
|
+
"method": "GET",
|
|
290
|
+
"url": "=/lke/versions/{{$parameter[\"version\"]}}"
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"default": ""
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"displayName": "GET /lke/clusters",
|
|
299
|
+
"name": "operation",
|
|
300
|
+
"type": "notice",
|
|
301
|
+
"typeOptions": {
|
|
302
|
+
"theme": "info"
|
|
303
|
+
},
|
|
304
|
+
"default": "",
|
|
305
|
+
"displayOptions": {
|
|
306
|
+
"show": {
|
|
307
|
+
"resource": [
|
|
308
|
+
"Linode Kubernetes Engine LKE"
|
|
309
|
+
],
|
|
310
|
+
"operation": [
|
|
311
|
+
"Get LKE Clusters"
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"displayName": "Bearer Token",
|
|
318
|
+
"name": "security_personalaccesstoken",
|
|
319
|
+
"type": "string",
|
|
320
|
+
"default": "",
|
|
321
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
322
|
+
"required": false,
|
|
323
|
+
"routing": {
|
|
324
|
+
"request": {
|
|
325
|
+
"headers": {
|
|
326
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"displayOptions": {
|
|
331
|
+
"show": {
|
|
332
|
+
"resource": [
|
|
333
|
+
"Linode Kubernetes Engine LKE"
|
|
334
|
+
],
|
|
335
|
+
"operation": [
|
|
336
|
+
"Get LKE Clusters"
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"displayName": "POST /lke/clusters",
|
|
343
|
+
"name": "operation",
|
|
344
|
+
"type": "notice",
|
|
345
|
+
"typeOptions": {
|
|
346
|
+
"theme": "info"
|
|
347
|
+
},
|
|
348
|
+
"default": "",
|
|
349
|
+
"displayOptions": {
|
|
350
|
+
"show": {
|
|
351
|
+
"resource": [
|
|
352
|
+
"Linode Kubernetes Engine LKE"
|
|
353
|
+
],
|
|
354
|
+
"operation": [
|
|
355
|
+
"Create LKE Cluster"
|
|
356
|
+
]
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"displayName": "Control Plane",
|
|
362
|
+
"name": "control_plane",
|
|
363
|
+
"type": "json",
|
|
364
|
+
"default": "{\n \"high_availability\": true\n}",
|
|
365
|
+
"description": "Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components. Enabling High Availability for LKE is an **irreversible** change.\n",
|
|
366
|
+
"routing": {
|
|
367
|
+
"send": {
|
|
368
|
+
"property": "control_plane",
|
|
369
|
+
"propertyInDotNotation": false,
|
|
370
|
+
"type": "body",
|
|
371
|
+
"value": "={{ JSON.parse($value) }}"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"displayOptions": {
|
|
375
|
+
"show": {
|
|
376
|
+
"resource": [
|
|
377
|
+
"Linode Kubernetes Engine LKE"
|
|
378
|
+
],
|
|
379
|
+
"operation": [
|
|
380
|
+
"Create LKE Cluster"
|
|
381
|
+
]
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"required": true,
|
|
387
|
+
"displayName": "K 8 S Version",
|
|
388
|
+
"name": "k8s_version",
|
|
389
|
+
"type": "string",
|
|
390
|
+
"default": "1.25",
|
|
391
|
+
"description": "The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>, and the latest supported patch version will be deployed.\n",
|
|
392
|
+
"routing": {
|
|
393
|
+
"send": {
|
|
394
|
+
"property": "k8s_version",
|
|
395
|
+
"propertyInDotNotation": false,
|
|
396
|
+
"type": "body",
|
|
397
|
+
"value": "={{ $value }}"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
"displayOptions": {
|
|
401
|
+
"show": {
|
|
402
|
+
"resource": [
|
|
403
|
+
"Linode Kubernetes Engine LKE"
|
|
404
|
+
],
|
|
405
|
+
"operation": [
|
|
406
|
+
"Create LKE Cluster"
|
|
407
|
+
]
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"required": true,
|
|
413
|
+
"displayName": "Label",
|
|
414
|
+
"name": "label",
|
|
415
|
+
"type": "string",
|
|
416
|
+
"default": "lkecluster12345",
|
|
417
|
+
"description": "This Kubernetes cluster's unique label for display purposes only.\nLabels have the following constraints:\n\n * UTF-8 characters will be returned by the API using escape\n sequences of their Unicode code points. For example, the\n Japanese character *か* is 3 bytes in UTF-8 (`0xE382AB`). Its\n Unicode code point is 2 bytes (`0x30AB`). APIv4 supports this\n character and the API will return it as the escape sequence\n using six 1 byte characters which represent 2 bytes of Unicode\n code point (`\"\\u30ab\"`).\n * 4 byte UTF-8 characters are not supported.\n * If the label is entirely composed of UTF-8 characters, the API\n response will return the code points using up to 193 1 byte\n characters.\n",
|
|
418
|
+
"routing": {
|
|
419
|
+
"send": {
|
|
420
|
+
"property": "label",
|
|
421
|
+
"propertyInDotNotation": false,
|
|
422
|
+
"type": "body",
|
|
423
|
+
"value": "={{ $value }}"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
"displayOptions": {
|
|
427
|
+
"show": {
|
|
428
|
+
"resource": [
|
|
429
|
+
"Linode Kubernetes Engine LKE"
|
|
430
|
+
],
|
|
431
|
+
"operation": [
|
|
432
|
+
"Create LKE Cluster"
|
|
433
|
+
]
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"required": true,
|
|
439
|
+
"displayName": "Node Pools",
|
|
440
|
+
"name": "node_pools",
|
|
441
|
+
"type": "json",
|
|
442
|
+
"default": "[\n {\n \"autoscaler\": {\n \"enabled\": true,\n \"max\": 12,\n \"min\": 3\n },\n \"count\": 6,\n \"disks\": [\n {\n \"size\": 1024,\n \"type\": \"ext-4\"\n }\n ],\n \"tags\": [\n \"example tag\",\n \"another example\"\n ],\n \"type\": \"g6-standard-4\"\n }\n]",
|
|
443
|
+
"routing": {
|
|
444
|
+
"send": {
|
|
445
|
+
"property": "node_pools",
|
|
446
|
+
"propertyInDotNotation": false,
|
|
447
|
+
"type": "body",
|
|
448
|
+
"value": "={{ JSON.parse($value) }}"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"displayOptions": {
|
|
452
|
+
"show": {
|
|
453
|
+
"resource": [
|
|
454
|
+
"Linode Kubernetes Engine LKE"
|
|
455
|
+
],
|
|
456
|
+
"operation": [
|
|
457
|
+
"Create LKE Cluster"
|
|
458
|
+
]
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"required": true,
|
|
464
|
+
"displayName": "Region",
|
|
465
|
+
"name": "region",
|
|
466
|
+
"type": "string",
|
|
467
|
+
"default": "us-central",
|
|
468
|
+
"description": "This Kubernetes cluster's location.",
|
|
469
|
+
"routing": {
|
|
470
|
+
"send": {
|
|
471
|
+
"property": "region",
|
|
472
|
+
"propertyInDotNotation": false,
|
|
473
|
+
"type": "body",
|
|
474
|
+
"value": "={{ $value }}"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"displayOptions": {
|
|
478
|
+
"show": {
|
|
479
|
+
"resource": [
|
|
480
|
+
"Linode Kubernetes Engine LKE"
|
|
481
|
+
],
|
|
482
|
+
"operation": [
|
|
483
|
+
"Create LKE Cluster"
|
|
484
|
+
]
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"displayName": "Tags",
|
|
490
|
+
"name": "tags",
|
|
491
|
+
"type": "json",
|
|
492
|
+
"default": "[\n \"ecomm\",\n \"blogs\"\n]",
|
|
493
|
+
"description": "An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.\n",
|
|
494
|
+
"routing": {
|
|
495
|
+
"send": {
|
|
496
|
+
"property": "tags",
|
|
497
|
+
"propertyInDotNotation": false,
|
|
498
|
+
"type": "body",
|
|
499
|
+
"value": "={{ JSON.parse($value) }}"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"displayOptions": {
|
|
503
|
+
"show": {
|
|
504
|
+
"resource": [
|
|
505
|
+
"Linode Kubernetes Engine LKE"
|
|
506
|
+
],
|
|
507
|
+
"operation": [
|
|
508
|
+
"Create LKE Cluster"
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"displayName": "Bearer Token",
|
|
515
|
+
"name": "security_personalaccesstoken",
|
|
516
|
+
"type": "string",
|
|
517
|
+
"default": "",
|
|
518
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
519
|
+
"required": false,
|
|
520
|
+
"routing": {
|
|
521
|
+
"request": {
|
|
522
|
+
"headers": {
|
|
523
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"displayOptions": {
|
|
528
|
+
"show": {
|
|
529
|
+
"resource": [
|
|
530
|
+
"Linode Kubernetes Engine LKE"
|
|
531
|
+
],
|
|
532
|
+
"operation": [
|
|
533
|
+
"Create LKE Cluster"
|
|
534
|
+
]
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"displayName": "DELETE /lke/clusters/{clusterId}",
|
|
540
|
+
"name": "operation",
|
|
541
|
+
"type": "notice",
|
|
542
|
+
"typeOptions": {
|
|
543
|
+
"theme": "info"
|
|
544
|
+
},
|
|
545
|
+
"default": "",
|
|
546
|
+
"displayOptions": {
|
|
547
|
+
"show": {
|
|
548
|
+
"resource": [
|
|
549
|
+
"Linode Kubernetes Engine LKE"
|
|
550
|
+
],
|
|
551
|
+
"operation": [
|
|
552
|
+
"Delete LKE Cluster"
|
|
553
|
+
]
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"displayName": "Bearer Token",
|
|
559
|
+
"name": "security_personalaccesstoken",
|
|
560
|
+
"type": "string",
|
|
561
|
+
"default": "",
|
|
562
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
563
|
+
"required": false,
|
|
564
|
+
"routing": {
|
|
565
|
+
"request": {
|
|
566
|
+
"headers": {
|
|
567
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"displayOptions": {
|
|
572
|
+
"show": {
|
|
573
|
+
"resource": [
|
|
574
|
+
"Linode Kubernetes Engine LKE"
|
|
575
|
+
],
|
|
576
|
+
"operation": [
|
|
577
|
+
"Delete LKE Cluster"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"displayName": "GET /lke/clusters/{clusterId}",
|
|
584
|
+
"name": "operation",
|
|
585
|
+
"type": "notice",
|
|
586
|
+
"typeOptions": {
|
|
587
|
+
"theme": "info"
|
|
588
|
+
},
|
|
589
|
+
"default": "",
|
|
590
|
+
"displayOptions": {
|
|
591
|
+
"show": {
|
|
592
|
+
"resource": [
|
|
593
|
+
"Linode Kubernetes Engine LKE"
|
|
594
|
+
],
|
|
595
|
+
"operation": [
|
|
596
|
+
"Get LKE Cluster"
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"displayName": "Bearer Token",
|
|
603
|
+
"name": "security_personalaccesstoken",
|
|
604
|
+
"type": "string",
|
|
605
|
+
"default": "",
|
|
606
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
607
|
+
"required": false,
|
|
608
|
+
"routing": {
|
|
609
|
+
"request": {
|
|
610
|
+
"headers": {
|
|
611
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"displayOptions": {
|
|
616
|
+
"show": {
|
|
617
|
+
"resource": [
|
|
618
|
+
"Linode Kubernetes Engine LKE"
|
|
619
|
+
],
|
|
620
|
+
"operation": [
|
|
621
|
+
"Get LKE Cluster"
|
|
622
|
+
]
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"displayName": "PUT /lke/clusters/{clusterId}",
|
|
628
|
+
"name": "operation",
|
|
629
|
+
"type": "notice",
|
|
630
|
+
"typeOptions": {
|
|
631
|
+
"theme": "info"
|
|
632
|
+
},
|
|
633
|
+
"default": "",
|
|
634
|
+
"displayOptions": {
|
|
635
|
+
"show": {
|
|
636
|
+
"resource": [
|
|
637
|
+
"Linode Kubernetes Engine LKE"
|
|
638
|
+
],
|
|
639
|
+
"operation": [
|
|
640
|
+
"Put LKE Cluster"
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"displayName": "Control Plane",
|
|
647
|
+
"name": "control_plane",
|
|
648
|
+
"type": "json",
|
|
649
|
+
"default": "{\n \"high_availability\": true\n}",
|
|
650
|
+
"description": "Defines settings for the Kubernetes Control Plane. Allows for the enabling of High Availability (HA) for Control Plane Components.\n\nEnabling High Availability for LKE is an **irreversible** change.\n\nWhen upgrading pre-existing LKE clusters to use the HA Control Plane, the following changes will additionally occur:\n\n- All nodes will be deleted and new nodes will be created to replace them.\n\n- Any local storage (such as `hostPath` volumes) will be erased.\n\n- The upgrade process may take several minutes to complete, as nodes will be replaced on a rolling basis.\n",
|
|
651
|
+
"routing": {
|
|
652
|
+
"send": {
|
|
653
|
+
"property": "control_plane",
|
|
654
|
+
"propertyInDotNotation": false,
|
|
655
|
+
"type": "body",
|
|
656
|
+
"value": "={{ JSON.parse($value) }}"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"displayOptions": {
|
|
660
|
+
"show": {
|
|
661
|
+
"resource": [
|
|
662
|
+
"Linode Kubernetes Engine LKE"
|
|
663
|
+
],
|
|
664
|
+
"operation": [
|
|
665
|
+
"Put LKE Cluster"
|
|
666
|
+
]
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"displayName": "K 8 S Version",
|
|
672
|
+
"name": "k8s_version",
|
|
673
|
+
"type": "string",
|
|
674
|
+
"default": "",
|
|
675
|
+
"description": "The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>. New and recycled Nodes in this cluster will be installed with the latest available patch for the Cluster's Kubernetes version.\n\nWhen upgrading the Kubernetes version, only the next latest minor version following the current version can be deployed. For example, a cluster with Kubernetes version 1.19 can be upgraded to version 1.20, but not directly to 1.21.\n\nThe Kubernetes version of a cluster can not be downgraded.\n",
|
|
676
|
+
"routing": {
|
|
677
|
+
"send": {
|
|
678
|
+
"property": "k8s_version",
|
|
679
|
+
"propertyInDotNotation": false,
|
|
680
|
+
"type": "body",
|
|
681
|
+
"value": "={{ $value }}"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"displayOptions": {
|
|
685
|
+
"show": {
|
|
686
|
+
"resource": [
|
|
687
|
+
"Linode Kubernetes Engine LKE"
|
|
688
|
+
],
|
|
689
|
+
"operation": [
|
|
690
|
+
"Put LKE Cluster"
|
|
691
|
+
]
|
|
692
|
+
}
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"displayName": "Label",
|
|
697
|
+
"name": "label",
|
|
698
|
+
"type": "string",
|
|
699
|
+
"default": "lkecluster12345",
|
|
700
|
+
"description": "This Kubernetes cluster's unique label for display purposes only.\nLabels have the following constraints:\n\n * UTF-8 characters will be returned by the API using escape\n sequences of their Unicode code points. For example, the\n Japanese character *か* is 3 bytes in UTF-8 (`0xE382AB`). Its\n Unicode code point is 2 bytes (`0x30AB`). APIv4 supports this\n character and the API will return it as the escape sequence\n using six 1 byte characters which represent 2 bytes of Unicode\n code point (`\"\\u30ab\"`).\n * 4 byte UTF-8 characters are not supported.\n * If the label is entirely composed of UTF-8 characters, the API\n response will return the code points using up to 193 1 byte\n characters.\n",
|
|
701
|
+
"routing": {
|
|
702
|
+
"send": {
|
|
703
|
+
"property": "label",
|
|
704
|
+
"propertyInDotNotation": false,
|
|
705
|
+
"type": "body",
|
|
706
|
+
"value": "={{ $value }}"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"displayOptions": {
|
|
710
|
+
"show": {
|
|
711
|
+
"resource": [
|
|
712
|
+
"Linode Kubernetes Engine LKE"
|
|
713
|
+
],
|
|
714
|
+
"operation": [
|
|
715
|
+
"Put LKE Cluster"
|
|
716
|
+
]
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"displayName": "Tags",
|
|
722
|
+
"name": "tags",
|
|
723
|
+
"type": "json",
|
|
724
|
+
"default": "[\n \"prod\",\n \"monitoring\",\n \"ecomm\",\n \"blog\"\n]",
|
|
725
|
+
"description": "An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only. To delete a tag, exclude it from your `tags` array.\n",
|
|
726
|
+
"routing": {
|
|
727
|
+
"send": {
|
|
728
|
+
"property": "tags",
|
|
729
|
+
"propertyInDotNotation": false,
|
|
730
|
+
"type": "body",
|
|
731
|
+
"value": "={{ JSON.parse($value) }}"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
"displayOptions": {
|
|
735
|
+
"show": {
|
|
736
|
+
"resource": [
|
|
737
|
+
"Linode Kubernetes Engine LKE"
|
|
738
|
+
],
|
|
739
|
+
"operation": [
|
|
740
|
+
"Put LKE Cluster"
|
|
741
|
+
]
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"displayName": "Bearer Token",
|
|
747
|
+
"name": "security_personalaccesstoken",
|
|
748
|
+
"type": "string",
|
|
749
|
+
"default": "",
|
|
750
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
751
|
+
"required": false,
|
|
752
|
+
"routing": {
|
|
753
|
+
"request": {
|
|
754
|
+
"headers": {
|
|
755
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"displayOptions": {
|
|
760
|
+
"show": {
|
|
761
|
+
"resource": [
|
|
762
|
+
"Linode Kubernetes Engine LKE"
|
|
763
|
+
],
|
|
764
|
+
"operation": [
|
|
765
|
+
"Put LKE Cluster"
|
|
766
|
+
]
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"displayName": "GET /lke/clusters/{clusterId}/api-endpoints",
|
|
772
|
+
"name": "operation",
|
|
773
|
+
"type": "notice",
|
|
774
|
+
"typeOptions": {
|
|
775
|
+
"theme": "info"
|
|
776
|
+
},
|
|
777
|
+
"default": "",
|
|
778
|
+
"displayOptions": {
|
|
779
|
+
"show": {
|
|
780
|
+
"resource": [
|
|
781
|
+
"Linode Kubernetes Engine LKE"
|
|
782
|
+
],
|
|
783
|
+
"operation": [
|
|
784
|
+
"Get LKE Cluster API Endpoints"
|
|
785
|
+
]
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"displayName": "Bearer Token",
|
|
791
|
+
"name": "security_personalaccesstoken",
|
|
792
|
+
"type": "string",
|
|
793
|
+
"default": "",
|
|
794
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
795
|
+
"required": false,
|
|
796
|
+
"routing": {
|
|
797
|
+
"request": {
|
|
798
|
+
"headers": {
|
|
799
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"displayOptions": {
|
|
804
|
+
"show": {
|
|
805
|
+
"resource": [
|
|
806
|
+
"Linode Kubernetes Engine LKE"
|
|
807
|
+
],
|
|
808
|
+
"operation": [
|
|
809
|
+
"Get LKE Cluster API Endpoints"
|
|
810
|
+
]
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"displayName": "GET /lke/clusters/{clusterId}/dashboard",
|
|
816
|
+
"name": "operation",
|
|
817
|
+
"type": "notice",
|
|
818
|
+
"typeOptions": {
|
|
819
|
+
"theme": "info"
|
|
820
|
+
},
|
|
821
|
+
"default": "",
|
|
822
|
+
"displayOptions": {
|
|
823
|
+
"show": {
|
|
824
|
+
"resource": [
|
|
825
|
+
"Linode Kubernetes Engine LKE"
|
|
826
|
+
],
|
|
827
|
+
"operation": [
|
|
828
|
+
"Get LKE Cluster Dashboard"
|
|
829
|
+
]
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"displayName": "Bearer Token",
|
|
835
|
+
"name": "security_personalaccesstoken",
|
|
836
|
+
"type": "string",
|
|
837
|
+
"default": "",
|
|
838
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
839
|
+
"required": false,
|
|
840
|
+
"routing": {
|
|
841
|
+
"request": {
|
|
842
|
+
"headers": {
|
|
843
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"displayOptions": {
|
|
848
|
+
"show": {
|
|
849
|
+
"resource": [
|
|
850
|
+
"Linode Kubernetes Engine LKE"
|
|
851
|
+
],
|
|
852
|
+
"operation": [
|
|
853
|
+
"Get LKE Cluster Dashboard"
|
|
854
|
+
]
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"displayName": "DELETE /lke/clusters/{clusterId}/kubeconfig",
|
|
860
|
+
"name": "operation",
|
|
861
|
+
"type": "notice",
|
|
862
|
+
"typeOptions": {
|
|
863
|
+
"theme": "info"
|
|
864
|
+
},
|
|
865
|
+
"default": "",
|
|
866
|
+
"displayOptions": {
|
|
867
|
+
"show": {
|
|
868
|
+
"resource": [
|
|
869
|
+
"Linode Kubernetes Engine LKE"
|
|
870
|
+
],
|
|
871
|
+
"operation": [
|
|
872
|
+
"Delete LKE Cluster Kubeconfig"
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"displayName": "Bearer Token",
|
|
879
|
+
"name": "security_personalaccesstoken",
|
|
880
|
+
"type": "string",
|
|
881
|
+
"default": "",
|
|
882
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
883
|
+
"required": false,
|
|
884
|
+
"routing": {
|
|
885
|
+
"request": {
|
|
886
|
+
"headers": {
|
|
887
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"displayOptions": {
|
|
892
|
+
"show": {
|
|
893
|
+
"resource": [
|
|
894
|
+
"Linode Kubernetes Engine LKE"
|
|
895
|
+
],
|
|
896
|
+
"operation": [
|
|
897
|
+
"Delete LKE Cluster Kubeconfig"
|
|
898
|
+
]
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"displayName": "GET /lke/clusters/{clusterId}/kubeconfig",
|
|
904
|
+
"name": "operation",
|
|
905
|
+
"type": "notice",
|
|
906
|
+
"typeOptions": {
|
|
907
|
+
"theme": "info"
|
|
908
|
+
},
|
|
909
|
+
"default": "",
|
|
910
|
+
"displayOptions": {
|
|
911
|
+
"show": {
|
|
912
|
+
"resource": [
|
|
913
|
+
"Linode Kubernetes Engine LKE"
|
|
914
|
+
],
|
|
915
|
+
"operation": [
|
|
916
|
+
"Get LKE Cluster Kubeconfig"
|
|
917
|
+
]
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"displayName": "Bearer Token",
|
|
923
|
+
"name": "security_personalaccesstoken",
|
|
924
|
+
"type": "string",
|
|
925
|
+
"default": "",
|
|
926
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
927
|
+
"required": false,
|
|
928
|
+
"routing": {
|
|
929
|
+
"request": {
|
|
930
|
+
"headers": {
|
|
931
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"displayOptions": {
|
|
936
|
+
"show": {
|
|
937
|
+
"resource": [
|
|
938
|
+
"Linode Kubernetes Engine LKE"
|
|
939
|
+
],
|
|
940
|
+
"operation": [
|
|
941
|
+
"Get LKE Cluster Kubeconfig"
|
|
942
|
+
]
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"displayName": "DELETE /lke/clusters/{clusterId}/nodes/{nodeId}",
|
|
948
|
+
"name": "operation",
|
|
949
|
+
"type": "notice",
|
|
950
|
+
"typeOptions": {
|
|
951
|
+
"theme": "info"
|
|
952
|
+
},
|
|
953
|
+
"default": "",
|
|
954
|
+
"displayOptions": {
|
|
955
|
+
"show": {
|
|
956
|
+
"resource": [
|
|
957
|
+
"Linode Kubernetes Engine LKE"
|
|
958
|
+
],
|
|
959
|
+
"operation": [
|
|
960
|
+
"Delete LKE Cluster Node"
|
|
961
|
+
]
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"displayName": "Bearer Token",
|
|
967
|
+
"name": "security_personalaccesstoken",
|
|
968
|
+
"type": "string",
|
|
969
|
+
"default": "",
|
|
970
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
971
|
+
"required": false,
|
|
972
|
+
"routing": {
|
|
973
|
+
"request": {
|
|
974
|
+
"headers": {
|
|
975
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"displayOptions": {
|
|
980
|
+
"show": {
|
|
981
|
+
"resource": [
|
|
982
|
+
"Linode Kubernetes Engine LKE"
|
|
983
|
+
],
|
|
984
|
+
"operation": [
|
|
985
|
+
"Delete LKE Cluster Node"
|
|
986
|
+
]
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"displayName": "GET /lke/clusters/{clusterId}/nodes/{nodeId}",
|
|
992
|
+
"name": "operation",
|
|
993
|
+
"type": "notice",
|
|
994
|
+
"typeOptions": {
|
|
995
|
+
"theme": "info"
|
|
996
|
+
},
|
|
997
|
+
"default": "",
|
|
998
|
+
"displayOptions": {
|
|
999
|
+
"show": {
|
|
1000
|
+
"resource": [
|
|
1001
|
+
"Linode Kubernetes Engine LKE"
|
|
1002
|
+
],
|
|
1003
|
+
"operation": [
|
|
1004
|
+
"Get LKE Cluster Node"
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"displayName": "Bearer Token",
|
|
1011
|
+
"name": "security_personalaccesstoken",
|
|
1012
|
+
"type": "string",
|
|
1013
|
+
"default": "",
|
|
1014
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1015
|
+
"required": false,
|
|
1016
|
+
"routing": {
|
|
1017
|
+
"request": {
|
|
1018
|
+
"headers": {
|
|
1019
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"displayOptions": {
|
|
1024
|
+
"show": {
|
|
1025
|
+
"resource": [
|
|
1026
|
+
"Linode Kubernetes Engine LKE"
|
|
1027
|
+
],
|
|
1028
|
+
"operation": [
|
|
1029
|
+
"Get LKE Cluster Node"
|
|
1030
|
+
]
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"displayName": "POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle",
|
|
1036
|
+
"name": "operation",
|
|
1037
|
+
"type": "notice",
|
|
1038
|
+
"typeOptions": {
|
|
1039
|
+
"theme": "info"
|
|
1040
|
+
},
|
|
1041
|
+
"default": "",
|
|
1042
|
+
"displayOptions": {
|
|
1043
|
+
"show": {
|
|
1044
|
+
"resource": [
|
|
1045
|
+
"Linode Kubernetes Engine LKE"
|
|
1046
|
+
],
|
|
1047
|
+
"operation": [
|
|
1048
|
+
"Post LKE Cluster Node Recycle"
|
|
1049
|
+
]
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"displayName": "Bearer Token",
|
|
1055
|
+
"name": "security_personalaccesstoken",
|
|
1056
|
+
"type": "string",
|
|
1057
|
+
"default": "",
|
|
1058
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1059
|
+
"required": false,
|
|
1060
|
+
"routing": {
|
|
1061
|
+
"request": {
|
|
1062
|
+
"headers": {
|
|
1063
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"displayOptions": {
|
|
1068
|
+
"show": {
|
|
1069
|
+
"resource": [
|
|
1070
|
+
"Linode Kubernetes Engine LKE"
|
|
1071
|
+
],
|
|
1072
|
+
"operation": [
|
|
1073
|
+
"Post LKE Cluster Node Recycle"
|
|
1074
|
+
]
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"displayName": "GET /lke/clusters/{clusterId}/pools",
|
|
1080
|
+
"name": "operation",
|
|
1081
|
+
"type": "notice",
|
|
1082
|
+
"typeOptions": {
|
|
1083
|
+
"theme": "info"
|
|
1084
|
+
},
|
|
1085
|
+
"default": "",
|
|
1086
|
+
"displayOptions": {
|
|
1087
|
+
"show": {
|
|
1088
|
+
"resource": [
|
|
1089
|
+
"Linode Kubernetes Engine LKE"
|
|
1090
|
+
],
|
|
1091
|
+
"operation": [
|
|
1092
|
+
"Get LKE Cluster Pools"
|
|
1093
|
+
]
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"displayName": "Bearer Token",
|
|
1099
|
+
"name": "security_personalaccesstoken",
|
|
1100
|
+
"type": "string",
|
|
1101
|
+
"default": "",
|
|
1102
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1103
|
+
"required": false,
|
|
1104
|
+
"routing": {
|
|
1105
|
+
"request": {
|
|
1106
|
+
"headers": {
|
|
1107
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"displayOptions": {
|
|
1112
|
+
"show": {
|
|
1113
|
+
"resource": [
|
|
1114
|
+
"Linode Kubernetes Engine LKE"
|
|
1115
|
+
],
|
|
1116
|
+
"operation": [
|
|
1117
|
+
"Get LKE Cluster Pools"
|
|
1118
|
+
]
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"displayName": "POST /lke/clusters/{clusterId}/pools",
|
|
1124
|
+
"name": "operation",
|
|
1125
|
+
"type": "notice",
|
|
1126
|
+
"typeOptions": {
|
|
1127
|
+
"theme": "info"
|
|
1128
|
+
},
|
|
1129
|
+
"default": "",
|
|
1130
|
+
"displayOptions": {
|
|
1131
|
+
"show": {
|
|
1132
|
+
"resource": [
|
|
1133
|
+
"Linode Kubernetes Engine LKE"
|
|
1134
|
+
],
|
|
1135
|
+
"operation": [
|
|
1136
|
+
"Post LKE Cluster Pools"
|
|
1137
|
+
]
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"displayName": "Autoscaler",
|
|
1143
|
+
"name": "autoscaler",
|
|
1144
|
+
"type": "json",
|
|
1145
|
+
"default": "{\n \"enabled\": true,\n \"max\": 12,\n \"min\": 3\n}",
|
|
1146
|
+
"description": "When enabled, the number of nodes autoscales within the defined minimum and maximum values.\n\nWhen making a request, `max` and `min` require each other.\n",
|
|
1147
|
+
"routing": {
|
|
1148
|
+
"send": {
|
|
1149
|
+
"property": "autoscaler",
|
|
1150
|
+
"propertyInDotNotation": false,
|
|
1151
|
+
"type": "body",
|
|
1152
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"displayOptions": {
|
|
1156
|
+
"show": {
|
|
1157
|
+
"resource": [
|
|
1158
|
+
"Linode Kubernetes Engine LKE"
|
|
1159
|
+
],
|
|
1160
|
+
"operation": [
|
|
1161
|
+
"Post LKE Cluster Pools"
|
|
1162
|
+
]
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"displayName": "Count",
|
|
1168
|
+
"name": "count",
|
|
1169
|
+
"type": "number",
|
|
1170
|
+
"default": 6,
|
|
1171
|
+
"description": "The number of nodes in the Node Pool.",
|
|
1172
|
+
"routing": {
|
|
1173
|
+
"send": {
|
|
1174
|
+
"property": "count",
|
|
1175
|
+
"propertyInDotNotation": false,
|
|
1176
|
+
"type": "body",
|
|
1177
|
+
"value": "={{ $value }}"
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
"displayOptions": {
|
|
1181
|
+
"show": {
|
|
1182
|
+
"resource": [
|
|
1183
|
+
"Linode Kubernetes Engine LKE"
|
|
1184
|
+
],
|
|
1185
|
+
"operation": [
|
|
1186
|
+
"Post LKE Cluster Pools"
|
|
1187
|
+
]
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"displayName": "Disks",
|
|
1193
|
+
"name": "disks",
|
|
1194
|
+
"type": "json",
|
|
1195
|
+
"default": "[\n {\n \"size\": 1024,\n \"type\": \"ext-4\"\n }\n]",
|
|
1196
|
+
"description": "**Note**: This field should be omitted except for special use cases. The disks specified here are\npartitions in *addition* to the primary partition and reduce the size of the primary partition,\nwhich can lead to stability problems for the Node.\n\nThis Node Pool's custom disk layout. Each item in this array will create a new disk\npartition for each node in this Node Pool.\n\n * The custom disk layout is applied to each node in this Node Pool.\n * The maximum number of custom disk partitions that can be configured is 7.\n * Once the requested disk paritions are allocated, the remaining disk space is allocated to the node's boot disk.\n * A Node Pool's custom disk layout is immutable over the lifetime of the Node Pool.\n",
|
|
1197
|
+
"routing": {
|
|
1198
|
+
"send": {
|
|
1199
|
+
"property": "disks",
|
|
1200
|
+
"propertyInDotNotation": false,
|
|
1201
|
+
"type": "body",
|
|
1202
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
"displayOptions": {
|
|
1206
|
+
"show": {
|
|
1207
|
+
"resource": [
|
|
1208
|
+
"Linode Kubernetes Engine LKE"
|
|
1209
|
+
],
|
|
1210
|
+
"operation": [
|
|
1211
|
+
"Post LKE Cluster Pools"
|
|
1212
|
+
]
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"displayName": "Tags",
|
|
1218
|
+
"name": "tags",
|
|
1219
|
+
"type": "json",
|
|
1220
|
+
"default": "[\n \"example tag\",\n \"another example\"\n]",
|
|
1221
|
+
"description": "An array of tags applied to this object. Tags are for organizational purposes only.\n",
|
|
1222
|
+
"routing": {
|
|
1223
|
+
"send": {
|
|
1224
|
+
"property": "tags",
|
|
1225
|
+
"propertyInDotNotation": false,
|
|
1226
|
+
"type": "body",
|
|
1227
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
"displayOptions": {
|
|
1231
|
+
"show": {
|
|
1232
|
+
"resource": [
|
|
1233
|
+
"Linode Kubernetes Engine LKE"
|
|
1234
|
+
],
|
|
1235
|
+
"operation": [
|
|
1236
|
+
"Post LKE Cluster Pools"
|
|
1237
|
+
]
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"displayName": "Type",
|
|
1243
|
+
"name": "type",
|
|
1244
|
+
"type": "string",
|
|
1245
|
+
"default": "g6-standard-4",
|
|
1246
|
+
"description": "The Linode Type for all of the nodes in the Node Pool.",
|
|
1247
|
+
"routing": {
|
|
1248
|
+
"send": {
|
|
1249
|
+
"property": "type",
|
|
1250
|
+
"propertyInDotNotation": false,
|
|
1251
|
+
"type": "body",
|
|
1252
|
+
"value": "={{ $value }}"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"displayOptions": {
|
|
1256
|
+
"show": {
|
|
1257
|
+
"resource": [
|
|
1258
|
+
"Linode Kubernetes Engine LKE"
|
|
1259
|
+
],
|
|
1260
|
+
"operation": [
|
|
1261
|
+
"Post LKE Cluster Pools"
|
|
1262
|
+
]
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"displayName": "Bearer Token",
|
|
1268
|
+
"name": "security_personalaccesstoken",
|
|
1269
|
+
"type": "string",
|
|
1270
|
+
"default": "",
|
|
1271
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1272
|
+
"required": false,
|
|
1273
|
+
"routing": {
|
|
1274
|
+
"request": {
|
|
1275
|
+
"headers": {
|
|
1276
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"displayOptions": {
|
|
1281
|
+
"show": {
|
|
1282
|
+
"resource": [
|
|
1283
|
+
"Linode Kubernetes Engine LKE"
|
|
1284
|
+
],
|
|
1285
|
+
"operation": [
|
|
1286
|
+
"Post LKE Cluster Pools"
|
|
1287
|
+
]
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"displayName": "DELETE /lke/clusters/{clusterId}/pools/{poolId}",
|
|
1293
|
+
"name": "operation",
|
|
1294
|
+
"type": "notice",
|
|
1295
|
+
"typeOptions": {
|
|
1296
|
+
"theme": "info"
|
|
1297
|
+
},
|
|
1298
|
+
"default": "",
|
|
1299
|
+
"displayOptions": {
|
|
1300
|
+
"show": {
|
|
1301
|
+
"resource": [
|
|
1302
|
+
"Linode Kubernetes Engine LKE"
|
|
1303
|
+
],
|
|
1304
|
+
"operation": [
|
|
1305
|
+
"Delete LKE Node Pool"
|
|
1306
|
+
]
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"displayName": "Bearer Token",
|
|
1312
|
+
"name": "security_personalaccesstoken",
|
|
1313
|
+
"type": "string",
|
|
1314
|
+
"default": "",
|
|
1315
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1316
|
+
"required": false,
|
|
1317
|
+
"routing": {
|
|
1318
|
+
"request": {
|
|
1319
|
+
"headers": {
|
|
1320
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"displayOptions": {
|
|
1325
|
+
"show": {
|
|
1326
|
+
"resource": [
|
|
1327
|
+
"Linode Kubernetes Engine LKE"
|
|
1328
|
+
],
|
|
1329
|
+
"operation": [
|
|
1330
|
+
"Delete LKE Node Pool"
|
|
1331
|
+
]
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"displayName": "GET /lke/clusters/{clusterId}/pools/{poolId}",
|
|
1337
|
+
"name": "operation",
|
|
1338
|
+
"type": "notice",
|
|
1339
|
+
"typeOptions": {
|
|
1340
|
+
"theme": "info"
|
|
1341
|
+
},
|
|
1342
|
+
"default": "",
|
|
1343
|
+
"displayOptions": {
|
|
1344
|
+
"show": {
|
|
1345
|
+
"resource": [
|
|
1346
|
+
"Linode Kubernetes Engine LKE"
|
|
1347
|
+
],
|
|
1348
|
+
"operation": [
|
|
1349
|
+
"Get LKE Node Pool"
|
|
1350
|
+
]
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"displayName": "Bearer Token",
|
|
1356
|
+
"name": "security_personalaccesstoken",
|
|
1357
|
+
"type": "string",
|
|
1358
|
+
"default": "",
|
|
1359
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1360
|
+
"required": false,
|
|
1361
|
+
"routing": {
|
|
1362
|
+
"request": {
|
|
1363
|
+
"headers": {
|
|
1364
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
"displayOptions": {
|
|
1369
|
+
"show": {
|
|
1370
|
+
"resource": [
|
|
1371
|
+
"Linode Kubernetes Engine LKE"
|
|
1372
|
+
],
|
|
1373
|
+
"operation": [
|
|
1374
|
+
"Get LKE Node Pool"
|
|
1375
|
+
]
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"displayName": "PUT /lke/clusters/{clusterId}/pools/{poolId}",
|
|
1381
|
+
"name": "operation",
|
|
1382
|
+
"type": "notice",
|
|
1383
|
+
"typeOptions": {
|
|
1384
|
+
"theme": "info"
|
|
1385
|
+
},
|
|
1386
|
+
"default": "",
|
|
1387
|
+
"displayOptions": {
|
|
1388
|
+
"show": {
|
|
1389
|
+
"resource": [
|
|
1390
|
+
"Linode Kubernetes Engine LKE"
|
|
1391
|
+
],
|
|
1392
|
+
"operation": [
|
|
1393
|
+
"Put LKE Node Pool"
|
|
1394
|
+
]
|
|
1395
|
+
}
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"displayName": "Autoscaler",
|
|
1400
|
+
"name": "autoscaler",
|
|
1401
|
+
"type": "json",
|
|
1402
|
+
"default": "{\n \"enabled\": true,\n \"max\": 12,\n \"min\": 3\n}",
|
|
1403
|
+
"description": "When enabled, the number of nodes autoscales within the defined minimum and maximum values.\n\nWhen making a request, `max` and `min` require each other.\n",
|
|
1404
|
+
"routing": {
|
|
1405
|
+
"send": {
|
|
1406
|
+
"property": "autoscaler",
|
|
1407
|
+
"propertyInDotNotation": false,
|
|
1408
|
+
"type": "body",
|
|
1409
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"displayOptions": {
|
|
1413
|
+
"show": {
|
|
1414
|
+
"resource": [
|
|
1415
|
+
"Linode Kubernetes Engine LKE"
|
|
1416
|
+
],
|
|
1417
|
+
"operation": [
|
|
1418
|
+
"Put LKE Node Pool"
|
|
1419
|
+
]
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"displayName": "Count",
|
|
1425
|
+
"name": "count",
|
|
1426
|
+
"type": "number",
|
|
1427
|
+
"default": 6,
|
|
1428
|
+
"description": "The number of nodes in the Node Pool.",
|
|
1429
|
+
"routing": {
|
|
1430
|
+
"send": {
|
|
1431
|
+
"property": "count",
|
|
1432
|
+
"propertyInDotNotation": false,
|
|
1433
|
+
"type": "body",
|
|
1434
|
+
"value": "={{ $value }}"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
"displayOptions": {
|
|
1438
|
+
"show": {
|
|
1439
|
+
"resource": [
|
|
1440
|
+
"Linode Kubernetes Engine LKE"
|
|
1441
|
+
],
|
|
1442
|
+
"operation": [
|
|
1443
|
+
"Put LKE Node Pool"
|
|
1444
|
+
]
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"displayName": "Bearer Token",
|
|
1450
|
+
"name": "security_personalaccesstoken",
|
|
1451
|
+
"type": "string",
|
|
1452
|
+
"default": "",
|
|
1453
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1454
|
+
"required": false,
|
|
1455
|
+
"routing": {
|
|
1456
|
+
"request": {
|
|
1457
|
+
"headers": {
|
|
1458
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"displayOptions": {
|
|
1463
|
+
"show": {
|
|
1464
|
+
"resource": [
|
|
1465
|
+
"Linode Kubernetes Engine LKE"
|
|
1466
|
+
],
|
|
1467
|
+
"operation": [
|
|
1468
|
+
"Put LKE Node Pool"
|
|
1469
|
+
]
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"displayName": "POST /lke/clusters/{clusterId}/pools/{poolId}/recycle",
|
|
1475
|
+
"name": "operation",
|
|
1476
|
+
"type": "notice",
|
|
1477
|
+
"typeOptions": {
|
|
1478
|
+
"theme": "info"
|
|
1479
|
+
},
|
|
1480
|
+
"default": "",
|
|
1481
|
+
"displayOptions": {
|
|
1482
|
+
"show": {
|
|
1483
|
+
"resource": [
|
|
1484
|
+
"Linode Kubernetes Engine LKE"
|
|
1485
|
+
],
|
|
1486
|
+
"operation": [
|
|
1487
|
+
"Post LKE Cluster Pool Recycle"
|
|
1488
|
+
]
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"displayName": "Bearer Token",
|
|
1494
|
+
"name": "security_personalaccesstoken",
|
|
1495
|
+
"type": "string",
|
|
1496
|
+
"default": "",
|
|
1497
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1498
|
+
"required": false,
|
|
1499
|
+
"routing": {
|
|
1500
|
+
"request": {
|
|
1501
|
+
"headers": {
|
|
1502
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"displayOptions": {
|
|
1507
|
+
"show": {
|
|
1508
|
+
"resource": [
|
|
1509
|
+
"Linode Kubernetes Engine LKE"
|
|
1510
|
+
],
|
|
1511
|
+
"operation": [
|
|
1512
|
+
"Post LKE Cluster Pool Recycle"
|
|
1513
|
+
]
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"displayName": "POST /lke/clusters/{clusterId}/recycle",
|
|
1519
|
+
"name": "operation",
|
|
1520
|
+
"type": "notice",
|
|
1521
|
+
"typeOptions": {
|
|
1522
|
+
"theme": "info"
|
|
1523
|
+
},
|
|
1524
|
+
"default": "",
|
|
1525
|
+
"displayOptions": {
|
|
1526
|
+
"show": {
|
|
1527
|
+
"resource": [
|
|
1528
|
+
"Linode Kubernetes Engine LKE"
|
|
1529
|
+
],
|
|
1530
|
+
"operation": [
|
|
1531
|
+
"Post LKE Cluster Recycle"
|
|
1532
|
+
]
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"displayName": "Bearer Token",
|
|
1538
|
+
"name": "security_personalaccesstoken",
|
|
1539
|
+
"type": "string",
|
|
1540
|
+
"default": "",
|
|
1541
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1542
|
+
"required": false,
|
|
1543
|
+
"routing": {
|
|
1544
|
+
"request": {
|
|
1545
|
+
"headers": {
|
|
1546
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"displayOptions": {
|
|
1551
|
+
"show": {
|
|
1552
|
+
"resource": [
|
|
1553
|
+
"Linode Kubernetes Engine LKE"
|
|
1554
|
+
],
|
|
1555
|
+
"operation": [
|
|
1556
|
+
"Post LKE Cluster Recycle"
|
|
1557
|
+
]
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"displayName": "POST /lke/clusters/{clusterId}/regenerate",
|
|
1563
|
+
"name": "operation",
|
|
1564
|
+
"type": "notice",
|
|
1565
|
+
"typeOptions": {
|
|
1566
|
+
"theme": "info"
|
|
1567
|
+
},
|
|
1568
|
+
"default": "",
|
|
1569
|
+
"displayOptions": {
|
|
1570
|
+
"show": {
|
|
1571
|
+
"resource": [
|
|
1572
|
+
"Linode Kubernetes Engine LKE"
|
|
1573
|
+
],
|
|
1574
|
+
"operation": [
|
|
1575
|
+
"Post LKE Cluster Regenerate"
|
|
1576
|
+
]
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"displayName": "Kubeconfig",
|
|
1582
|
+
"name": "kubeconfig",
|
|
1583
|
+
"type": "boolean",
|
|
1584
|
+
"default": true,
|
|
1585
|
+
"description": "Whether to delete and regenerate the Kubeconfig file for this Cluster.\n",
|
|
1586
|
+
"routing": {
|
|
1587
|
+
"send": {
|
|
1588
|
+
"property": "kubeconfig",
|
|
1589
|
+
"propertyInDotNotation": false,
|
|
1590
|
+
"type": "body",
|
|
1591
|
+
"value": "={{ $value }}"
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
"displayOptions": {
|
|
1595
|
+
"show": {
|
|
1596
|
+
"resource": [
|
|
1597
|
+
"Linode Kubernetes Engine LKE"
|
|
1598
|
+
],
|
|
1599
|
+
"operation": [
|
|
1600
|
+
"Post LKE Cluster Regenerate"
|
|
1601
|
+
]
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"displayName": "Servicetoken",
|
|
1607
|
+
"name": "servicetoken",
|
|
1608
|
+
"type": "boolean",
|
|
1609
|
+
"default": true,
|
|
1610
|
+
"description": "Whether to delete and regenerate the service access token for this Cluster.\n",
|
|
1611
|
+
"routing": {
|
|
1612
|
+
"send": {
|
|
1613
|
+
"property": "servicetoken",
|
|
1614
|
+
"propertyInDotNotation": false,
|
|
1615
|
+
"type": "body",
|
|
1616
|
+
"value": "={{ $value }}"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"displayOptions": {
|
|
1620
|
+
"show": {
|
|
1621
|
+
"resource": [
|
|
1622
|
+
"Linode Kubernetes Engine LKE"
|
|
1623
|
+
],
|
|
1624
|
+
"operation": [
|
|
1625
|
+
"Post LKE Cluster Regenerate"
|
|
1626
|
+
]
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"displayName": "Bearer Token",
|
|
1632
|
+
"name": "security_personalaccesstoken",
|
|
1633
|
+
"type": "string",
|
|
1634
|
+
"default": "",
|
|
1635
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1636
|
+
"required": false,
|
|
1637
|
+
"routing": {
|
|
1638
|
+
"request": {
|
|
1639
|
+
"headers": {
|
|
1640
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"displayOptions": {
|
|
1645
|
+
"show": {
|
|
1646
|
+
"resource": [
|
|
1647
|
+
"Linode Kubernetes Engine LKE"
|
|
1648
|
+
],
|
|
1649
|
+
"operation": [
|
|
1650
|
+
"Post LKE Cluster Regenerate"
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"displayName": "DELETE /lke/clusters/{clusterId}/servicetoken",
|
|
1657
|
+
"name": "operation",
|
|
1658
|
+
"type": "notice",
|
|
1659
|
+
"typeOptions": {
|
|
1660
|
+
"theme": "info"
|
|
1661
|
+
},
|
|
1662
|
+
"default": "",
|
|
1663
|
+
"displayOptions": {
|
|
1664
|
+
"show": {
|
|
1665
|
+
"resource": [
|
|
1666
|
+
"Linode Kubernetes Engine LKE"
|
|
1667
|
+
],
|
|
1668
|
+
"operation": [
|
|
1669
|
+
"Post LKEC Service Token Delete"
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"displayName": "Bearer Token",
|
|
1676
|
+
"name": "security_personalaccesstoken",
|
|
1677
|
+
"type": "string",
|
|
1678
|
+
"default": "",
|
|
1679
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1680
|
+
"required": false,
|
|
1681
|
+
"routing": {
|
|
1682
|
+
"request": {
|
|
1683
|
+
"headers": {
|
|
1684
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"displayOptions": {
|
|
1689
|
+
"show": {
|
|
1690
|
+
"resource": [
|
|
1691
|
+
"Linode Kubernetes Engine LKE"
|
|
1692
|
+
],
|
|
1693
|
+
"operation": [
|
|
1694
|
+
"Post LKEC Service Token Delete"
|
|
1695
|
+
]
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"displayName": "GET /lke/versions",
|
|
1701
|
+
"name": "operation",
|
|
1702
|
+
"type": "notice",
|
|
1703
|
+
"typeOptions": {
|
|
1704
|
+
"theme": "info"
|
|
1705
|
+
},
|
|
1706
|
+
"default": "",
|
|
1707
|
+
"displayOptions": {
|
|
1708
|
+
"show": {
|
|
1709
|
+
"resource": [
|
|
1710
|
+
"Linode Kubernetes Engine LKE"
|
|
1711
|
+
],
|
|
1712
|
+
"operation": [
|
|
1713
|
+
"Get LKE Versions"
|
|
1714
|
+
]
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"displayName": "Bearer Token",
|
|
1720
|
+
"name": "security_personalaccesstoken",
|
|
1721
|
+
"type": "string",
|
|
1722
|
+
"default": "",
|
|
1723
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1724
|
+
"required": false,
|
|
1725
|
+
"routing": {
|
|
1726
|
+
"request": {
|
|
1727
|
+
"headers": {
|
|
1728
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
"displayOptions": {
|
|
1733
|
+
"show": {
|
|
1734
|
+
"resource": [
|
|
1735
|
+
"Linode Kubernetes Engine LKE"
|
|
1736
|
+
],
|
|
1737
|
+
"operation": [
|
|
1738
|
+
"Get LKE Versions"
|
|
1739
|
+
]
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"displayName": "GET /lke/versions/{version}",
|
|
1745
|
+
"name": "operation",
|
|
1746
|
+
"type": "notice",
|
|
1747
|
+
"typeOptions": {
|
|
1748
|
+
"theme": "info"
|
|
1749
|
+
},
|
|
1750
|
+
"default": "",
|
|
1751
|
+
"displayOptions": {
|
|
1752
|
+
"show": {
|
|
1753
|
+
"resource": [
|
|
1754
|
+
"Linode Kubernetes Engine LKE"
|
|
1755
|
+
],
|
|
1756
|
+
"operation": [
|
|
1757
|
+
"Get LKE Version"
|
|
1758
|
+
]
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"displayName": "Bearer Token",
|
|
1764
|
+
"name": "security_personalaccesstoken",
|
|
1765
|
+
"type": "string",
|
|
1766
|
+
"default": "",
|
|
1767
|
+
"description": "HTTP bearer authentication for personalAccessToken",
|
|
1768
|
+
"required": false,
|
|
1769
|
+
"routing": {
|
|
1770
|
+
"request": {
|
|
1771
|
+
"headers": {
|
|
1772
|
+
"Authorization": "={{ 'Bearer ' + $value }}"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
"displayOptions": {
|
|
1777
|
+
"show": {
|
|
1778
|
+
"resource": [
|
|
1779
|
+
"Linode Kubernetes Engine LKE"
|
|
1780
|
+
],
|
|
1781
|
+
"operation": [
|
|
1782
|
+
"Get LKE Version"
|
|
1783
|
+
]
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
];
|
|
1788
|
+
//# sourceMappingURL=index.js.map
|