Deployment Properties Args
data class DeploymentPropertiesArgs(val helmChartPath: Output<String>? = null, val helmValues: Output<String>? = null, val kubeManifestLocations: Output<List<String>>? = null, val manifestType: Output<Either<String, ManifestType>>? = null, val overrides: Output<Map<String, String>>? = null) : ConvertibleToJava<DeploymentPropertiesArgs>
Constructors
Link copied to clipboard
fun DeploymentPropertiesArgs(helmChartPath: Output<String>? = null, helmValues: Output<String>? = null, kubeManifestLocations: Output<List<String>>? = null, manifestType: Output<Either<String, ManifestType>>? = null, overrides: Output<Map<String, String>>? = null)