Documentation
¶
Index ¶
- func CleanCacheState(c *gin.Context)
- func CleanImageCache(c *gin.Context)
- func CreateBasicImage(c *gin.Context)
- func CreateGithubApp(c *gin.Context)
- func CreateInstall(c *gin.Context)
- func CreateJenkinsIntegration(c *gin.Context)
- func CreateProxy(c *gin.Context)
- func CreateRegistryNamespace(c *gin.Context)
- func CreateS3Storage(c *gin.Context)
- func DeleteBasicImage(c *gin.Context)
- func DeleteGithubApp(c *gin.Context)
- func DeleteInstall(c *gin.Context)
- func DeleteJenkinsIntegration(c *gin.Context)
- func DeleteProxy(c *gin.Context)
- func DeleteRegistryNamespace(c *gin.Context)
- func DeleteS3Storage(c *gin.Context)
- func GetBasicImage(c *gin.Context)
- func GetGithubApp(c *gin.Context)
- func GetInstall(c *gin.Context)
- func GetProxy(c *gin.Context)
- func GetProxyConfig(c *gin.Context)
- func GetS3Storage(c *gin.Context)
- func ListAllRepos(c *gin.Context)
- func ListBasicImages(c *gin.Context)
- func ListImages(c *gin.Context)
- func ListInstalls(c *gin.Context)
- func ListJenkinsIntegration(c *gin.Context)
- func ListJobBuildArgs(c *gin.Context)
- func ListJobNames(c *gin.Context)
- func ListProxies(c *gin.Context)
- func ListRegistries(c *gin.Context)
- func ListRegistryNamespaces(c *gin.Context)
- func ListRepoImages(c *gin.Context)
- func ListS3Storage(c *gin.Context)
- func TestConnection(c *gin.Context)
- func TestJenkinsConnection(c *gin.Context)
- func UpdateBasicImage(c *gin.Context)
- func UpdateInstall(c *gin.Context)
- func UpdateJenkinsIntegration(c *gin.Context)
- func UpdateProxy(c *gin.Context)
- func UpdateRegistryNamespace(c *gin.Context)
- func UpdateS3Storage(c *gin.Context)
- type ListImagesOption
- type ProxyConfig
- type Router
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanCacheState ¶
func CleanImageCache ¶
func CreateBasicImage ¶
func CreateGithubApp ¶
func CreateInstall ¶
func CreateProxy ¶
func CreateRegistryNamespace ¶
func CreateS3Storage ¶
func DeleteBasicImage ¶
func DeleteGithubApp ¶
func DeleteInstall ¶
func DeleteProxy ¶
func DeleteRegistryNamespace ¶
func DeleteS3Storage ¶
func GetBasicImage ¶
func GetGithubApp ¶
func GetInstall ¶
func GetProxyConfig ¶
func GetS3Storage ¶
func ListAllRepos ¶
func ListBasicImages ¶
func ListImages ¶
func ListInstalls ¶
func ListJenkinsIntegration ¶
func ListJobBuildArgs ¶
func ListJobNames ¶
func ListProxies ¶
func ListRegistries ¶
func ListRegistryNamespaces ¶
func ListRepoImages ¶
func ListS3Storage ¶
func TestConnection ¶
func TestJenkinsConnection ¶
func UpdateBasicImage ¶
func UpdateInstall ¶
func UpdateProxy ¶
func UpdateRegistryNamespace ¶
func UpdateS3Storage ¶
Types ¶
type ListImagesOption ¶
type ListImagesOption struct {
Names []string `json:"names"`
}
type ProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.