Skip to content

Commit

Permalink
remove KFCluster.Namespace which is not outputted by api-go at all (b…
Browse files Browse the repository at this point in the history
…ecause it's an internal field)
  • Loading branch information
alessandroargentieri committed Jun 7, 2023
1 parent 0bb2ed6 commit 502156e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kfcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type KfCluster struct {
KubeflowReady string `json:"kubeflow_ready"`
DashboardURL string `json:"dashboard_url"`
CreatedAt time.Time `json:"created_at"`
Namespace string `json:"-"`
}

// CreateKfClusterReq is the request for creating a KfCluster.
Expand Down

0 comments on commit 502156e

Please sign in to comment.