FluxConfigurationKustomizationPostBuildSubstituteFromArgs

data class FluxConfigurationKustomizationPostBuildSubstituteFromArgs(val kind: Output<String>, val name: Output<String>, val optional: Output<Boolean>? = null) : ConvertibleToJava<FluxConfigurationKustomizationPostBuildSubstituteFromArgs>

Constructors

constructor(kind: Output<String>, name: Output<String>, optional: Output<Boolean>? = null)

Properties

Link copied to clipboard
val kind: Output<String>

Specifies the source kind to hold the variables to be used in substitution. Possible values are ConfigMap and Secret.

Link copied to clipboard
val name: Output<String>

Specifies the name of the ConfigMap/Secret that holds the variables to be used in substitution.

Link copied to clipboard
val optional: Output<Boolean>? = null

Whether to proceed without ConfigMap/Secret if it is not present. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): FluxConfigurationKustomizationPostBuildSubstituteFromArgs