Documentation
¶
Overview ¶
Package cloudinfo provides cloud metadata utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudInfo ¶
type CloudInfo struct {
// contains filtered or unexported fields
}
CloudInfo holds state used in querying instance metadata (IMDS) endpoints.
func New ¶
New constructs a new *CloudInfo that will log to the provided logger instance.
func (*CloudInfo) GetPublicIPs ¶
GetPublicIPs returns any public IPs attached to the current cloud instance, if the tailscaled process is running in a known cloud and there are any such IPs present.
Currently supports only AWS.
Click to show internal directories.
Click to hide internal directories.