Package io.quarkus.kubernetes.deployment
Interface GitRepoVolumeConfig
public interface GitRepoVolumeConfig
-
Method Summary
-
Method Details
-
repository
String repository()Git repository URL. -
directory
The directory of the repository to mount. -
revision
The commit hash to use.
-