Autoscaling
No description
type Autoscaling {
  minReplicas: Int!
  maxReplicas: Int!
  coolDownPeriod: Int
  triggers: [AutoscalingTrigger!]
  kedaScaledObjectSpec: String
}
Fields
Autoscaling.minReplicas ● Int! non-null scalar
Autoscaling.maxReplicas ● Int! non-null scalar
Autoscaling.coolDownPeriod ● Int scalar
Autoscaling.triggers ● [AutoscalingTrigger!] list object
Autoscaling.kedaScaledObjectSpec ● String scalar
Member Of
Repo  object