Documentation ¶
Index ¶
- func CreateProject(ctx context.Context, client *harbor.APIClient, projectName string, public bool) (err error)
- func DeleteChart(ctx context.Context, client *helm.APIClient, projectName, chartName string) (err error)
- func DeleteProject(ctx context.Context, client *harbor.APIClient, helmClient *helm.APIClient, ...) (err error)
- func DeleteRepo(ctx context.Context, client *harbor.APIClient, projectName, repoName string) (err error)
- func NewHandler(address string, cafile string, loopbackConfig *restclient.Config, ...) (http.Handler, error)
- type HarborContextKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateProject ¶
func DeleteChart ¶
func DeleteProject ¶
func DeleteRepo ¶
func NewHandler ¶
func NewHandler(address string, cafile string, loopbackConfig *restclient.Config, registryConfig *registryconfig.RegistryConfiguration) (http.Handler, error)
NewHandler to create a reverse proxy handler and returns it.
Types ¶
type HarborContextKey ¶
type HarborContextKey string
Click to show internal directories.
Click to hide internal directories.