history

package
v0.7.2-rc.0 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CdPipelineDeploymentHistoryConfigListReq

type CdPipelineDeploymentHistoryConfigListReq struct {
	BaseConfigurationId  int
	PipelineId           int
	HistoryComponent     string
	HistoryComponentName string
}

type CdPipelineDeploymentHistoryListReq

type CdPipelineDeploymentHistoryListReq struct {
	PipelineId int
	AppId      int
	EnvId      int
	Offset     int
	Limit      int
}

type DeploymentHistoryResp

type DeploymentHistoryResp struct {
	CdWorkflows                []pipelineConfig.CdWorkflowWithArtifact `json:"cdWorkflows"`
	TagsEditable               bool                                    `json:"tagsEditable"`
	AppReleaseTagNames         []string                                `json:"appReleaseTagNames"` // unique list of tags exists in the app
	HideImageTaggingHardDelete bool                                    `json:"hideImageTaggingHardDelete"`
}

Jump to

Keyboard shortcuts

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