Skip to main content
Version: 1.0.0

AutoscalingData

No description

type AutoscalingData {
minReplicas: Int!
maxReplicas: Int!
coolDownPeriod: Int!
spec: String!
triggers: [AutoscalingTrigger]
kedaScaledObjectSpec: JSON
}

Fields

AutoscalingData.minReplicas ● Int! non-null scalar

AutoscalingData.maxReplicas ● Int! non-null scalar

AutoscalingData.coolDownPeriod ● Int! non-null scalar

AutoscalingData.spec ● String! non-null scalar

AutoscalingData.triggers ● [AutoscalingTrigger] list object

AutoscalingData.kedaScaledObjectSpec ● JSON scalar

Member Of

KubernetesGeneratorConfiguration object