Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Hostname string `validate:"hostname" mapstructure:"hostname"` // GitLab home directory, we assume the path set by user is always correct. GitLabHome string `mapstructure:"gitlabHome"` SSHPort uint `mapstructure:"sshPort"` HTTPPort uint `mapstructure:"httpPort"` HTTPSPort uint `mapstructure:"httpsPort"` RmDataAfterDelete *bool `mapstructure:"rmDataAfterDelete"` ImageTag string `mapstructure:"imageTag"` }
Options is the struct for configurations of the gitlab-ce-docker plugin.
Click to show internal directories.
Click to hide internal directories.