mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 23:49:37 -05:00
add tags to cluster id file struct
This commit is contained in:
parent
7b00005ed6
commit
e80948a263
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
type clusterIDsFile struct {
|
type clusterIDsFile struct {
|
||||||
ClusterID string
|
ClusterID string `json:"clusterID,omitempty"`
|
||||||
OwnerID string
|
OwnerID string `json:"ownerID,omitempty"`
|
||||||
IP string
|
IP string `json:"ip,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user