cloud.google.com/go/compute/metadata.Client.Get (method)
8 uses
cloud.google.com/go/compute/metadata (current package)
metadata.go#L94: v, err = cl.Get(c.k)
metadata.go#L204: func Get(suffix string) (string, error) { return defaultClient.Get(suffix) }
metadata.go#L333: func (c *Client) Get(suffix string) (string, error) {
metadata.go#L339: s, err = c.Get(suffix)
metadata.go#L345: j, err := c.Get(suffix)
metadata.go#L395: j, err := c.Get("instance/tags")
metadata.go#L439: return c.Get("instance/attributes/" + attr)
metadata.go#L451: return c.Get("project/attributes/" + attr)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |