Get App Template
data class GetAppTemplate(val azureQueueScaleRules: List<GetAppTemplateAzureQueueScaleRule>, val containers: List<GetAppTemplateContainer>, val customScaleRules: List<GetAppTemplateCustomScaleRule>? = null, val httpScaleRules: List<GetAppTemplateHttpScaleRule>, val initContainers: List<GetAppTemplateInitContainer>, val maxReplicas: Int, val minReplicas: Int, val revisionSuffix: String, val tcpScaleRules: List<GetAppTemplateTcpScaleRule>, val volumes: List<GetAppTemplateVolume>)
Constructors
Link copied to clipboard
constructor(azureQueueScaleRules: List<GetAppTemplateAzureQueueScaleRule>, containers: List<GetAppTemplateContainer>, customScaleRules: List<GetAppTemplateCustomScaleRule>? = null, httpScaleRules: List<GetAppTemplateHttpScaleRule>, initContainers: List<GetAppTemplateInitContainer>, maxReplicas: Int, minReplicas: Int, revisionSuffix: String, tcpScaleRules: List<GetAppTemplateTcpScaleRule>, volumes: List<GetAppTemplateVolume>)
Properties
Link copied to clipboard
Link copied to clipboard
One or more container
blocks as detailed below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
One or more init_container
blocks as detailed below.
Link copied to clipboard
The maximum number of replicas for this container.
Link copied to clipboard
The minimum number of replicas for this container.
Link copied to clipboard
The suffix string to which this traffic_weight
applies.
Link copied to clipboard
Link copied to clipboard
A volume
block as detailed below.