Adding Splunk and Equinix Metal providers (#6007)

This commit is contained in:
Paul Stack 2020-12-23 23:27:09 +00:00 committed by GitHub
parent 1d61784c1b
commit 02b83f3203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,6 +117,8 @@ var (
"venafi": "Venafi",
"vsphere": "vSphere",
"wavefront": "Wavefront",
"equinix-metal": "Equinix Metal",
"splunk": "Splunk",
}
// metaDescriptionRegexp attempts to extract the description from Resource.Comment.
// Extracts the first line, essentially the "human-friendly" part of the description.