Skip to content

Commit

Permalink
Merge branch 'cluster-query' of https://github.com/astronomer/astro-cli
Browse files Browse the repository at this point in the history
… into cluster-query

merge with orgine
  • Loading branch information
sunkickr committed Jun 6, 2022
2 parents ad6e43b + d6dffbe commit 92097b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-client/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type ResponseData struct {
GetDeployment Deployment `json:"deployment,omitempty"`
GetDeployments []Deployment `json:"deployments,omitempty"`
GetWorkspaces []Workspace `json:"workspaces,omitempty"`
GetClusters []Cluster `json:"clusters,omitempty"`
GetClusters []Cluster `json:"clusters,omitempty"`
SelfQuery *Self `json:"self,omitempty"`
RuntimeReleases []RuntimeRelease `json:"runtimeReleases,omitempty"`
DeploymentCreate Deployment `json:"DeploymentCreate,omitempty"`
Expand Down

0 comments on commit 92097b8

Please sign in to comment.