Skip to content

Commit

Permalink
Remove upgradableVersions from Release CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed Oct 7, 2024
1 parent 2cb3294 commit 852e7b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions api/v1alpha1/release_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
type ReleaseSpec struct {
// Version of the HMC Release in the semver format.
Version string `json:"version"`
// UpgradeableVersions contains a list of versions available to upgrade from.
UpgradeableVersions []string `json:"upgradeableVersions,omitempty"`
// HMC references the HMC template.
HMC CoreProviderTemplate `json:"hmc"`
// CAPI references the Cluster API template.
Expand Down
5 changes: 0 additions & 5 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ spec:
- template
type: object
type: array
upgradeableVersions:
description: UpgradeableVersions contains a list of versions available
to upgrade from.
items:
type: string
type: array
version:
description: Version of the HMC Release in the semver format.
type: string
Expand Down

0 comments on commit 852e7b0

Please sign in to comment.