mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-31 19:18:40 -04:00
Remove cli/ec2
This commit is contained in:
parent
064151a956
commit
6a9419e89c
19 changed files with 6 additions and 1804 deletions
|
@ -2,7 +2,6 @@ package state
|
|||
|
||||
import (
|
||||
"github.com/edgelesssys/constellation/cli/cloud/cloudtypes"
|
||||
"github.com/edgelesssys/constellation/cli/ec2"
|
||||
)
|
||||
|
||||
// ConstellationState is the state of a Constellation.
|
||||
|
@ -11,9 +10,6 @@ type ConstellationState struct {
|
|||
UID string `json:"uid,omitempty"`
|
||||
CloudProvider string `json:"cloudprovider,omitempty"`
|
||||
|
||||
EC2Instances ec2.Instances `json:"ec2instances,omitempty"`
|
||||
EC2SecurityGroup string `json:"ec2securitygroup,omitempty"`
|
||||
|
||||
GCPNodes cloudtypes.Instances `json:"gcpnodes,omitempty"`
|
||||
GCPCoordinators cloudtypes.Instances `json:"gcpcoordinators,omitempty"`
|
||||
GCPNodeInstanceGroup string `json:"gcpnodeinstancegroup,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue