Class GitRepoVolumeArgs


  • public final class GitRepoVolumeArgs
    extends com.pulumi.resources.ResourceArgs
    Represents a volume that is populated with the contents of a git repository
    • Method Detail

      • directory

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> directory()
        Returns:
        Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
      • repository

        public com.pulumi.core.Output<java.lang.String> repository()
        Returns:
        Repository URL
      • revision

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> revision()
        Returns:
        Commit hash for the specified revision.