Interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Superinterfaces:
Attachable.InDefinition<ParentT>, ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>, ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithVolumeAttach<ParentT>
All Known Subinterfaces:
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinition<ParentT>
Enclosing interface:
ContainerGroup.DefinitionStages.VolumeDefinitionStages

public static interface ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitDirectoryName<ParentT> extends ContainerGroup.DefinitionStages.VolumeDefinitionStages.WithGitRevision<ParentT>
The stage of the volume definition allowing to specify the Git target directory name mappings.
  • Method Details

    • withGitDirectoryName

      Specifies the Git target directory name for the new volume.

      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.

      Parameters:
      gitDirectoryName - the Git target directory name for the new volume
      Returns:
      the next stage of the definition