pydo.kubernetes.list_associated_resources()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.kubernetes.list_associated_resources(
cluster_id="bd5f5959-5e1e-4205-a714-a914373942af",
)Description
To list the associated billable resources that can be destroyed along with a cluster, send a GET request to the /v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources endpoint.
Parameters
cluster_idstring requiredA unique ID that can be used to reference a Kubernetes cluster.
Request Sample
Response Example
More Information
See /v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources in the API reference for additional detail on responses, headers, parameters, and more.