Add changeset and docs for kubernetes oidcTokenProvider feature

Signed-off-by: Daniel Bravo <dbravo@vmware.com>
This commit is contained in:
Daniel Bravo
2022-05-04 11:29:25 -05:00
parent 2f50c323fb
commit 447e060872
5 changed files with 53 additions and 2 deletions
+5 -1
View File
@@ -194,10 +194,14 @@ export interface KubernetesFetchError {
export interface KubernetesRequestBody {
// (undocumented)
auth?: {
google?: string;
google: string;
};
// (undocumented)
entity: Entity;
// (undocumented)
oidc?: {
[key: string]: string;
};
}
// Warning: (ae-missing-release-tag) "ObjectsByEntityResponse" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)