GetAppTemplate

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 terminationGracePeriodSeconds: Int, 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>, terminationGracePeriodSeconds: Int, volumes: List<GetAppTemplateVolume>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more container blocks as detailed below.

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

The time in seconds after the container is sent the termination signal before the process if forcibly killed.

Link copied to clipboard

A volume block as detailed below.