Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 Gitea enterprise
URL string `yaml:",omitempty" jsonschema:"required"`
// [S][C][T] Username specifies the username used to authenticate with Gitea 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 "gitea" resource parsed from an updatecli manifest file
Click to show internal directories.
Click to hide internal directories.