mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
Add trash column to BootstrapAgentTemplate
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user