SpringCloudCustomizedAcceleratorGitRepository

data class SpringCloudCustomizedAcceleratorGitRepository(val basicAuth: SpringCloudCustomizedAcceleratorGitRepositoryBasicAuth? = null, val branch: String? = null, val caCertificateId: String? = null, val commit: String? = null, val gitTag: String? = null, val intervalInSeconds: Int? = null, val path: String? = null, val sshAuth: SpringCloudCustomizedAcceleratorGitRepositorySshAuth? = null, val url: String)

Constructors

constructor(basicAuth: SpringCloudCustomizedAcceleratorGitRepositoryBasicAuth? = null, branch: String? = null, caCertificateId: String? = null, commit: String? = null, gitTag: String? = null, intervalInSeconds: Int? = null, path: String? = null, sshAuth: SpringCloudCustomizedAcceleratorGitRepositorySshAuth? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A basic_auth block as defined below. Conflicts with git_repository[0].ssh_auth. Changing this forces a new Spring Cloud Customized Accelerator to be created.

Link copied to clipboard
val branch: String? = null

Specifies the Git repository branch to be used.

Link copied to clipboard
val caCertificateId: String? = null

Specifies the ID of the CA Spring Cloud Certificate for https URL of Git repository.

Link copied to clipboard
val commit: String? = null

Specifies the Git repository commit to be used.

Link copied to clipboard
val gitTag: String? = null

Specifies the Git repository tag to be used.

Link copied to clipboard
val intervalInSeconds: Int? = null

Specifies the interval for checking for updates to Git or image repository. It should be greater than 10.

Link copied to clipboard
val path: String? = null

Specifies the path under the git repository to be treated as the root directory of the accelerator or the fragment (depending on accelerator_type).

Link copied to clipboard

A ssh_auth block as defined below. Conflicts with git_repository[0].basic_auth. Changing this forces a new Spring Cloud Customized Accelerator to be created.

Link copied to clipboard
val url: String

Specifies Git repository URL for the accelerator.