-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have consistent naming for Google Cloud services #1496
Changes from 2 commits
81c98b9
11b53d6
67dc54b
6cd7e41
4cf6fb8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -78,19 +78,19 @@ groups: | |||||||||
brief: Azure App Service | ||||||||||
- id: GCP_ComputeEngine | ||||||||||
value: 'gcp_compute_engine' | ||||||||||
brief: GCP Compute Engine | ||||||||||
brief: Google Compute Engine | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done for all. |
||||||||||
- id: GCP_CloudRun | ||||||||||
value: 'gcp_cloud_run' | ||||||||||
brief: GCP Cloud Run | ||||||||||
- id: GCP_GKE | ||||||||||
value: 'gcp_gke' | ||||||||||
brief: Google Cloud Run | ||||||||||
- id: GCP_KubernetesEngine | ||||||||||
value: 'gcp_kubernetes_engine' | ||||||||||
brief: Google Kubernetes Engine | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. +1 to @arminru comment, see: https://cloud.google.com/kubernetes-engine for the branded product name There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should be consistent with acronym usage across this whole file. EKS, e.g. is branded as Amazon Elastic Kubernetes Engine. If we're going to call out an acronym here, is there a reason we wouldn't use it in the Just want to understand what judgement call / criteria we're using for naming here so we're consistent across all offerings. |
||||||||||
- id: GCP_CloudFunctions | ||||||||||
value: 'gcp_cloud_functions' | ||||||||||
brief: GCP Cloud Functions | ||||||||||
brief: Google Cloud Functions | ||||||||||
- id: GCP_AppEngine | ||||||||||
value: 'gcp_app_engine' | ||||||||||
brief: GCP App Engine | ||||||||||
brief: Google Cloud App Engine | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
brief: > | ||||||||||
The cloud infrastructure resource in use. | ||||||||||
note: > | ||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Their brand name is actually Google Kubernetes/Compute Engine (GKE and GCE) without "Cloud" so it should be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.