AcceleratorGitRepositoryArgs

data class AcceleratorGitRepositoryArgs(val authSetting: Output<Any>, val branch: Output<String>? = null, val commit: Output<String>? = null, val gitTag: Output<String>? = null, val intervalInSeconds: Output<Int>? = null, val url: Output<String>) : ConvertibleToJava<AcceleratorGitRepositoryArgs>

Constructors

Link copied to clipboard
constructor(authSetting: Output<Any>, branch: Output<String>? = null, commit: Output<String>? = null, gitTag: Output<String>? = null, intervalInSeconds: Output<Int>? = null, url: Output<String>)

Properties

Link copied to clipboard
val authSetting: Output<Any>

Properties of the auth setting payload.

Link copied to clipboard
val branch: Output<String>? = null

Git repository branch to be used.

Link copied to clipboard
val commit: Output<String>? = null

Git repository commit to be used.

Link copied to clipboard
val gitTag: Output<String>? = null

Git repository tag to be used.

Link copied to clipboard
val intervalInSeconds: Output<Int>? = null

Interval for checking for updates to Git or image repository.

Link copied to clipboard
val url: Output<String>

Git repository URL for the accelerator.

Functions

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