Skip to content

Commit

Permalink
Merge pull request #8 from castai/fix/clenaup-structs
Browse files Browse the repository at this point in the history
fix: cleanup register cluster
  • Loading branch information
zilvinasu authored Mar 10, 2021
2 parents c2693f4 + af46ad1 commit dced59b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ type TelemetryData struct {

type EKSParams struct {
ClusterName string `json:"clusterName"`
OrganizationID string `json:"organizationId"`
Region string `json:"region"`
AccountID string `json:"accountId"`
}

type RegisterClusterRequest struct {
Name string `json:"name"`
OrganizationID string `json:"organizationId"`
EKS EKSParams `json:"eks"`
}

Expand Down

0 comments on commit dced59b

Please sign in to comment.