@akamai/openapi-ts
    Preparing search index...

    Type Alias GetLkeTiersVersionResponses

    type GetLkeTiersVersionResponses = {
        "200": { id: string; tier: "standard" | "enterprise" };
    }
    Index

    Properties

    Properties

    "200": { id: string; tier: "standard" | "enterprise" }

    Read-only LKE version for a tier.

    Type Declaration

    • Readonlyid: string

      Read-only A Kubernetes version number available for deployment to a Kubernetes cluster in the format of <major>.<minor>, and the latest supported patch version.

    • tier: "standard" | "enterprise"

      Read-only An LKE tier.