pydo.kubernetes.get_cluster_lint_results()
Generated on 4 Jun 2026
from pydo version
v0.35.0
Usage
client.kubernetes.get_cluster_lint_results(
cluster_id="bd5f5959-5e1e-4205-a714-a914373942af",
run_id=None,
)Description
To request clusterlint diagnostics for your cluster, send a GET request to
/v2/kubernetes/clusters/{cluster_id}/clusterlint. If the run_id query
parameter 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 to the clusterlint check documentation.
Parameters
cluster_idstring requiredA unique ID that can be used to reference a Kubernetes cluster.
run_idstring optionalSpecifies the clusterlint run whose results will be retrieved.
Request Sample
Response Example
More Information
See /v2/kubernetes/clusters/{cluster_id}/clusterlint in the API reference for additional detail on responses, headers, parameters, and more.