Skip to content

Commit

Permalink
Remove hostcluster id from control plane status
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <[email protected]>
  • Loading branch information
turkenh committed Aug 20, 2024
1 parent 068bae8 commit 54f0834
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/spaces/v1beta1/controlplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ type ControlPlaneStatus struct {
// ControlPlane is in this condition.
Message string `json:"message,omitempty"`
ControlPlaneID string `json:"controlPlaneID,omitempty"`
HostClusterID string `json:"hostClusterID,omitempty"`
}

// +kubebuilder:object:root=true
Expand Down

0 comments on commit 54f0834

Please sign in to comment.