Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶ added in v1.2.78
type BuildOptions struct {
CommonOptions
}
type BuildWithReportOptions ¶ added in v1.2.78
type BuildWithReportOptions struct {
CommonOptions
}
type CommonOptions ¶ added in v1.2.78
type KubeCtlOptions ¶ added in v1.2.78
type KubeCtlOptions struct {
CommonOptions
}
type KubeRunOptions ¶ added in v1.2.78
type KubeRunOptions struct {
CommonOptions
Command []string
Image string
}
type Project ¶
func NewProject ¶
func (*Project) Build ¶
func (p *Project) Build(opts *BuildOptions) (combinedOut string)
func (*Project) BuildWithReport ¶
func (p *Project) BuildWithReport(buildReportPath string, opts *BuildWithReportOptions) (string, build.ImagesReport)
func (*Project) KubeCtl ¶ added in v1.2.78
func (p *Project) KubeCtl(opts *KubeCtlOptions) string
func (*Project) KubeRun ¶ added in v1.2.78
func (p *Project) KubeRun(opts *KubeRunOptions) string
Click to show internal directories.
Click to hide internal directories.