We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5f11d commit 8acaad4Copy full SHA for 8acaad4
cmd/cloudTemplateList.go
@@ -42,8 +42,6 @@ var cloudTemplateListCmd = &cobra.Command{
42
lwCliInst.Die(err)
43
}
44
45
- // determine template availability by zone
46
- //templatesByZone := map[int][]map[string]interface{}{}
47
for _, template := range templateList.Items {
48
if cast.ToBool(template["deprecated"]) {
49
continue
0 commit comments