App Ingress Traffic Weight Args
data class AppIngressTrafficWeightArgs(val label: Output<String>? = null, val latestRevision: Output<Boolean>? = null, val percentage: Output<Int>, val revisionSuffix: Output<String>? = null) : ConvertibleToJava<AppIngressTrafficWeightArgs>
Constructors
Link copied to clipboard
fun AppIngressTrafficWeightArgs(label: Output<String>? = null, latestRevision: Output<Boolean>? = null, percentage: Output<Int>, revisionSuffix: Output<String>? = null)