@kubernetes-models/keda
Version:
KEDA(Kubernetes Event-driven Autoscaling) models
7 lines (6 loc) • 356 B
TypeScript
/**
* HealthStatusType is an indication of whether the health status is happy or failing
*/
export type IHealthStatusType = string;
export type HealthStatusType = IHealthStatusType;
export type { IHealthStatusType as IComGithubKedacoreKedaV2ApisKedaV1alpha1HealthStatusType, HealthStatusType as ComGithubKedacoreKedaV2ApisKedaV1alpha1HealthStatusType };