@kubernetes-models/keda
Version:
KEDA(Kubernetes Event-driven Autoscaling) models
7 lines (6 loc) • 315 B
TypeScript
/**
* VaultSecretType defines the type of vault secret
*/
export type IVaultSecretType = string;
export type VaultSecretType = IVaultSecretType;
export type { IVaultSecretType as IComGithubKedacoreKedaV2ApisKedaV1alpha1VaultSecretType, VaultSecretType as ComGithubKedacoreKedaV2ApisKedaV1alpha1VaultSecretType };