Skip to content

Commit

Permalink
Remove unused ManagedOSVersion Status
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Jun 21, 2024
1 parent aae3ee6 commit fc5d8c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/v1beta1/managedosversion_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"strings"

"github.com/rancher/elemental-operator/pkg/object"
fleetv1 "github.com/rancher/fleet/pkg/apis/fleet.cattle.io/v1alpha1"
upgradev1 "github.com/rancher/system-upgrade-controller/pkg/apis/upgrade.cattle.io/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
Expand Down Expand Up @@ -60,9 +59,7 @@ type ManagedOSVersionSpec struct {
UpgradeContainer *upgradev1.ContainerSpec `json:"upgradeContainer,omitempty"`
}

type ManagedOSVersionStatus struct {
fleetv1.BundleStatus `json:""` //nolint
}
type ManagedOSVersionStatus struct{}

// +kubebuilder:object:root=true

Expand Down

0 comments on commit fc5d8c5

Please sign in to comment.