Skip to content

Commit f6c9413

Browse files
author
hzoppetti
committed
updated version description and removed tag note about node balancers and volumes
1 parent 7656410 commit f6c9413

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

openapi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,8 +6042,8 @@ paths:
60426042
source: >
60436043
linode-cli lke cluster-create \
60446044
--label cluster12345 \
6045-
--region us-east \
6046-
--version 1.14 \
6045+
--region us-central \
6046+
--version 1.16 \
60476047
# you must run subsequent pool-create commands
60486048
/lke/clusters/{clusterId}:
60496049
parameters:
@@ -15414,14 +15414,13 @@ components:
1541415414
version:
1541515415
type: string
1541615416
description: >
15417-
The desired Kubernetes version for this Kubernetes cluster.
15417+
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
15418+
and the latest supported patch version will be deployed.
1541815419
example: "1.16"
1541915420
tags:
1542015421
type: array
1542115422
description: >
15422-
An array of tags applied to the Kubernetes cluster and _all
15423-
resources created by the Kubernetes cluster_ (such as NodeBalancers
15424-
and Volumes). Tags are for organizational purposes only.
15423+
An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.
1542515424
items:
1542615425
type: string
1542715426
example:
@@ -15442,8 +15441,8 @@ components:
1544215441
type: integer
1544315442
description: This Kubernetes cluster's unique ID.
1544415443
readOnly: true
15445-
example: "12345"
1544615444
x-linode-cli-display: 1
15445+
example: 1234
1544715446
created:
1544815447
type: string
1544915448
format: date-time
@@ -15547,7 +15546,8 @@ components:
1554715546
type: string
1554815547
description: >
1554915548
A Kubernetes version number available for deployment
15550-
to a Kubernetes cluster.
15549+
to a Kubernetes cluster in the format of <major>.<minor>,
15550+
and the latest supported patch version.
1555115551
example: "1.16"
1555215552
LongviewClient:
1555315553
type: object

0 commit comments

Comments
 (0)