Documentation ¶
Overview ¶
Package gcemetadata provides basic utilities around configuring the fake GCE Metadata Server component for integration testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance interface { // Address is the IP Address of the service provided by the fake GCE // Metadata Server. Address() string // Address is the IP Address of the service provided by the fake GCE // Metadata Server to be used for "VM" instances AddressVM() string }
Instance represents a deployed GCE Metadata Server app instance.
Click to show internal directories.
Click to hide internal directories.