Skip to content

Commit

Permalink
Remove deprecated reporting api
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jun 20, 2019
1 parent a4a796e commit ead799d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ func GetProfileFile(profile string) string {
return filepath.Join(GetMinipath(), "profiles", profile, "config.json")
}

// ReportingURL is the URL for reporting a minikube error
const ReportingURL = "https://clouderrorreporting.googleapis.com/v1beta1/projects/k8s-minikube/events:report?key=AIzaSyACUwzG0dEPcl-eOgpDKnyKoUFgHdfoFuA"

// AddonsPath is the default path of the addons configuration
const AddonsPath = "/etc/kubernetes/addons"

Expand Down

0 comments on commit ead799d

Please sign in to comment.