Documentation ¶
Overview ¶
Package gitlab implements a gitlab backend that can be used to inject Gitlab CI/CD variables as kubernetes secrets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend is a gitlab variables backend
type ErrInitFailed ¶
type ErrInitFailed struct {
// contains filtered or unexported fields
}
func (*ErrInitFailed) Error ¶
func (e *ErrInitFailed) Error() string
type GitlabCredentials ¶
type GitlabCredentials struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.