Document the proxy endpoint

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
Jamie Klassen
2023-01-30 09:11:36 -05:00
parent 5673da2bcb
commit a53d06afe5
5 changed files with 99 additions and 3 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ export class GoogleServiceAccountAuthTranslator
): Promise<GKEClusterDetails>;
}
// @alpha
// @public
export const HEADER_KUBERNETES_CLUSTER: string;
// @alpha (undocumented)
@@ -32,7 +32,7 @@ export const APPLICATION_JSON: string = 'application/json';
/**
* The header that is used to specify the cluster name.
*
* @alpha
* @public
*/
export const HEADER_KUBERNETES_CLUSTER: string = 'X-Kubernetes-Cluster';