Versions in this module Expand all Collapse all v0 v0.1.0 Sep 28, 2016 Changes in this version + const ContainerScope + const TokenURL + func GetContainerService(email string, pk PrivateKey) (*container.Service, error) + type ClusterLister interface + List func(projectID, zone string) (*container.ListClustersResponse, error) + type FakeClusterLister struct + Err error + Resp *container.ListClustersResponse + func (f FakeClusterLister) List(projectID, zone string) (*container.ListClustersResponse, error) + type GKEClusterLister struct + func NewGKEClusterLister(svc *container.Service) *GKEClusterLister + func (g *GKEClusterLister) List(projectID, zone string) (*container.ListClustersResponse, error) + type PrivateKey string + func (p PrivateKey) Bytes() []byte + func (p PrivateKey) String() string