Skip to content

Commit 46b7137

Browse files
committed
Made cluster region and k8s_version filterable
1 parent c686d81 commit 46b7137

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23619,13 +23619,16 @@ components:
2361923619
region:
2362023620
type: string
2362123621
description: This Kubernetes cluster's location.
23622+
x-linode-filterable: true
2362223623
x-linode-cli-display: 3
2362323624
example: us-central
2362423625
k8s_version:
2362523626
type: string
2362623627
description: >
2362723628
The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
2362823629
and the latest supported patch version will be deployed.
23630+
x-linode-filterable: true
23631+
x-linode-cli-display: 4
2362923632
example: "1.24"
2363023633
control_plane:
2363123634
type: object
@@ -23636,6 +23639,7 @@ components:
2363623639
type: boolean
2363723640
description: >
2363823641
Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`.
23642+
x-linode-cli-display: 5
2363923643
example: true
2364023644
tags:
2364123645
x-linode-filterable: true

0 commit comments

Comments
 (0)