Documentation ¶
Index ¶
Constants ¶
View Source
const ( Prompt = `Help improve Skaffold with our 2-minute anonymous survey: run 'skaffold survey' ` URL = "https://forms.gle/BMTbGQXLWSdn7vEs6" )
Variables ¶
View Source
var ( Form = fmt.Sprintf(`Thank you for offering your feedback on Skaffold! Understanding your experiences and opinions helps us make Skaffold better for you and other users. Skaffold will now attempt to open the survey in your default web browser. You may also manually open it using this link: %s Tip: To permanently disable the survey prompt, run: skaffold config set --survey --global disable-prompt true`, URL) )
Functions ¶
This section is empty.
Types ¶
type Runner ¶ added in v1.7.1
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) DisplaySurveyPrompt ¶ added in v1.7.1
Click to show internal directories.
Click to hide internal directories.