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

    Type Alias PostLkeClusterRecycleData

    type PostLkeClusterRecycleData = {
        body?: never;
        path: { clusterId: number };
        query?: never;
        url: "lke/clusters/{clusterId}/recycle";
    }
    Index

    Properties

    Properties

    body?: never
    path: { clusterId: number }

    Type Declaration

    • clusterId: number

      ID of the Kubernetes cluster which contains nodes to be recycled.

    query?: never
    url: "lke/clusters/{clusterId}/recycle"