issues
search
cloudydeno
/
deno-kubernetes_client
Typescript library for accessing a Kubernetes API server
https://deno.land/x/kubernetes_client
Apache License 2.0
18
stars
4
forks
source link
feat: Support ExecCredential for Kubeconfigs
#15
Closed
danopia
closed
1 year ago
danopia
commented
1 year ago
This is the 'exec:' block in
$KUBECONFIG
Commonly used for short-lived access tokens in offerings such as Google Kubernetes Engine
Rudimental credential caching is implemented to deduplicate credential fetches
Also updated the kubeconfig schema in general using the latest Kubernetes config-api docs.
Closes #13
$KUBECONFIG