pipeline

package
v0.0.0-...-1ae172a Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const PipelineCodeCacheWatchKey = "kubespace:pipeline:code_cache"
View Source
const PipelineRunJobWatchKey = "kubespace:pipeline:run_job"
View Source
const PipelineRunWatchKey = "kubespace:pipeline:run"
View Source
const PipelineTriggerEventWatchKey = "kubespace:pipeline:trigger_event"
View Source
const PipelineTriggerWatchKey = "kubespace:pipeline:trigger"

Variables

This section is empty.

Functions

Types

type PipelineCodeCacheWatchCondition

type PipelineCodeCacheWatchCondition struct {
	Status string
}

PipelineCodeCacheWatchCondition PipelineTriggerEvent监听条件

type PipelineRunJobWatchCondition

type PipelineRunJobWatchCondition struct {
	WithList bool     `json:"with_list"`
	Id       uint     `json:"id"`
	StatusIn []string `json:"status_in"`
}

PipelineRunJobWatchCondition PipelineRunJob监听条件

type PipelineRunWatchCondition

type PipelineRunWatchCondition struct {
	WithList   bool     `json:"with_list"`
	PipelineId uint     `json:"pipeline_id"`
	Id         uint     `json:"id"`
	StatusIn   []string `json:"status_in"`
}

type PipelineTriggerEventWatchCondition

type PipelineTriggerEventWatchCondition struct {
	Status string
}

PipelineTriggerEventWatchCondition PipelineTriggerEvent监听条件

type PipelineTriggerWatchCondition

type PipelineTriggerWatchCondition struct {
	Triggered bool
}

PipelineTriggerWatchCondition PipelineTrigger监听条件

Jump to

Keyboard shortcuts

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