mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-05 07:45:27 -04:00
cli: allow tagging cloud resources with custom tags (#3033)
This commit is contained in:
parent
f60c133724
commit
b187966581
27 changed files with 172 additions and 42 deletions
|
@ -16,6 +16,9 @@ import (
|
|||
// Provider is cloud provider used by the CLI.
|
||||
type Provider uint32
|
||||
|
||||
// Tags is the type that holds additional tags for cloud resources.
|
||||
type Tags map[string]string
|
||||
|
||||
const (
|
||||
// Unknown is default value for Provider.
|
||||
Unknown Provider = iota
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue