@digitalocean/dots - v1.0.1
    Preparing search index...

    To request clusterlint diagnostics for your cluster, send a GET request to/v2/kubernetes/clusters/$K8S_CLUSTER_ID/clusterlint. If the run_id queryparameter is provided, then the diagnostics for the specific run is fetched.By default, the latest results are shown.To find out how to address clusterlint feedback, please refer tothe clusterlint check documentation.

    interface ClusterlintRequestBuilderGetQueryParameters {
        runId?: string;
    }
    Index

    Properties

    Properties

    runId?: string

    Specifies the clusterlint run whose results will be retrieved.