kpackbuilder

package
v0.0.0-...-e82d05c Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2020 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ErrPendingPullRequest represents pull request's merge_commit_sha is not ready
	ErrPendingPullRequest = xerrors.Errorf("pending pull request")
)

Functions

This section is empty.

Types

type KpackBuilder

type KpackBuilder struct {
	// contains filtered or unexported fields
}

func NewKpackBuilder

func NewKpackBuilder(
	client client.Client,
	remoteSync *v1alpha1.RemoteSync,
	config *config.Config,
	scheme *runtime.Scheme,
	logger logr.Logger,
) *KpackBuilder

func (*KpackBuilder) Run

func (b *KpackBuilder) Run(ctx context.Context) (err error)

type Status

type Status int

Status is a status of the generated resource

const (
	NotExisting Status = iota
	Desired
	Undesirable
)

Jump to

Keyboard shortcuts

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