Revision Spec Response
data class RevisionSpecResponse(val containerConcurrency: Int, val containers: List<ContainerResponse>, val enableServiceLinks: Boolean, val imagePullSecrets: List<LocalObjectReferenceResponse>, val serviceAccountName: String, val timeoutSeconds: Int, val volumes: List<VolumeResponse>)
RevisionSpec holds the desired state of the Revision (from the client).
Constructors
Link copied to clipboard
fun RevisionSpecResponse(containerConcurrency: Int, containers: List<ContainerResponse>, enableServiceLinks: Boolean, imagePullSecrets: List<LocalObjectReferenceResponse>, serviceAccountName: String, timeoutSeconds: Int, volumes: List<VolumeResponse>)