Documentation ¶
Overview ¶
Package gitea deals with using gitea as a store for pushed applications and their deployment info
Index ¶
Constants ¶
View Source
const (
GiteaCredentialsSecret = "gitea-creds"
)
View Source
const LocalRegistry = "127.0.0.1:30500/apps"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Client *giteaSDK.Client Auth auth.PasswordAuth }
Client provides functionality for talking to a Gitea installation on Kubernetes
func (*Client) DeleteRepo ¶
Click to show internal directories.
Click to hide internal directories.