mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-19 03:57:55 -04:00
initserver: add client verification
This commit is contained in:
parent
bffa5c580c
commit
3b6bc3b28f
39 changed files with 704 additions and 175 deletions
|
@ -17,7 +17,7 @@ import (
|
|||
|
||||
type terraformClient interface {
|
||||
PrepareWorkspace(provider cloudprovider.Provider, input terraform.Variables) error
|
||||
CreateCluster(ctx context.Context) (string, error)
|
||||
CreateCluster(ctx context.Context) (string, string, error)
|
||||
DestroyCluster(ctx context.Context) error
|
||||
CleanUpWorkspace() error
|
||||
RemoveInstaller()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue