AutoscalingDataInput
No description
input AutoscalingDataInput {
minReplicas: Int!
maxReplicas: Int!
coolDownPeriod: Int!
spec: String!
triggers: [AutoscalingTriggerInput]
kedaScaledObjectSpec: JSON
}
No description
input AutoscalingDataInput {
minReplicas: Int!
maxReplicas: Int!
coolDownPeriod: Int!
spec: String!
triggers: [AutoscalingTriggerInput]
kedaScaledObjectSpec: JSON
}
AutoscalingDataInput.minReplicas
● Int!
non-null scalarAutoscalingDataInput.maxReplicas
● Int!
non-null scalarAutoscalingDataInput.coolDownPeriod
● Int!
non-null scalarAutoscalingDataInput.spec
● String!
non-null scalarAutoscalingDataInput.triggers
● [AutoscalingTriggerInput]
list inputAutoscalingDataInput.kedaScaledObjectSpec
● JSON
scalar