Documentation ¶
Index ¶
Constants ¶
View Source
const PollInterval = 1000 * time.Millisecond
Variables ¶
View Source
var ErrorConfigurationChanged = errors.New("configuration changed")
ErrorConfigurationChanged is a special error that's returned when the skaffold configuration was changed.
Functions ¶
func WithNotification ¶ added in v0.6.1
WithNotification creates a deployer that bips each time a deploy is done.
Types ¶
type SkaffoldRunner ¶
type SkaffoldRunner struct { build.Builder deploy.Deployer tag.Tagger // contains filtered or unexported fields }
SkaffoldRunner is responsible for running the skaffold build and deploy pipeline.
func NewForConfig ¶
func NewForConfig(opts *config.SkaffoldOptions, cfg *config.SkaffoldConfig) (*SkaffoldRunner, error)
NewForConfig returns a new SkaffoldRunner for a SkaffoldConfig
Click to show internal directories.
Click to hide internal directories.