Add trash column to BootstrapAgentTemplate

This commit is contained in:
Abin Simon
2022-04-26 15:29:05 +05:30
parent 9b7dc9a9a0
commit 3a87a77dca

View File

@@ -30,4 +30,5 @@ type BootstrapAgentTemplate struct {
Token string `bun:"token,notnull"`
InclusterTemplate string `bun:"incluster_template,notnull"`
OutofclusterTemplate string `bun:"outofcluster_template,notnull"`
Trash bool `bun:"type:bool"`
}