@kubernetes-models/keda
Version:
KEDA(Kubernetes Event-driven Autoscaling) models
7 lines (6 loc) • 374 B
TypeScript
/**
* VaultAuthentication contains the list of Hashicorp Vault authentication methods
*/
export type IVaultAuthentication = string;
export type VaultAuthentication = IVaultAuthentication;
export type { IVaultAuthentication as IComGithubKedacoreKedaV2ApisKedaV1alpha1VaultAuthentication, VaultAuthentication as ComGithubKedacoreKedaV2ApisKedaV1alpha1VaultAuthentication };