Skip to content

Commit

Permalink
fix: cleanup register cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
zilvinasu committed Mar 10, 2021
1 parent 4008ae1 commit af46ad1
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 af46ad1

Please sign in to comment.