ProxyAuthK8s Docs
ApiProxy_clusters

Cluster redirect

Last updated on

GET
/clusters/{ns}/{cluster}/{path}

Redirect to the cluster if exists.

Path Parameters

ns*string

Namespace containing the cluster.

cluster*string

Cluster name, must match an enabled cluster in the namespace.

path*string

Corresponding path to resource given to the kube api server.

Response Body

curl -X GET "https://example.com/clusters/string/string/string"
Empty

Have feedback?

Share on GitHub