SkaffoldModules constructor
SkaffoldModules({
- List<
String> ? configs, - SkaffoldGitSource? git,
- SkaffoldGCBRepoSource? googleCloudBuildRepo,
- SkaffoldGCSSource? googleCloudStorage,
Implementation
SkaffoldModules({
this.configs,
this.git,
this.googleCloudBuildRepo,
this.googleCloudStorage,
});