Skip to content

Commit

Permalink
Remove Status from InstallationSpec (closes #3232) (#3233)
Browse files Browse the repository at this point in the history
* Remove Status from InstallationSpec (closes #3232)

Signed-off-by: Robin Brämer <[email protected]>

---------

Signed-off-by: Robin Brämer <[email protected]>
  • Loading branch information
robinbraemer authored Oct 7, 2024
1 parent 0f4d976 commit 8dbb923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ and we will add you. **All** contributors belong here. 💯
- [Alex Dejanu](https://github.com/dejanu)
- [Leo Bergnéhr](https://github.com/lbergnehr)
- [John Cudd](https://github.com/jmcudd)
- [Robin Brämer](https://github.com/robinbraemer)


3 changes: 0 additions & 3 deletions pkg/storage/installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ type InstallationSpec struct {
// Parameters specified by the user through overrides.
// Does not include defaults, or values resolved from parameter sources.
Parameters ParameterSet `json:"parameters,omitempty"`

// Status of the installation.
Status InstallationStatus `json:"status,omitempty"`
}

func (i InstallationSpec) String() string {
Expand Down

0 comments on commit 8dbb923

Please sign in to comment.