Documentation
¶
Index ¶
Constants ¶
View Source
const (
// GCUserDataEndpoint is the local metadata endpoint inside of DO
GCUserDataEndpoint = "http://metadata.google.internal/computeMetadata/v1/instance/attributes/user-data"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleCloud ¶
type GoogleCloud struct{}
GoogleCloud is the concrete type that implements the platform.Platform interface.
func (*GoogleCloud) Install ¶
func (gc *GoogleCloud) Install(data *userdata.UserData) (err error)
Install implements the platform.Platform interface and handles additional system setup.
func (*GoogleCloud) Name ¶
func (gc *GoogleCloud) Name() string
Name implements the platform.Platform interface.
Click to show internal directories.
Click to hide internal directories.