UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 238 B
type CloudProjectKubeNodePoolAutoscalingParams = { scaleDownUnneededTimeSeconds?: number; scaleDownUnreadyTimeSeconds?: number; scaleDownUtilizationThreshold?: number; }; export { CloudProjectKubeNodePoolAutoscalingParams };