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

    Type Alias GetLkeClusterAclData

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

    Properties

    Properties

    body?: never
    path: { clusterId: number }

    Type Declaration

    • clusterId: number

      ID of the Kubernetes cluster to look up.

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