mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-05 23:57:12 +00:00
Add CLI caching of cluster-specific credentials.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
invalid YAML
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
apiVersion: config.supervisor.pinniped.dev/v1alpha1
|
||||
kind: CredentialCache
|
||||
credentials:
|
||||
- key: "test-key"
|
||||
creationTimestamp: "2020-10-20T18:42:07Z"
|
||||
lastUsedTimestamp: "2020-10-20T18:45:31Z"
|
||||
credential:
|
||||
expirationTimestamp: "2020-10-20T19:46:30Z"
|
||||
token: "test-token"
|
||||
@@ -0,0 +1,3 @@
|
||||
apiVersion: config.supervisor.pinniped.dev/v2alpha6
|
||||
kind: NotACredentialCache
|
||||
credentials: []
|
||||
Reference in New Issue
Block a user