Service Template Spec Container Env Args
data class ServiceTemplateSpecContainerEnvArgs(val name: Output<String>? = null, val value: Output<String>? = null, val valueFrom: Output<ServiceTemplateSpecContainerEnvValueFromArgs>? = null) : ConvertibleToJava<ServiceTemplateSpecContainerEnvArgs>
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null, valueFrom: Output<ServiceTemplateSpecContainerEnvValueFromArgs>? = null)