drone

package
v0.0.0-...-6bd371c Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 10 Imported by: 2

Documentation

Overview

Package drone converts Drone 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 Drone pipeline to a Harness v1 pipeline.

func New

func New(options ...Option) *Converter

New creates a new Converter that converts a Drone pipeline to a Harness v1 pipeline.

func (*Converter) Convert

func (d *Converter) Convert(r io.Reader) ([]byte, error)

Convert downgrades a v1 pipeline.

func (*Converter) ConvertBytes

func (d *Converter) ConvertBytes(b []byte) ([]byte, error)

ConvertString downgrades a v1 pipeline.

func (*Converter) ConvertFile

func (d *Converter) ConvertFile(p string) ([]byte, error)

ConvertFile downgrades a v1 pipeline.

func (*Converter) ConvertString

func (d *Converter) ConvertString(s string) ([]byte, error)

ConvertString downgrades a v1 pipeline.

type Option

type Option func(*Converter)

Option configures a Converter option.

func WithDockerhub

func WithDockerhub(connector string) Option

WithDockerhub returns an option to set the default dockerhub registry connector.

func WithKubernetes

func WithKubernetes(namespace, connector string) Option

WithKubernetes returns an option to set the default runtime to Kubernetes.

func WithOrgSecrets

func WithOrgSecrets(secrets ...string) Option

WithOrgSecrets returns an option to set org secrets.

Directories

Path Synopsis
package yaml provides definitions for the Yaml schema.
package yaml provides definitions for the Yaml schema.

Jump to

Keyboard shortcuts

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