Documentation
¶
Index ¶
Constants ¶
View Source
const ( // GITLABDOMAIN defines the default gitlab url GITLABDOMAIN string = "gitlab.com" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct {
// [S][C][T] URL specifies the default github url in case of Gitlab enterprise
URL string `yaml:",omitempty" jsonschema:"required"`
// [S][C][T] Username specifies the username used to authenticate with Gitlab API
Username string `yaml:",omitempty"`
// [S][C][T] Token specifies the credential used to authenticate with
Token string `yaml:",omitempty"`
}
Spec defines a specification for a "Gitlab" resource parsed from an updatecli manifest file
Click to show internal directories.
Click to hide internal directories.