gitlabcedocker

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(options configmanager.RawOptions) (bool, error)

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.

func (*Options) Defaults added in v0.8.0

func (opts *Options) Defaults()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL