cli: refactor iam create command (#1034)

* AB#2788 refactor iam create

* AB#2788 go mod tidy

* AB#2788 encode b64 at runtime

* AB#2788 rename receiver
This commit is contained in:
Moritz Sanft 2023-02-01 11:32:01 +01:00 committed by GitHub
parent 39b8d4e396
commit 6166b52f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1241 additions and 1313 deletions

View file

@ -26,7 +26,7 @@ type cloudCreator interface {
) (clusterid.File, error)
}
type iamCreator interface {
type cloudIAMCreator interface {
Create(
ctx context.Context,
provider cloudprovider.Provider,