Documentation ¶
Index ¶
Constants ¶
View Source
const ( NotStarted = "Not Started" InProgress = "In Progress" Complete = "Complete" Failed = "Failed" )
Variables ¶
This section is empty.
Functions ¶
func InitializeState ¶
func InitializeState(build *latest.BuildConfig, deploy *latest.DeployConfig, opts *config.SkaffoldOptions) (func() error, error)
InitializeState instantiates the global state of the skaffold runner, as well as the event log. It returns a shutdown callback for tearing down the grpc server, which the runner is responsible for calling. This function can only be called once.
func LogSkaffoldMetadata ¶
func SetupRPCClient ¶
func SetupRPCClient(opts *config.SkaffoldOptions) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.