Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct { /* "url" defines the Gitea url to interact with */ URL string `yaml:",omitempty" jsonschema:"required"` /* "username" defines the username used to authenticate with Gitea API */ Username string `yaml:",omitempty"` /* "token" specifies the credential used to authenticate with Gitea API */ 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.