Spring Cloud Customized Accelerator Git Repository
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
Link copied to clipboard
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)
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
Specifies the ID of the CA Spring Cloud Certificate for https URL of Git repository.
Link copied to clipboard
Specifies the interval for checking for updates to Git or image repository. It should be greater than 10.
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.