/** * ReachabilityType is the enumeration type for the different states of reachability * to the `ScaleTarget` of a `PodAutoscaler` */ export type IReachabilityType = string; export type ReachabilityType = IReachabilityType; export type { IReachabilityType as IDevKnativeServingPkgApisAutoscalingV1alpha1ReachabilityType, ReachabilityType as DevKnativeServingPkgApisAutoscalingV1alpha1ReachabilityType };