@@ -1248,6 +1248,7 @@ paths:
1248
1248
x-linode-cli-action: maintenance-list
1249
1249
security:
1250
1250
- personalAccessToken: []
1251
+ - oauth: []
1251
1252
responses:
1252
1253
'200':
1253
1254
description: Returns a paginated list of Maintenance objects.
@@ -6207,7 +6208,7 @@ paths:
6207
6208
-X POST -d '{
6208
6209
"type": "A",
6209
6210
"name": "test",
6210
- "target": "12.34.56.78 ",
6211
+ "target": "203.0.113.1 ",
6211
6212
"priority": 50,
6212
6213
"weight": 50,
6213
6214
"port": 80,
@@ -6221,7 +6222,7 @@ paths:
6221
6222
linode-cli domains records-create 123 \
6222
6223
--type A \
6223
6224
--name test \
6224
- --target 12.34.56.78 \
6225
+ --target 203.0.113.1 \
6225
6226
--priority 50 \
6226
6227
--weight 50 \
6227
6228
--port 80 \
@@ -6308,7 +6309,7 @@ paths:
6308
6309
-X PUT -d '{
6309
6310
"type": "A",
6310
6311
"name": "test",
6311
- "target": "12.34.56.78 ",
6312
+ "target": "203.0.113.1 ",
6312
6313
"priority": 50,
6313
6314
"weight": 50,
6314
6315
"port": 80,
@@ -6323,7 +6324,7 @@ paths:
6323
6324
linode-cli domains records-update 123 234 \
6324
6325
--type A \
6325
6326
--name test \
6326
- --target 12.34.56.78 \
6327
+ --target 203.0.113.1 \
6327
6328
--priority 50 \
6328
6329
--weight 50 \
6329
6330
--port 80 \
@@ -10182,7 +10183,7 @@ paths:
10182
10183
-X POST -d '{
10183
10184
"label": "cluster12345",
10184
10185
"region": "us-central",
10185
- "k8s_version": "1.23 ",
10186
+ "k8s_version": "1.24 ",
10186
10187
"tags": ["ecomm", "blogs"],
10187
10188
"control_plane": {
10188
10189
"high_availability": true
@@ -10209,7 +10210,7 @@ paths:
10209
10210
linode-cli lke cluster-create \
10210
10211
--label cluster12345 \
10211
10212
--region us-central \
10212
- --k8s_version 1.23 \
10213
+ --k8s_version 1.24 \
10213
10214
--control_plane.high_availability true \
10214
10215
--node_pools.type g6-standard-4 --node_pools.count 6 \
10215
10216
--node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10369,7 +10370,7 @@ paths:
10369
10370
linode-cli lke cluster-update 12345 \
10370
10371
--label lkecluster54321 \
10371
10372
--control_plane.high_availability true \
10372
- --k8s_version 1.23 \
10373
+ --k8s_version 1.24 \
10373
10374
--tags ecomm \
10374
10375
--tags blog \
10375
10376
--tags prod \
@@ -11185,10 +11186,10 @@ paths:
11185
11186
- lang: Shell
11186
11187
source: >
11187
11188
curl -H "Authorization: Bearer $TOKEN" \
11188
- https://api.linode.com/v4/lke/versions/1.23
11189
+ https://api.linode.com/v4/lke/versions/1.24
11189
11190
- lang: CLI
11190
11191
source: >
11191
- linode-cli lke version-view 1.23
11192
+ linode-cli lke version-view 1.24
11192
11193
/longview/clients:
11193
11194
x-linode-cli-command: longview
11194
11195
get:
@@ -12393,7 +12394,7 @@ paths:
12393
12394
"ssh": {
12394
12395
"access": true,
12395
12396
"user": "linode",
12396
- "ip": "12.34.56.78 ",
12397
+ "ip": "203.0.113.1 ",
12397
12398
"port": 22
12398
12399
}
12399
12400
}' \
@@ -12405,7 +12406,7 @@ paths:
12405
12406
--ssh.access true \
12406
12407
--ssh.user linode \
12407
12408
--ssh.port 22 \
12408
- --ssh.ip 12.34.56.78
12409
+ --ssh.ip 203.0.113.1
12409
12410
/managed/services:
12410
12411
x-linode-cli-command: managed
12411
12412
get:
@@ -23587,7 +23588,7 @@ components:
23587
23588
description: >
23588
23589
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
23589
23590
and the latest supported patch version will be deployed.
23590
- example: "1.23 "
23591
+ example: "1.24 "
23591
23592
control_plane:
23592
23593
type: object
23593
23594
description: >
@@ -23788,7 +23789,7 @@ components:
23788
23789
A Kubernetes version number available for deployment
23789
23790
to a Kubernetes cluster in the format of <major>.<minor>,
23790
23791
and the latest supported patch version.
23791
- example: "1.23 "
23792
+ example: "1.24 "
23792
23793
LongviewClient:
23793
23794
type: object
23794
23795
description: >
@@ -24277,7 +24278,7 @@ components:
24277
24278
when responding to an Issue.
24278
24279
24279
24280
By default, any of a Linode's IP addresses can be used for incident response access.
24280
- example: "12.34.56.78 "
24281
+ example: "203.0.113.1 "
24281
24282
default: any
24282
24283
port:
24283
24284
type: integer
@@ -24461,7 +24462,7 @@ components:
24461
24462
format: ip
24462
24463
description: >
24463
24464
This NodeBalancer's public IPv4 address.
24464
- example: 12.34.56.78
24465
+ example: 203.0.113.1
24465
24466
readOnly: true
24466
24467
x-linode-cli-display: 5
24467
24468
ipv6:
@@ -26608,7 +26609,7 @@ components:
26608
26609
type: string
26609
26610
description: >
26610
26611
The last IP Address to successfully authenticate with this TrustedDevice.
26611
- example: 12.34.56.78
26612
+ example: 203.0.113.1
26612
26613
readOnly: true
26613
26614
SecurityQuestion:
26614
26615
type: object
0 commit comments