File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -15929,49 +15929,6 @@ components:
1592915929 The number of GPUs this Linode Type offers.
1593015930 example: 0
1593115931 x-linode-cli-display: 11
15932- LKEClusterRequestBody:
15933- type: object
15934- description: A Kubernetes cluster.
15935- properties:
15936- label:
15937- type: string
15938- description: >
15939- This Kubernetes cluster's unique label for display purposes only.
15940-
15941- Labels have the following constraints:
15942-
15943- * Must start with an alpha character
15944- * Must only consist of alphanumeric characters and dashes (`-`)
15945- * Must not contain two dashes in a row
15946- minLength: 3
15947- maxLength: 32
15948- # Kubernetes does NOT allow underscores in resource names and we are
15949- # passing this name to Kubernetes. Thus the following pattern:
15950- pattern: '[a-zA-Z0-9-]{3, 32}'
15951- example: lkecluster12345
15952- region:
15953- type: string
15954- description: This Kubernetes cluster's location.
15955- example: us-central
15956- k8s_version:
15957- type: string
15958- description: >
15959- The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>,
15960- and the latest supported patch version will be deployed.
15961- example: "1.16"
15962- tags:
15963- type: array
15964- description: >
15965- An array of tags applied to the Kubernetes cluster. Tags are for organizational purposes only.
15966- items:
15967- type: string
15968- example:
15969- - ecomm
15970- - blogs
15971- required:
15972- - label
15973- - region
15974- - k8s_version
1597515932 LKECluster:
1597615933 type: object
1597715934 description: A Kubernetes cluster.
You can’t perform that action at this time.
0 commit comments