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

    Type Alias PostLkeClusterPoolRecycleData

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

    Properties

    Properties

    body?: never
    path: { clusterId: number; poolId: number }

    Type Declaration

    • clusterId: number

      ID of the Kubernetes cluster this Node Pool is attached to.

    • poolId: number

      ID of the Node Pool to be recycled.

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