Skip to content

Commit

Permalink
Merge pull request #244 from dream11/development
Browse files Browse the repository at this point in the history
Cluster name in describe env
  • Loading branch information
akshaypatidar1999 authored Jun 28, 2024
2 parents 4d89b5e + a90b940 commit 1d90429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/environment/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type Env struct {
State string `yaml:"state,omitempty" json:"state,omitempty"`
DeletionTime string `yaml:"autoDeletionTime,omitempty" json:"autoDeletionTime,omitempty"`
Account []string `yaml:"cloudProviderAccounts,omitempty" json:"cloudProviderAccounts,omitempty"`
Cluster string `yaml:"cluster,omitempty" json:"cluster,omitempty"`
CreatedBy string `yaml:"createdBy,omitempty" json:"createdBy,omitempty"`
UpdatedBy string `yaml:"updatedBy,omitempty" json:"updatedBy,omitempty"`
CreatedAt string `yaml:"createdAt,omitempty" json:"createdAt,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ type application struct {
// App (Application) interface
var App application = application{
Name: "odin",
Version: "1.4.0",
Version: "1.4.1",
}

0 comments on commit 1d90429

Please sign in to comment.