Revision Spec Args
data class RevisionSpecArgs(val containerConcurrency: Output<Int>? = null, val containers: Output<List<ContainerArgs>>? = null, val enableServiceLinks: Output<Boolean>? = null, val imagePullSecrets: Output<List<LocalObjectReferenceArgs>>? = null, val serviceAccountName: Output<String>? = null, val timeoutSeconds: Output<Int>? = null, val volumes: Output<List<VolumeArgs>>? = null) : ConvertibleToJava<RevisionSpecArgs>
RevisionSpec holds the desired state of the Revision (from the client).
Constructors
Link copied to clipboard
fun RevisionSpecArgs(containerConcurrency: Output<Int>? = null, containers: Output<List<ContainerArgs>>? = null, enableServiceLinks: Output<Boolean>? = null, imagePullSecrets: Output<List<LocalObjectReferenceArgs>>? = null, serviceAccountName: Output<String>? = null, timeoutSeconds: Output<Int>? = null, volumes: Output<List<VolumeArgs>>? = null)