pydo.kubernetes.list_options()
Generated on 8 Jul 2025
from pydo
version
v0.12.0
Description
To list the versions of Kubernetes available for use, the regions that support Kubernetes, and the available node sizes, send a GET request to /v2/kubernetes/options
.
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
resp = client.kubernetes.list_options()
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.