Commit 7dfa61a2 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #47947 from zouyee/opa

Automatic merge from submit-queue (batch tested with PRs 47776, 46220, 46878, 47942, 47947) fix comment mistake fix comment mistake **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```
parents e22215d3 5e56e529
...@@ -55,7 +55,7 @@ type Metadata struct { ...@@ -55,7 +55,7 @@ type Metadata struct {
// .. and other fields we don't care about. Expand as necessary. // .. and other fields we don't care about. Expand as necessary.
} }
// parseMetadataUUID reads JSON from OpenStack metadata server and parses // parseMetadata reads JSON from OpenStack metadata server and parses
// instance ID out of it. // instance ID out of it.
func parseMetadata(r io.Reader) (*Metadata, error) { func parseMetadata(r io.Reader) (*Metadata, error) {
var metadata Metadata var metadata Metadata
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment