Documentation ¶
Index ¶
- func Install(parent iris.Party)
- type Handler
- func (h *Handler) CreateRepo() iris.Handler
- func (h *Handler) DeleteRepo() iris.Handler
- func (h *Handler) GetRepo() iris.Handler
- func (h *Handler) ListImages() iris.Handler
- func (h *Handler) ListImagesByRepo() iris.Handler
- func (h *Handler) ListInternalRepos() iris.Handler
- func (h *Handler) ListRepoForCluster() iris.Handler
- func (h *Handler) SearchRepos() iris.Handler
- func (h *Handler) UpdateRepo() iris.Handler
- type RepoConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler() *Handler
func (*Handler) CreateRepo ¶
func (h *Handler) CreateRepo() iris.Handler
func (*Handler) DeleteRepo ¶
func (h *Handler) DeleteRepo() iris.Handler
func (*Handler) ListImages ¶
func (h *Handler) ListImages() iris.Handler
func (*Handler) ListImagesByRepo ¶ added in v1.4.0
func (h *Handler) ListImagesByRepo() iris.Handler
func (*Handler) ListInternalRepos ¶
func (h *Handler) ListInternalRepos() iris.Handler
func (*Handler) ListRepoForCluster ¶
func (h *Handler) ListRepoForCluster() iris.Handler
func (*Handler) SearchRepos ¶
func (h *Handler) SearchRepos() iris.Handler
func (*Handler) UpdateRepo ¶
func (h *Handler) UpdateRepo() iris.Handler
type RepoConfig ¶
Click to show internal directories.
Click to hide internal directories.