Update gen.go

This commit is contained in:
Alex Mullans 2021-10-01 14:46:46 -07:00 committed by GitHub
parent 33953c0a6b
commit d31c769267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,8 +76,8 @@ var (
"akamai": "Akamai",
"alicloud": "Alibaba Cloud",
"auth0": "Auth0",
"aws": "AWS",
"aws-native": "AWS Native (preview)",
"aws": "AWS Classic",
"aws-native": "AWS Native",
"azure": "Azure Classic",
"azure-native": "Azure Native",
"azuread": "Azure Active Directory",
@ -87,16 +87,18 @@ var (
"cloudamqp": "CloudAMQP",
"cloudflare": "Cloudflare",
"cloudinit": "cloud-init",
"confluent": "Confluent Cloud",
"consul": "Consul",
"datadog": "Datadog",
"digitalocean": "DigitalOcean",
"dnsimple": "DNSimple",
"docker": "Docker",
"eks": "EKS",
"eks": "Amazon EKS",
"equinix-metal": "Equinix Metal",
"f5bigip": "f5 BIG-IP",
"fastly": "Fastly",
"gcp": "Google Cloud Classic",
"google-native": "Google Cloud Native (preview)",
"google-native": "Google Cloud Native",
"github": "GitHub",
"gitlab": "GitLab",
"hcloud": "Hetzner Cloud",
@ -104,8 +106,10 @@ var (
"keycloak": "Keycloak",
"kong": "Kong",
"kubernetes": "Kubernetes",
"libvirt": "libvirt",
"linode": "Linode",
"mailgun": "Mailgun",
"minio": "MinIO",
"mongodbatlas": "MongoDB Atlas",
"mysql": "MySQL",
"newrelic": "New Relic",
@ -118,19 +122,19 @@ var (
"postgresql": "PostgreSQL",
"rabbitmq": "RabbitMQ",
"rancher2": "Rancher 2",
"random": "Random",
"random": "random",
"rke": "Rancher RKE",
"signalfx": "SignalFx",
"snowflake": "Snowflake",
"splunk": "Splunk",
"spotinst": "Spotinst",
"sumologic": "Sumo Logic",
"tls": "TLS",
"vault": "Vault",
"venafi": "Venafi",
"vsphere": "vSphere",
"wavefront": "Wavefront",
"equinix-metal": "Equinix Metal",
"splunk": "Splunk",
"yandex": "Yandex",
"rke": "Rancher RKE",
"sumologic": "SumoLogic",
}
// Property anchor tag separator, used in a property anchor tag id to separate the
// property and language (e.g. property~lang).