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

    Variable getLkeClusterApiEndpointsResponseSchemaConst

    getLkeClusterApiEndpointsResponseSchema: ZodObject<
        {
            data: ZodArray<ZodObject<{ endpoint: ZodReadonly<ZodString> }, $strip>>;
            page: ZodReadonly<ZodInt>;
            pages: ZodReadonly<ZodInt>;
            results: ZodReadonly<ZodInt>;
        },
        $strip,
    > = ...

    Returns the Kubernetes API server endpoints for this cluster.