mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
fix comment mistake
This commit is contained in:
parent
a3501fb994
commit
5e56e5294a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user