Versions in this module Expand all Collapse all v0 v0.1.0 Jun 8, 2015 Changes in this version + type DeleteOptions struct + Names []string + type DeprecateOptions struct + Names []string + State string + type GCEConfig struct + AccountFile string + ProjectID string + type GceCommand struct + func NewCommand(args []string) (*GceCommand, []string, error) + func (g *GceCommand) Delete(args []string) error + func (g *GceCommand) Help(command string) string + func (g *GceCommand) List(args []string) error + func (g *GceCommand) Modify(args []string) error + type GceImages struct + func New(conf *GCEConfig) (*GceImages, error) + func (g *GceImages) DeleteImages(opts *DeleteOptions) error + func (g *GceImages) DeprecateImages(opts *DeprecateOptions) error + func (g *GceImages) ProjectImages() (Images, error) + type Images compute.ImageList + func (i Images) Print(mode utils.OutputMode) error