fake

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner struct {
	Finalizer       string
	ReconcilePeriod time.Duration
	ManageStatus    bool
	// Used to send error if Run should fail.
	Error error
	// Job Events that will be sent back from the runs channel
	JobEvents []eventapi.JobEvent
	//Stdout standard out to reply if failure occurs.
	Stdout string
}

Runner - implements the Runner interface for a GVK that's being watched.

func (*Runner) GetFinalizer

func (r *Runner) GetFinalizer() (string, bool)

GetFinalizer - gets the fake finalizer.

func (*Runner) GetManageStatus

func (r *Runner) GetManageStatus() bool

GetManageStatus - get managestatus.

func (*Runner) GetReconcilePeriod

func (r *Runner) GetReconcilePeriod() (time.Duration, bool)

GetReconcilePeriod - new reconcile period.

func (*Runner) Run

Run - runs the fake runner.

Jump to

Keyboard shortcuts

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