未验证 提交 c3d74660 编写于 作者: K KubeSphere CI Bot 提交者: GitHub

Merge pull request #2071 from shaowenchen/feature_add_pipeline_api

add pipeline api
......@@ -190,3 +190,7 @@ type TimerTrigger struct {
type RemoteTrigger struct {
Token string `json:"token,omitempty" description:"remote trigger token"`
}
func init() {
SchemeBuilder.Register(&Pipeline{}, &PipelineList{})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册