service

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: 79 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InterceptCommitID = 8
)
View Source
const SplitSymbol = "&"

Variables

This section is empty.

Functions

func AddDeliveryVersion

func AddDeliveryVersion(taskID int, productName, workflowName string, pipelineTask *taskmodels.Task, logger *zap.SugaredLogger) error

func AssignImageData added in v1.8.0

func AssignImageData(imageUrl string, matchData map[string]string) (map[string]interface{}, error)

AssignImageData assign image url data into match data matchData: image=>absolute-path repo=>absolute-path tag=>absolute-path return: absolute-image-path=>image-value absolute-repo-path=>repo-value absolute-tag-path=>tag-value

func CancelTask

func CancelTask(userName, pipelineName string, taskID int64, typeString config.PipelineType, reqID string, log *zap.SugaredLogger) error

func CancelTaskV2

func CancelTaskV2(userName, pipelineName string, taskID int64, typeString config.PipelineType, requestID string, log *zap.SugaredLogger) error

func CancelWorkflowTaskV3 added in v1.8.0

func CancelWorkflowTaskV3(userName, pipelineName string, taskID int64, typeString config.PipelineType, requestID string, log *zap.SugaredLogger) error

func CopyAndUploadService added in v1.9.9

func CopyAndUploadService(projectName, serviceName, currentChartPath string, copies []string) error

func CreateBuild

func CreateBuild(username string, build *commonmodels.Build, log *zap.SugaredLogger) error

func CreateDefaultHelmRenderset added in v1.16.0

func CreateDefaultHelmRenderset(args *commonmodels.RenderSet, log *zap.SugaredLogger) error

func CreateK8sHelmRenderSet added in v1.16.0

func CreateK8sHelmRenderSet(args *commonmodels.RenderSet, log *zap.SugaredLogger) error

CreateK8sHelmRenderSet creates renderset for k8s/helm projects

func CreateRenderSet

func CreateRenderSet(args *commonmodels.RenderSet, log *zap.SugaredLogger) error

func CreateRenderSetByMerge added in v1.12.0

func CreateRenderSetByMerge(args *commonmodels.RenderSet, log *zap.SugaredLogger) (*commonmodels.RenderSet, error)

func Delete

func Delete(name, productName string, log *zap.SugaredLogger) error

func DeleteClusterResource added in v1.9.9

func DeleteClusterResource(selector labels.Selector, clusterID string, log *zap.SugaredLogger) error

func DeleteDeliveryInfos

func DeleteDeliveryInfos(productName string, log *zap.SugaredLogger) error

func DeleteNamespaceIfMatch added in v1.9.9

func DeleteNamespaceIfMatch(namespace string, selector labels.Selector, clusterID string, log *zap.SugaredLogger) error

func DeleteNamespacedResource added in v1.9.9

func DeleteNamespacedResource(namespace string, selector labels.Selector, clusterID string, log *zap.SugaredLogger) error

DeleteNamespacedResource deletes the namespaced resources by labels.

func DeletePipeline

func DeletePipeline(pipelineName, requestID string, isDeletingProductTmpl bool, log *zap.SugaredLogger) error

func DeletePipelines

func DeletePipelines(productName, requestID string, log *zap.SugaredLogger) error

func DeleteRenderSet

func DeleteRenderSet(productName string, log *zap.SugaredLogger) error

func DeleteServiceWebhookByName added in v1.3.0

func DeleteServiceWebhookByName(serviceName, productName string, logger *zap.SugaredLogger)

func DeleteTestModule

func DeleteTestModule(name, productName, requestID string, log *zap.SugaredLogger) error

func DeleteWorkflow

func DeleteWorkflow(workflowName, requestID string, isDeletingProductTmpl bool, log *zap.SugaredLogger) error

func DeleteWorkflowV3 added in v1.8.0

func DeleteWorkflowV3(workflowID, workflowName, requestID string, log *zap.SugaredLogger) error

func DeleteWorkflowV3s added in v1.8.0

func DeleteWorkflowV3s(productName, requestID string, log *zap.SugaredLogger) error

func DeleteWorkflowV4 added in v1.9.9

func DeleteWorkflowV4(name string, logger *zap.SugaredLogger) error

func DeleteWorkflowV4sByProjectName added in v1.9.9

func DeleteWorkflowV4sByProjectName(projectName string, log *zap.SugaredLogger) error

func DeleteWorkflows

func DeleteWorkflows(productName, requestID string, log *zap.SugaredLogger) error

func DisableCronjobForWorkflow added in v1.9.9

func DisableCronjobForWorkflow(workflow *models.Workflow) error

func DisableCronjobForWorkflowV4 added in v1.9.9

func DisableCronjobForWorkflowV4(workflow *commonmodels.WorkflowV4) error

func DownloadServiceManifests added in v1.4.0

func DownloadServiceManifests(base, projectName, serviceName string) error

func EncryptKeyVals added in v1.9.9

func EncryptKeyVals(encryptedKey string, kvs []*commonmodels.KeyVal, logger *zap.SugaredLogger) error

func EncryptParams added in v1.9.9

func EncryptParams(encryptedKey string, params []*commonmodels.Param, logger *zap.SugaredLogger) error

func EnsureDefaultRegistrySecret

func EnsureDefaultRegistrySecret(namespace string, registryId string, kubeClient client.Client, log *zap.SugaredLogger) error

func EnsureResp

func EnsureResp(build *commonmodels.Build)

func EnsureSecretEnvs

func EnsureSecretEnvs(existedKVs []*commonmodels.KeyVal, newKVs []*commonmodels.KeyVal)

EnsureSecretEnvs 转换敏感信息前端传入的Mask内容为真实内容

func ExtractImageName added in v1.5.0

func ExtractImageName(imageURI string) string

ExtractImageName extract image name from total image uri

func ExtractImageRegistry added in v1.8.0

func ExtractImageRegistry(imageURI string) (string, error)

ExtractImageRegistry extract registry url from total image uri

func ExtractImageTag added in v1.8.0

func ExtractImageTag(imageURI string) string

ExtractImageTag extract image tag from total image uri

func ExtractRegistryNamespace added in v1.8.0

func ExtractRegistryNamespace(imageURI string) string

ExtractRegistryNamespace extract registry namespace from image uri

func FillGitNamespace added in v1.9.9

func FillGitNamespace(yamlData *templatemodels.CustomYaml) error

func FillProductTemplateValuesYamls

func FillProductTemplateValuesYamls(tmpl *templatemodels.Product, log *zap.SugaredLogger) error

FillProductTemplateValuesYamls 返回renderSet中的renderChart信息

func FillProductTemplateVars

func FillProductTemplateVars(productTemplates []*template.Product, log *zap.SugaredLogger) error

func FillServiceCreationInfo added in v1.9.9

func FillServiceCreationInfo(serviceTemplate *models.Service) error

func FilterWorkloadsByEnv added in v1.9.9

func FilterWorkloadsByEnv(exist []commonmodels.Workload, env string) []commonmodels.Workload

func FindDefaultRegistry

func FindDefaultRegistry(getRealCredential bool, log *zap.SugaredLogger) (reg *models.RegistryNamespace, isSystemDefault bool, err error)

func FindRegistryById added in v1.8.0

func FindRegistryById(registryId string, getRealCredential bool, log *zap.SugaredLogger) (reg *models.RegistryNamespace, isSystemDefault bool, err error)

func FindReposByTarget added in v1.9.9

func FindReposByTarget(projectName, serviceName, serviceModule string, build *commonmodels.Build) []*types.Repository

func ForceCreateReaderSet added in v1.16.0

func ForceCreateReaderSet(args *commonmodels.RenderSet, log *zap.SugaredLogger) error

func GeneHelmRepo added in v1.11.0

func GeneHelmRepo(chartRepo *commonmodels.HelmRepo) *repo.Entry

func GeneImageURI added in v1.5.0

func GeneImageURI(pathData map[string]string, flatMap map[string]interface{}) (string, error)

GeneImageURI generate valid image uri, legal formats: {repo} {repo}/{image} {repo}/{image}:{tag} {repo}:{tag} {image}:{tag} {image}

func GetConfigPayload

func GetConfigPayload(codeHostID int) *models.ConfigPayload

func GetCreateFromChartTemplate added in v1.9.9

func GetCreateFromChartTemplate(createFrom interface{}) (*models.CreateFromChartTemplate, error)

func GetDockerfileTemplateContent added in v1.7.0

func GetDockerfileTemplateContent(id string) (string, error)

func GetGitlabAddress

func GetGitlabAddress(URL string) (string, error)

func GetHelmServiceName added in v1.7.1

func GetHelmServiceName(prod *models.Product, resType, resName string, kubeClient client.Client) (string, error)

GetHelmServiceName get service name from annotations of resources deployed by helm resType currently only support Deployment and StatefulSet this function needs to be optimized

func GetLocalTestSuite

func GetLocalTestSuite(pipelineName, serviceName, testType string, taskID int64, testName string, typeString config.PipelineType, log *zap.SugaredLogger) (*commonmodels.TestReport, error)

func GetPipelineInfo

func GetPipelineInfo(pipelineName string, log *zap.SugaredLogger) (*commonmodels.Pipeline, error)

func GetPresetRules added in v1.5.0

func GetPresetRules() []*templatemodels.ImageSearchingRule

func GetProductEnvNamespace

func GetProductEnvNamespace(envName, productName, namespace string) string

func GetProductTargetMap added in v1.9.9

func GetProductTargetMap(prod *commonmodels.Product) (map[string][]commonmodels.DeployEnv, map[string]string)

func GetProductTemplate

func GetProductTemplate(productName string, log *zap.SugaredLogger) (*template.Product, error)

func GetProductUsedTemplateSvcs added in v1.11.0

func GetProductUsedTemplateSvcs(prod *models.Product) ([]*models.Service, error)

func GetRSAKey added in v1.9.9

func GetRSAKey() ([]byte, []byte, error)

func GetReleaseNameToServiceNameMap added in v1.11.0

func GetReleaseNameToServiceNameMap(prod *models.Product) (map[string]string, error)

GetReleaseNameToServiceNameMap generates mapping relationship: releaseName=>serviceName

func GetRenderSet

func GetRenderSet(renderName string, revision int64, isDefault bool, envName string, log *zap.SugaredLogger) (*commonmodels.RenderSet, error)

func GetRenderSetInfo

func GetRenderSetInfo(renderName string, revision int64) (*commonmodels.RenderSet, error)

func GetServiceInvolvedProjects added in v1.3.1

func GetServiceInvolvedProjects(services []*commonmodels.Service, skipProject string) (map[string][]string, error)

GetServiceInvolvedProjects returns a map, key is a service name, value is a list of all projects which are using this service. The given services must come from same project to make sure all service names are unique.

func GetServiceNameToReleaseNameMap added in v1.12.0

func GetServiceNameToReleaseNameMap(prod *models.Product) (map[string]string, error)

GetServiceNameToReleaseNameMap generates mapping relationship: serviceName=>releaseName

func GetServiceTasks

func GetServiceTasks(log *zap.SugaredLogger) (map[string][]string, error)

func GetServiceTemplate

func GetServiceTemplate(serviceName, serviceType, productName, excludeStatus string, revision int64, log *zap.SugaredLogger) (*commonmodels.Service, error)

func GetSubTaskContent

func GetSubTaskContent(deliveryVersion *commonmodels.DeliveryVersion, pipelineTask *taskmodels.Task, log *zap.SugaredLogger)

TODO: LOU rewrite it

func GetWorkflowTaskCallback added in v1.9.9

func GetWorkflowTaskCallback(taskID int64, pipelineName string) (*commonmodels.CallbackRequest, error)

func GetWorkflowV4LocalTestSuite added in v1.9.9

func GetWorkflowV4LocalTestSuite(workflowName, jobName string, taskID int64, log *zap.SugaredLogger) (*commonmodels.TestReport, error)

func HandleCallback added in v1.8.0

func HandleCallback(req *commonmodels.CallbackRequest) error

func InsertDeliveryTest

func InsertDeliveryTest(args *commonmodels.DeliveryTest, log *zap.SugaredLogger) error

func InsertDeliveryVersion

func InsertDeliveryVersion(args *commonmodels.DeliveryVersion, log *zap.SugaredLogger) error

func List

func List(log *zap.SugaredLogger) []*models.Queue

func ListHelmRepos

func ListHelmRepos(encryptedKey string, log *zap.SugaredLogger) ([]*commonmodels.HelmRepo, error)

func ListHelmReposPublic added in v1.9.9

func ListHelmReposPublic() ([]*commonmodels.HelmRepo, error)

func ListRegistryNamespaces

func ListRegistryNamespaces(encryptedKey string, getRealCredential bool, log *zap.SugaredLogger) ([]*models.RegistryNamespace, error)

func ListServicesRenderKeys

func ListServicesRenderKeys(services []*templatemodels.ServiceInfo, log *zap.SugaredLogger) ([]*templatemodels.RenderKV, error)

func LogProductStats

func LogProductStats(user, event, prodName, requestID string, startTime int64, log *zap.SugaredLogger)

func MergeBuildEnvs added in v1.9.9

func MergeBuildEnvs(templateEnvs []*commonmodels.KeyVal, customEnvs []*commonmodels.KeyVal) []*commonmodels.KeyVal

func ParseImagesByPresetRules added in v1.5.0

func ParseImagesByPresetRules(flatMap map[string]interface{}) ([]map[string]string, error)

ParseImagesByPresetRules parse images from flat yaml map with preset rules

func ParseImagesByRules added in v1.5.0

func ParseImagesByRules(nested map[string]interface{}, matchRules []*templatemodels.ImageSearchingRule) ([]*commonmodels.Container, error)

func ParseImagesForProductService added in v1.5.0

func ParseImagesForProductService(nested map[string]interface{}, serviceName, productName string) ([]*commonmodels.Container, error)

ParseImagesForProductService for product service

func PreLoadServiceManifests added in v1.4.0

func PreLoadServiceManifests(base string, svc *commonmodels.Service) error

func PreloadServiceManifestsByRevision added in v1.7.1

func PreloadServiceManifestsByRevision(base string, svc *commonmodels.Service) error

func ProcessServiceWebhook added in v1.3.0

func ProcessServiceWebhook(updated, current *commonmodels.Service, serviceName string, logger *zap.SugaredLogger)

func ProcessWebhook added in v1.3.0

func ProcessWebhook(updatedHooks, currentHooks interface{}, name string, logger *zap.SugaredLogger) error

func ReleaseCandidate added in v1.9.9

func ReleaseCandidate(builds []*types.Repository, taskID int64, productName, serviceName, envName, imageName, deliveryType string) string

releaseCandidate 根据 TaskID 生成编译镜像Tag或者二进制包后缀 TODO: max length of a tag is 128

func Remove

func Remove(task *models.Queue, log *zap.SugaredLogger) error

func ReplaceImage added in v1.8.0

func ReplaceImage(sourceYaml string, imageValuesMap map[string]interface{}) (string, error)

ReplaceImage replace image defines in yaml by new version

func ReplaceRuleVariable added in v1.6.0

func ReplaceRuleVariable(rule string, replaceValue *Variable) string

func SaveAndUploadService added in v1.4.0

func SaveAndUploadService(projectName, serviceName string, copies []string, fileTree fs.FS) error

func SendErrorMessage

func SendErrorMessage(sender, title, requestID string, err error, log *zap.SugaredLogger)

func SendFailedTaskMessage

func SendFailedTaskMessage(username, productName, name, requestID string, workflowType config.PipelineType, err error, log *zap.SugaredLogger)

func SendMessage

func SendMessage(sender, title, content, requestID string, log *zap.SugaredLogger)

func UnMarshalSourceDetail added in v1.9.9

func UnMarshalSourceDetail(source interface{}) (*models.CreateFromRepo, error)

func UpdateBuild

func UpdateBuild(username string, build *commonmodels.Build, log *zap.SugaredLogger) error

func UpdatePmServiceTemplate added in v1.2.0

func UpdatePmServiceTemplate(username string, args *ServiceTmplBuildObject, log *zap.SugaredLogger) error

func UpdateRenderSet

func UpdateRenderSet(args *commonmodels.RenderSet, log *zap.SugaredLogger) error

func ValidateKVs

func ValidateKVs(kvs []*templatemodels.RenderKV, services []*templatemodels.ServiceInfo, log *zap.SugaredLogger) error

func ValidateRenderSet

func ValidateRenderSet(productName, renderName, envName string, serviceInfo *templatemodels.ServiceInfo, log *zap.SugaredLogger) (*commonmodels.RenderSet, error)

ValidateRenderSet 检查指定renderSet是否能覆盖产品所有需要渲染的值

Types

type CronjobPayload

type CronjobPayload struct {
	Name        string             `json:"name"`
	ProductName string             `json:"product_name"`
	Action      string             `json:"action"`
	JobType     string             `json:"job_type"`
	DeleteList  []string           `json:"delete_list,omitempty"`
	JobList     []*models.Schedule `json:"job_list,omitempty"`
}

type Empty added in v1.3.0

type Empty struct{}

type Features

type Features struct {
	Features []string `json:"features"`
}

type FilterFunc added in v1.5.0

type FilterFunc func(services []*Workload) []*Workload

type GetAesKeyFromEncryptedKeyResp added in v1.9.9

type GetAesKeyFromEncryptedKeyResp struct {
	PlainText string `json:"plain_text"`
}

func GetAesKeyFromEncryptedKey added in v1.9.9

func GetAesKeyFromEncryptedKey(encryptedKey string, log *zap.SugaredLogger) (*GetAesKeyFromEncryptedKeyResp, error)

type GetRSAPublicKeyRes added in v1.9.9

type GetRSAPublicKeyRes struct {
	PublicKey string `json:"publicKey"`
}

func GetRSAPublicKey added in v1.9.9

func GetRSAPublicKey() (*GetRSAPublicKeyRes, error)

type HelmSvcRenderArg added in v1.9.9

type HelmSvcRenderArg struct {
	EnvName        string                     `json:"envName,omitempty"`
	ServiceName    string                     `json:"serviceName,omitempty"`
	ChartVersion   string                     `json:"chartVersion,omitempty"`
	OverrideValues []*KVPair                  `json:"overrideValues,omitempty"`
	OverrideYaml   string                     `json:"overrideYaml,omitempty"`
	ValuesData     *ValuesDataArgs            `json:"valuesData,omitempty"`
	YamlData       *templatemodels.CustomYaml `json:"yaml_data,omitempty"`
	VariableYaml   string                     `json:"variable_yaml"`
	DeployStrategy string                     `json:"deploy_strategy,omitempty"` // New since 1.16.0, used to determine if the service will be installed
}

func GetSvcRenderArgs added in v1.9.9

func GetSvcRenderArgs(productName, envName, serviceName string, log *zap.SugaredLogger) ([]*HelmSvcRenderArg, *models.RenderSet, error)

func (*HelmSvcRenderArg) DiffValues added in v1.9.9

func (args *HelmSvcRenderArg) DiffValues(target *HelmSvcRenderArg) RenderChartDiffResult

DiffValues generate diff values to override from two chart args

func (*HelmSvcRenderArg) FillRenderChartModel added in v1.9.9

func (args *HelmSvcRenderArg) FillRenderChartModel(chart *templatemodels.ServiceRender, version string)

FillRenderChartModel fill render chart model

func (*HelmSvcRenderArg) GetUniqueKvMap added in v1.9.9

func (args *HelmSvcRenderArg) GetUniqueKvMap() map[string]interface{}

func (*HelmSvcRenderArg) LoadFromRenderChartModel added in v1.9.9

func (args *HelmSvcRenderArg) LoadFromRenderChartModel(chart *templatemodels.ServiceRender)

LoadFromRenderChartModel load from render chart model

func (*HelmSvcRenderArg) ToOverrideValueString added in v1.9.9

func (args *HelmSvcRenderArg) ToOverrideValueString() string

type HookSet added in v1.3.0

type HookSet map[hookUniqueID]hookItem

func NewHookSet added in v1.3.0

func NewHookSet(items ...hookItem) HookSet

NewHookSet creates a HookSet from a list of values.

func (HookSet) Difference added in v1.3.0

func (s HookSet) Difference(s2 HookSet) HookSet

Difference returns a set of objects that are not in s2 For example: s1 = {a1, a2, a3} s2 = {a1, a2, a4, a5} s1.Difference(s2) = {a3} s2.Difference(s1) = {a4, a5}

func (HookSet) Has added in v1.3.0

func (s HookSet) Has(item hookItem) bool

Has returns true if and only if item is contained in the set.

func (HookSet) Insert added in v1.3.0

func (s HookSet) Insert(items ...hookItem) HookSet

Insert adds items to the set.

func (HookSet) Len added in v1.3.0

func (s HookSet) Len() int

Len returns the size of the set.

type IngressInfo

type IngressInfo struct {
	HostInfo []resource.HostInfo `json:"host_info"`
}

type K8sSvcRenderArg added in v1.9.9

type K8sSvcRenderArg struct {
	EnvName     string `json:"env_name,omitempty"`
	ServiceName string `json:"service_name,omitempty"`
	//ChartVersion   string                     `json:"chartVersion,omitempty"`
	//OverrideValues []*KVPair                  `json:"overrideValues,omitempty"`
	//OverrideYaml   string                     `json:"overrideYaml,omitempty"`
	//ValuesData     *ValuesDataArgs            `json:"valuesData,omitempty"`
	//YamlData       *templatemodels.CustomYaml `json:"yaml_data,omitempty"`
	VariableYaml       string `json:"variable_yaml"`
	LatestVariableYaml string `json:"latest_variable_yaml"`
	DeployStrategy     string `json:"deploy_strategy,omitempty"` // New since 1.16.0, used to determine if the service will be installed
}

func GetK8sSvcRenderArgs added in v1.9.9

func GetK8sSvcRenderArgs(productName, envName, serviceName string, log *zap.SugaredLogger) ([]*K8sSvcRenderArg, *models.RenderSet, error)

type KVPair added in v1.5.0

type KVPair struct {
	Key   string      `json:"key"`
	Value interface{} `json:"value"`
}

type PipelineResource

type PipelineResource struct {
	Version string `json:"version"`
	Kind    string `json:"kind"`
}

type RenderChartDiffResult added in v1.9.9

type RenderChartDiffResult string
const (
	Different RenderChartDiffResult = "different"
	Same      RenderChartDiffResult = "same"
	LogicSame RenderChartDiffResult = "logicSame"
)

type RepoConfig added in v1.5.0

type RepoConfig struct {
	CodehostID  int      `json:"codehostID,omitempty"`
	Owner       string   `json:"owner,omitempty"`
	Namespace   string   `json:"namespace,omitempty"`
	Repo        string   `json:"repo,omitempty"`
	Branch      string   `json:"branch,omitempty"`
	ValuesPaths []string `json:"valuesPaths,omitempty"`
}

type ServiceProductMap

type ServiceProductMap struct {
	Service                 string                    `json:"service_name"`
	Source                  string                    `json:"source"`
	Type                    string                    `json:"type"`
	Product                 []string                  `json:"product"`
	ProductName             string                    `json:"product_name"`
	Containers              []*commonmodels.Container `json:"containers,omitempty"`
	Visibility              string                    `json:"visibility,omitempty"`
	CodehostID              int                       `json:"codehost_id"`
	RepoOwner               string                    `json:"repo_owner"`
	RepoNamespace           string                    `json:"repo_namespace"`
	RepoName                string                    `json:"repo_name"`
	RepoUUID                string                    `json:"repo_uuid"`
	BranchName              string                    `json:"branch_name"`
	LoadPath                string                    `json:"load_path"`
	LoadFromDir             bool                      `json:"is_dir"`
	GerritRemoteName        string                    `json:"gerrit_remote_name,omitempty"`
	CreateFrom              interface{}               `json:"create_from"`
	AutoSync                bool                      `json:"auto_sync"`
	EstimatedMergedVariable string                    `json:"estimated_merged_variable"`
}

type ServiceResp

type ServiceResp struct {
	ServiceName        string       `json:"service_name"`
	ServiceDisplayName string       `json:"service_display_name"`
	Type               string       `json:"type"`
	Status             string       `json:"status"`
	Images             []string     `json:"images,omitempty"`
	ProductName        string       `json:"product_name"`
	EnvName            string       `json:"env_name"`
	Ingress            *IngressInfo `json:"ingress"`
	//deprecated
	Ready        string              `json:"ready"`
	EnvStatuses  []*models.EnvStatus `json:"env_statuses,omitempty"`
	WorkLoadType string              `json:"workLoadType"`
	Revision     int64               `json:"revision"`
	EnvConfigs   []*models.EnvConfig `json:"env_configs"`
}

产品列表页服务Response

func ListWorkloads added in v1.5.0

func ListWorkloads(envName, clusterID, namespace, productName string, perPage, page int, log *zap.SugaredLogger, filter ...FilterFunc) (int, []*ServiceResp, error)

func ListWorkloadsInEnv added in v1.5.0

func ListWorkloadsInEnv(envName, productName, filter string, perPage, page int, log *zap.SugaredLogger) (int, []*ServiceResp, error)

ListWorkloadsInEnv returns all workloads in the given env which meet the filter. A filter is in this format: a=b,c=d, and it is a fuzzy matching. Which means it will return all records with a field called a and the value contain character b.

type ServiceTmplBuildObject

type ServiceTmplBuildObject struct {
	ServiceTmplObject *ServiceTmplObject  `json:"pm_service_tmpl"`
	Build             *commonmodels.Build `json:"build"`
}

type ServiceTmplObject

type ServiceTmplObject struct {
	ProductName  string                        `json:"product_name"`
	ServiceName  string                        `json:"service_name"`
	Visibility   string                        `json:"visibility"`
	Revision     int64                         `json:"revision"`
	Type         string                        `json:"type"`
	Username     string                        `json:"username"`
	EnvConfigs   []*commonmodels.EnvConfig     `json:"env_configs"`
	EnvStatuses  []*commonmodels.EnvStatus     `json:"env_statuses,omitempty"`
	From         string                        `json:"from,omitempty"`
	HealthChecks []*commonmodels.PmHealthCheck `json:"health_checks"`
	EnvName      string                        `json:"env_name"`
	VariableYaml string                        `json:"variable_yaml"`
	ServiceVars  []string                      `json:"service_vars"`
}

type ServiceTmplResp

type ServiceTmplResp struct {
	Data  []*ServiceProductMap `json:"data"`
	Total int                  `json:"total"`
}

func ListServiceTemplate

func ListServiceTemplate(productName string, log *zap.SugaredLogger) (*ServiceTmplResp, error)

ListServiceTemplate 列出服务模板

func ListWorkloadTemplate added in v1.5.0

func ListWorkloadTemplate(productName, envName string, log *zap.SugaredLogger) (*ServiceTmplResp, error)

ListWorkloadTemplate 列出实例模板

type ValuesDataArgs added in v1.9.9

type ValuesDataArgs struct {
	YamlSource    string      `json:"yamlSource,omitempty"`
	SourceID      string      `json:"source_id,omitempty"`
	AutoSync      bool        `json:"autoSync,omitempty"`
	GitRepoConfig *RepoConfig `json:"gitRepoConfig,omitempty"`
}

type Variable added in v1.6.0

type Variable struct {
	SERVICE        string
	IMAGE_NAME     string
	TIMESTAMP      string
	TASK_ID        string
	REPO_COMMIT_ID string
	PROJECT        string
	ENV_NAME       string
	REPO_TAG       string
	REPO_BRANCH    string
	REPO_PR        string
}

type Workload added in v1.5.0

type Workload struct {
	EnvName     string                 `json:"env_name"`
	Name        string                 `json:"name"`
	Type        string                 `json:"type"`
	ProductName string                 `json:"product_name"`
	Spec        corev1.PodTemplateSpec `json:"-"`
	Images      []string               `json:"-"`
	Ready       bool                   `json:"ready"`
	Annotation  map[string]string      `json:"-"`
	ServiceName string                 `json:"service_name"` //serviceName refers to the service defines in zadig
}

Jump to

Keyboard shortcuts

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