Service Template Spec Args
data class ServiceTemplateSpecArgs(val containerConcurrency: Output<Int>? = null, val containers: Output<List<ServiceTemplateSpecContainerArgs>>? = null, val serviceAccountName: Output<String>? = null, val servingState: Output<String>? = null, val timeoutSeconds: Output<Int>? = null, val volumes: Output<List<ServiceTemplateSpecVolumeArgs>>? = null) : ConvertibleToJava<ServiceTemplateSpecArgs>
Constructors
Link copied to clipboard
fun ServiceTemplateSpecArgs(containerConcurrency: Output<Int>? = null, containers: Output<List<ServiceTemplateSpecContainerArgs>>? = null, serviceAccountName: Output<String>? = null, servingState: Output<String>? = null, timeoutSeconds: Output<Int>? = null, volumes: Output<List<ServiceTemplateSpecVolumeArgs>>? = null)
Functions
Properties
Link copied to clipboard
Container defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of the fields of this Container, including: name, ports, and volumeMounts. The runtime contract is documented here: https://github.com/knative/serving/blob/main/docs/runtime-contract.md Structure is documented below.