Documentation ¶
Index ¶
- func ApplyDeliveryGlobalVariables(c *gin.Context)
- func CreateDeliveryActivities(c *gin.Context)
- func CreateDeliveryArtifacts(c *gin.Context)
- func CreateDeliverySecurity(c *gin.Context)
- func CreateHelmDeliveryVersion(c *gin.Context)
- func DeleteDeliveryVersion(c *gin.Context)
- func DownloadDeliveryChart(c *gin.Context)
- func GetChartVersionFromRepo(c *gin.Context)
- func GetDeliveryArtifact(c *gin.Context)
- func GetDeliveryArtifactIDByImage(c *gin.Context)
- func GetDeliveryChartFileContent(c *gin.Context)
- func GetDeliveryChartFilePath(c *gin.Context)
- func GetDeliveryVersion(c *gin.Context)
- func GetProductByDeliveryInfo(c *gin.Context)
- func GetProductNameByDelivery(c *gin.Context)
- func ListDeliveryArtifacts(c *gin.Context)
- func ListDeliverySecurity(c *gin.Context)
- func ListDeliverySecurityStatistics(c *gin.Context)
- func ListDeliveryServiceNames(c *gin.Context)
- func ListDeliveryVersion(c *gin.Context)
- func ListPackagesVersion(c *gin.Context)
- func PreviewGetDeliveryChart(c *gin.Context)
- func UpdateDeliveryArtifact(c *gin.Context)
- type DeliveryFileDetail
- type DeliveryFileInfo
- type DeliverySecurityInfo
- type Router
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyDeliveryGlobalVariables ¶ added in v1.8.0
func CreateDeliveryArtifacts ¶
func CreateDeliverySecurity ¶ added in v1.2.0
func CreateHelmDeliveryVersion ¶ added in v1.8.0
func DeleteDeliveryVersion ¶ added in v1.2.0
func DownloadDeliveryChart ¶ added in v1.8.0
func GetChartVersionFromRepo ¶ added in v1.8.0
func GetDeliveryArtifact ¶
func GetDeliveryArtifactIDByImage ¶ added in v1.8.0
func GetDeliveryChartFileContent ¶ added in v1.8.0
func GetDeliveryChartFilePath ¶ added in v1.8.0
func GetDeliveryVersion ¶ added in v1.2.0
func GetProductByDeliveryInfo ¶ added in v1.2.0
func GetProductNameByDelivery ¶ added in v1.2.0
func ListDeliveryArtifacts ¶
func ListDeliverySecurity ¶ added in v1.2.0
func ListDeliverySecurityStatistics ¶ added in v1.2.0
func ListDeliveryServiceNames ¶ added in v1.2.0
func ListDeliveryVersion ¶ added in v1.2.0
func ListPackagesVersion ¶ added in v1.2.0
func PreviewGetDeliveryChart ¶ added in v1.8.0
func UpdateDeliveryArtifact ¶
Types ¶
type DeliveryFileDetail ¶ added in v1.2.0
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"` }
Click to show internal directories.
Click to hide internal directories.