@kubernetes-models/keda
Version:
KEDA(Kubernetes Event-driven Autoscaling) models
7 lines (6 loc) • 318 B
TypeScript
/**
* ConditionType specifies the available conditions for the resource
*/
export type IConditionType = string;
export type ConditionType = IConditionType;
export type { IConditionType as IComGithubKedacoreKedaV2ApisKedaV1alpha1ConditionType, ConditionType as ComGithubKedacoreKedaV2ApisKedaV1alpha1ConditionType };