AutoscalingData
No description
type AutoscalingData {
minReplicas: Int!
maxReplicas: Int!
coolDownPeriod: Int!
spec: String!
triggers: [AutoscalingTrigger]
kedaScaledObjectSpec: JSON
}
No description
type AutoscalingData {
minReplicas: Int!
maxReplicas: Int!
coolDownPeriod: Int!
spec: String!
triggers: [AutoscalingTrigger]
kedaScaledObjectSpec: JSON
}
AutoscalingData.minReplicas
● Int!
non-null scalarAutoscalingData.maxReplicas
● Int!
non-null scalarAutoscalingData.coolDownPeriod
● Int!
non-null scalarAutoscalingData.spec
● String!
non-null scalarAutoscalingData.triggers
● [AutoscalingTrigger]
list objectAutoscalingData.kedaScaledObjectSpec
● JSON
scalar