Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultConfig = Options{CheckDeploySource: true}
)
Functions ¶
func Process ¶ added in v0.28.0
func Process(configs parser.SkaffoldConfigSet, validateConfig Options) error
Process checks if the Skaffold pipeline is valid and returns all encountered errors as a concatenated string
func ProcessWithRunContext ¶ added in v1.18.0
func ProcessWithRunContext(ctx context.Context, runCtx *runcontext.RunContext) error
ProcessWithRunContext checks if the Skaffold pipeline is valid when a RunContext is required. It returns all encountered errors as a concatenated string.
Types ¶
type Options ¶ added in v1.27.0
type Options struct {
CheckDeploySource bool
}
func GetValidationOpts ¶ added in v1.27.0
func GetValidationOpts(opts config.SkaffoldOptions) Options
Click to show internal directories.
Click to hide internal directories.