handler

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyDeliveryGlobalVariables added in v1.8.0

func ApplyDeliveryGlobalVariables(c *gin.Context)

func CreateDeliveryActivities

func CreateDeliveryActivities(c *gin.Context)

func CreateDeliveryArtifacts

func CreateDeliveryArtifacts(c *gin.Context)

func CreateDeliverySecurity added in v1.2.0

func CreateDeliverySecurity(c *gin.Context)

func CreateHelmDeliveryVersion added in v1.8.0

func CreateHelmDeliveryVersion(c *gin.Context)

func DeleteDeliveryVersion added in v1.2.0

func DeleteDeliveryVersion(c *gin.Context)

func DownloadDeliveryChart added in v1.8.0

func DownloadDeliveryChart(c *gin.Context)

func GetChartVersionFromRepo added in v1.8.0

func GetChartVersionFromRepo(c *gin.Context)

func GetDeliveryArtifact

func GetDeliveryArtifact(c *gin.Context)

func GetDeliveryArtifactIDByImage added in v1.8.0

func GetDeliveryArtifactIDByImage(c *gin.Context)

func GetDeliveryChartFileContent added in v1.8.0

func GetDeliveryChartFileContent(c *gin.Context)

func GetDeliveryChartFilePath added in v1.8.0

func GetDeliveryChartFilePath(c *gin.Context)

func GetDeliveryVersion added in v1.2.0

func GetDeliveryVersion(c *gin.Context)

func GetProductByDeliveryInfo added in v1.2.0

func GetProductByDeliveryInfo(c *gin.Context)

func GetProductNameByDelivery added in v1.2.0

func GetProductNameByDelivery(c *gin.Context)

func ListDeliveryArtifacts

func ListDeliveryArtifacts(c *gin.Context)

func ListDeliverySecurity added in v1.2.0

func ListDeliverySecurity(c *gin.Context)

func ListDeliverySecurityStatistics added in v1.2.0

func ListDeliverySecurityStatistics(c *gin.Context)

func ListDeliveryServiceNames added in v1.2.0

func ListDeliveryServiceNames(c *gin.Context)

func ListDeliveryVersion added in v1.2.0

func ListDeliveryVersion(c *gin.Context)

func ListPackagesVersion added in v1.2.0

func ListPackagesVersion(c *gin.Context)

func PreviewGetDeliveryChart added in v1.8.0

func PreviewGetDeliveryChart(c *gin.Context)

func UpdateDeliveryArtifact

func UpdateDeliveryArtifact(c *gin.Context)

Types

type DeliveryFileDetail added in v1.2.0

type DeliveryFileDetail struct {
	FileVersion     string `json:"fileVersion"`
	DeliveryVersion string `json:"deliveryVersion"`
	DeliveryID      string `json:"deliveryId"`
}

type DeliveryFileInfo added in v1.2.0

type DeliveryFileInfo struct {
	FileName           string               `json:"fileName"`
	DeliveryFileDetail []DeliveryFileDetail `json:"versionInfo"`
}

type DeliverySecurityInfo added in v1.2.0

type DeliverySecurityInfo struct {
	Result            string                           `json:"result,omitempty"`
	DeliverySecuritys []*commonmodels.DeliverySecurity `json:"message,omitempty"`
}

type Router

type Router struct{}

func (*Router) Inject

func (*Router) Inject(router *gin.RouterGroup)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL