Skip to content

Commit

Permalink
Dropping the unused parameters (#387)
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 authored Nov 22, 2023
1 parent 6074997 commit 9e6527f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions api/v1alpha1/masteruserrecord_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,6 @@ type UserAccountStatusEmbedded struct {
type Cluster struct {
// Name is the name of the corresponding ToolchainCluster resource
Name string `json:"name"`

// APIEndpoint is the API Endpoint of the cluster
APIEndpoint string `json:"apiEndpoint"`

// ConsoleURL is the web console URL of the cluster
ConsoleURL string `json:"consoleURL"`

// CheDashboardURL is the Che Dashboard URL of the cluster if Che is installed
// +optional
CheDashboardURL string `json:"cheDashboardURL,omitempty"`
}

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

0 comments on commit 9e6527f

Please sign in to comment.