gitlab

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2019 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Provider returns a terraform.ResourceProvider.

func StringIsGitlabVariableName added in v1.1.0

func StringIsGitlabVariableName() schema.SchemaValidateFunc

Types

type Config

type Config struct {
	Token      string
	BaseURL    string
	Insecure   bool
	CACertFile string
}

Config is per-provider, specifies where to connect to gitlab

func (*Config) Client

func (c *Config) Client() (interface{}, error)

Client returns a *gitlab.Client to interact with the configured gitlab instance

Jump to

Keyboard shortcuts

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