Documentation ¶
Index ¶
- type SpringBoot
- func (sb *SpringBoot) BuildImage() (err error, name string)
- func (sb *SpringBoot) Cache() (err error)
- func (sb *SpringBoot) Clean() (err error)
- func (sb *SpringBoot) Clone() (err error, name string)
- func (sb *SpringBoot) CodeQuqlity() (err error)
- func (sb *SpringBoot) Deploy() (err error)
- func (sb *SpringBoot) Make() (err error, name string)
- func (sb *SpringBoot) Notice() (err error, name string)
- func (sb *SpringBoot) Run() (err error)
- func (sb *SpringBoot) Scan() (err error)
- func (sb *SpringBoot) UnitTest() (err error)
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) Cache ¶
func (sb *SpringBoot) Cache() (err error)
func (*SpringBoot) CodeQuqlity ¶
func (sb *SpringBoot) CodeQuqlity() (err error)
func (*SpringBoot) Scan ¶
func (sb *SpringBoot) Scan() (err error)
func (*SpringBoot) UnitTest ¶
func (sb *SpringBoot) UnitTest() (err error)
Click to show internal directories.
Click to hide internal directories.