Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Status from InstallationSpec (closes #3232) #3233

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading