event

package
v0.34.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NotStarted = "Not Started"
	InProgress = "In Progress"
	Complete   = "Complete"
	Failed     = "Failed"
)

Variables

This section is empty.

Functions

func BuildComplete added in v0.26.0

func BuildComplete(imageName string)

BuildComplete notifies that a build has completed.

func BuildFailed added in v0.26.0

func BuildFailed(imageName string, err error)

BuildFailed notifies that a build has failed.

func BuildInProgress added in v0.26.0

func BuildInProgress(imageName string)

BuildInProgress notifies that a build has been started.

func DeployComplete added in v0.26.0

func DeployComplete()

DeployComplete notifies that a deployment has completed.

func DeployFailed added in v0.26.0

func DeployFailed(err error)

DeployFailed notifies that a deployment has failed.

func DeployInProgress added in v0.26.0

func DeployInProgress()

DeployInProgress notifies that a deployment has been started.

func ForEachEvent added in v0.31.0

func ForEachEvent(callback func(*proto.LogEntry) error) error

func GetState added in v0.31.0

func GetState() (*proto.State, error)

func Handle

func Handle(event *proto.Event) error

func InitializeState

func InitializeState(build latest.BuildConfig)

InitializeState instantiates the global state of the skaffold runner, as well as the event log.

func LogSkaffoldMetadata

func LogSkaffoldMetadata(info *version.Info)

func PortForwarded added in v0.26.0

func PortForwarded(localPort, remotePort int32, podName, containerName, namespace string, portName string, resourceType, resourceName string)

PortForwarded notifies that a remote port has been forwarded locally.

Types

This section is empty.

Jump to

Keyboard shortcuts

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