Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrContainerRegistryNotFound = errors.New("container registry not found")
)
Functions ¶
func GetServerHostname ¶ added in v0.19.0
func GetServerHostname(server string) (string, error)
func IsContainerRegistryNotFound ¶ added in v0.18.0
func IsContainerRegistryNotFound(err error) bool
Types ¶
type ContainerRegistry ¶
type ContainerRegistry struct {
Server string `json:"server" validate:"required"`
Username string `json:"username" validate:"required"`
Password string `json:"password" validate:"required"`
} // @name ContainerRegistry
ContainerRegistry represents a container registry credentials
Click to show internal directories.
Click to hide internal directories.