Values_0.ClusterAutoScalingConfigSourceSpecifies the autoscaling configuration for a HyperPod cluster.
type nonrec t = {mode : ClusterAutoScalingMode.t;Describes whether autoscaling is enabled or disabled for the cluster. Valid values are Enable and Disable.
*)autoScalerType : ClusterAutoScalerType.t option;The type of autoscaler to use. Currently supported value is Karpenter.
*)}