diff --git a/openapi.yaml b/openapi.yaml index f7063b90c..cff9689e4 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -23843,6 +23843,11 @@ paths: type: "boolean" description: "Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`." additionalProperties: false + apl_enabled: + example: true + type: "boolean" + description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster." + x-linode-cli-display: 0 k8s_version: x-linode-filterable: true example: "1.27" @@ -24026,6 +24031,11 @@ paths: x-linode-cli-display: 5 type: "boolean" description: "Defines whether High Availability is enabled for the Control Plane Components of the cluster. Defaults to `false`." + apl_enabled: + example: true + type: "boolean" + description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster." + x-linode-cli-display: 0 k8s_version: x-linode-filterable: true example: "1.27" @@ -24224,6 +24234,11 @@ paths: x-linode-cli-display: 5 type: "object" 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." + apl_enabled: + example: true + type: "boolean" + description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster." + x-linode-cli-display: 0 created: readOnly: true example: "2019-09-12T21:25:30Z" @@ -48743,7 +48758,12 @@ paths: 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." type: "object" additionalProperties: false - k8s_version: + apl_enabled: + example: true + type: "boolean" + description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster." + x-linode-cli-display: 0 + k8s_version: example: "1.27" x-linode-filterable: true description: "__Filterable__ The desired Kubernetes version for this Kubernetes cluster in the format of <major>.<minor>, and the latest supported patch version will be deployed." @@ -48987,6 +49007,11 @@ paths: type: "boolean" example: true additionalProperties: false + apl_enabled: + example: true + type: "boolean" + description: "Defines whether APL is installed during creation of the LKE cluster. Defaults to `false`. If set to `true`, implies `control_plane.high_availability` set to `true`. Can only be set when creating the cluster." + x-linode-cli-display: 0 tags: example: - "prod"