Custom Container Args
data class CustomContainerArgs(val args: Output<List<String>>? = null, val command: Output<List<String>>? = null, val containerImage: Output<String>? = null, val imageRegistryCredential: Output<ImageRegistryCredentialArgs>? = null, val languageFramework: Output<String>? = null, val server: Output<String>? = null) : ConvertibleToJava<CustomContainerArgs>
Custom container payload
Properties
Link copied to clipboard
Container image of the custom container. This should be in the form of
Link copied to clipboard
Credential of the image registry
Link copied to clipboard
Language framework of the container image uploaded. Supported values: "springboot", "", null.