springboot

package
v0.0.0-...-8f83167 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SpringBoot

type SpringBoot struct {
	Name                 string                 `json:"name"`                   // 包名
	Url                  string                 `json:"url"`                    // 代码地址
	Revision             string                 `json:"revision"`               // 代码分支
	Status               string                 `json:"status"`                 // 状态码用于dag
	TektonClient         *versioned.Clientset   `json:"tekton_client"`          // tekton client
	TektonClientResource *tknResource.Clientset `json:"tekton_client_resource"` // tekton resource client
	NameSpace            string                 `json:"namespace"`              // 运行环境
}

func (*SpringBoot) BuildImage

func (sb *SpringBoot) BuildImage() (err error, name string)

打包镜像

func (*SpringBoot) Cache

func (sb *SpringBoot) Cache() (err error)

func (*SpringBoot) Clean

func (sb *SpringBoot) Clean() (err error)

资源清理

func (*SpringBoot) Clone

func (sb *SpringBoot) Clone() (err error, name string)

代码克隆

func (*SpringBoot) CodeQuqlity

func (sb *SpringBoot) CodeQuqlity() (err error)

func (*SpringBoot) Deploy

func (sb *SpringBoot) Deploy() (err error)

发布

func (*SpringBoot) Make

func (sb *SpringBoot) Make() (err error, name string)

编译代码

func (*SpringBoot) Notice

func (sb *SpringBoot) Notice() (err error, name string)

消息通知

func (*SpringBoot) Run

func (sb *SpringBoot) Run() (err error)

运行整个流程

func (*SpringBoot) Scan

func (sb *SpringBoot) Scan() (err error)

func (*SpringBoot) UnitTest

func (sb *SpringBoot) UnitTest() (err error)

Jump to

Keyboard shortcuts

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