Document the proxy endpoint
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user