Skip to content
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

update some names for registry #11506

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 6 additions & 2 deletions pkg/codegen/docs/gen.go
Expand Up @@ -59,8 +59,10 @@ func titleLookup(shortName string) (string, bool) {
"aiven": "Aiven",
"akamai": "Akamai",
"alicloud": "Alibaba Cloud",
"artifactory": "Artifactory",
susanev marked this conversation as resolved.
Show resolved Hide resolved
"auth0": "Auth0",
"aws": "AWS Classic",
"awsx": "AWSx (Pulumi Crosswalk for AWS)",
susanev marked this conversation as resolved.
Show resolved Hide resolved
"aws-apigateway": "AWS API Gateway",
"aws-miniflux": "Miniflux",
"aws-native": "AWS Native",
Expand All @@ -83,6 +85,7 @@ func titleLookup(shortName string) (string, bool) {
"cloudamqp": "CloudAMQP",
"cloudflare": "Cloudflare",
"cloudinit": "cloud-init",
"command": "Command (preview)",
susanev marked this conversation as resolved.
Show resolved Hide resolved
"confluent": "Confluent Cloud",
"consul": "Consul",
"coredns-helm": "CoreDNS (Helm)",
Expand All @@ -91,11 +94,12 @@ func titleLookup(shortName string) (string, bool) {
"dnsimple": "DNSimple",
"docker": "Docker",
"docker-buildkit": "Docker BuildKit",
"ec": "ElasticCloud (EC)",
susanev marked this conversation as resolved.
Show resolved Hide resolved
"eks": "Amazon EKS",
"equinix-metal": "Equinix Metal",
"f5bigip": "f5 BIG-IP",
"fastly": "Fastly",
"gcp": "Google Cloud Classic",
"gcp": "Google Cloud (GCP) Classic",
"gcp-global-cloudrun": "Google Global Cloud Run",
"gcp-project-scaffold": "Google Project Scaffolding",
"google-native": "Google Cloud Native",
Expand Down Expand Up @@ -130,7 +134,7 @@ func titleLookup(shortName string) (string, bool) {
"prometheus-helm": "Prometheus (Helm)",
"rabbitmq": "RabbitMQ",
"rancher2": "Rancher 2",
"random": "random",
"random": "Random",
"rke": "Rancher RKE",
"run-my-darn-container": "Run My Darn Container",
"shipa": "Shipa",
Expand Down