Documentation ¶
Overview ¶
Package travis converts Travis pipelines to Harness pipelines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct {
// contains filtered or unexported fields
}
Converter converts a Travis pipeline to a Harness v1 pipeline.
func (*Converter) ConvertBytes ¶
ConvertString downgrades a v1 pipeline.
func (*Converter) ConvertFile ¶
ConvertFile downgrades a v1 pipeline.
type Option ¶
type Option func(*Converter)
Option configures a Converter option.
func WithDockerhub ¶
WithDockerhub returns an option to set the default dockerhub registry connector.
func WithKubernetes ¶
WithKubernetes returns an option to set the default runtime to Kubernetes.
Click to show internal directories.
Click to hide internal directories.