We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915f755 commit f68b0acCopy full SHA for f68b0ac
packages/clients/src/api/secret/v1alpha1/types.gen.ts
@@ -20,7 +20,11 @@ export type Product = 'unknown'
20
21
export type SecretStatus = 'ready' | 'locked'
22
23
-export type SecretType = 'unknown_secret_type' | 'opaque' | 'certificate'
+export type SecretType =
24
+ | 'unknown_secret_type'
25
+ | 'opaque'
26
+ | 'certificate'
27
+ | 'key_value'
28
29
export type SecretVersionStatus =
30
| 'unknown'
0 commit comments