Imports of package gcp

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
golang.org/x/net/contextPackage context has been superseded by the standard library context package.
golang.org/x/oauth2
golang.org/x/oauth2/google
k8s.io/client-go/pkg/util/jsonpath
k8s.io/client-go/pkg/util/yaml
k8s.io/client-go/rest
net/httpPackage http provides HTTP client and server implementations.
os/execPackage exec runs external commands.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.