Add hash interface

This commit is contained in:
Jingfang Liu
2018-10-05 13:29:06 -07:00
parent 489f6e2e67
commit 5036a12a65
11 changed files with 45 additions and 27 deletions

View File

@@ -29,7 +29,8 @@ func main() {
if err := commands.NewDefaultCommand(
k8sdeps.NewKustDecoder(),
k8sdeps.NewKustValidator()).Execute(); err != nil {
k8sdeps.NewKustValidator(),
k8sdeps.NewKustHash()).Execute(); err != nil {
os.Exit(1)
}
os.Exit(0)