├── app ├── Godeps ├── _workspace │ └── src │ │ ├── bitbucket.org │ │ └── ww │ │ │ └── goautoneg │ │ │ ├── .hg │ │ │ ├── undo.bookmarks │ │ │ ├── undo.dirstate │ │ │ ├── branch │ │ │ ├── store │ │ │ │ ├── phaseroots │ │ │ │ ├── undo.phaseroots │ │ │ │ ├── fncache │ │ │ │ ├── undo │ │ │ │ ├── 00changelog.i │ │ │ │ ├── 00manifest.i │ │ │ │ └── data │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── autoneg.go.i │ │ │ │ │ ├── _r_e_a_d_m_e.txt.i │ │ │ │ │ └── autoneg__test.go.i │ │ │ ├── undo.branch │ │ │ ├── requires │ │ │ ├── cache │ │ │ │ ├── tags │ │ │ │ └── branchheads-served │ │ │ ├── hgrc │ │ │ ├── undo.desc │ │ │ ├── 00changelog.i │ │ │ └── dirstate │ │ │ ├── Makefile │ │ │ └── autoneg_test.go │ │ └── code.google.com │ │ └── p │ │ ├── go-uuid │ │ ├── .hg │ │ │ ├── store │ │ │ │ ├── phaseroots │ │ │ │ ├── undo.phaseroots │ │ │ │ ├── 00changelog.i │ │ │ │ ├── 00manifest.i │ │ │ │ ├── data │ │ │ │ │ ├── dce.go.i │ │ │ │ │ ├── hash.go.i │ │ │ │ │ ├── node.go.i │ │ │ │ │ ├── time.go.i │ │ │ │ │ ├── util.go.i │ │ │ │ │ ├── uuid.go.i │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── uuid │ │ │ │ │ │ ├── dce.go.i │ │ │ │ │ │ ├── doc.go.i │ │ │ │ │ │ ├── hash.go.i │ │ │ │ │ │ ├── json.go.i │ │ │ │ │ │ ├── node.go.i │ │ │ │ │ │ ├── time.go.i │ │ │ │ │ │ ├── util.go.i │ │ │ │ │ │ ├── uuid.go.i │ │ │ │ │ │ ├── _makefile.i │ │ │ │ │ │ ├── seq__test.go.i │ │ │ │ │ │ ├── version1.go.i │ │ │ │ │ │ ├── version4.go.i │ │ │ │ │ │ ├── _l_i_c_e_n_s_e.i │ │ │ │ │ │ ├── json__test.go.i │ │ │ │ │ │ └── uuid__test.go.i │ │ │ │ │ ├── version1.go.i │ │ │ │ │ ├── version4.go.i │ │ │ │ │ ├── uuid__test.go.i │ │ │ │ │ ├── _c_o_n_t_r_i_b_u_t_o_r_s.i │ │ │ │ │ └── lib │ │ │ │ │ │ └── codereview │ │ │ │ │ │ ├── codereview.cfg.i │ │ │ │ │ │ └── codereview.py.i │ │ │ │ ├── fncache │ │ │ │ └── undo │ │ │ ├── undo.bookmarks │ │ │ ├── undo.dirstate │ │ │ ├── branch │ │ │ ├── undo.branch │ │ │ ├── requires │ │ │ ├── cache │ │ │ │ ├── tags │ │ │ │ └── branchheads-served │ │ │ ├── hgrc │ │ │ ├── undo.desc │ │ │ ├── 00changelog.i │ │ │ └── dirstate │ │ ├── CONTRIBUTORS │ │ ├── lib │ │ │ └── codereview │ │ │ │ └── codereview.cfg │ │ └── uuid │ │ │ ├── doc.go │ │ │ ├── version4.go │ │ │ ├── version1.go │ │ │ ├── LICENSE │ │ │ ├── hash.go │ │ │ └── util.go │ │ └── google-api-go-client │ │ ├── .hg │ │ ├── undo.dirstate │ │ ├── branch │ │ ├── store │ │ │ ├── phaseroots │ │ │ ├── undo.phaseroots │ │ │ ├── 00changelog.i │ │ │ ├── 00manifest.d │ │ │ ├── 00manifest.i │ │ │ └── data │ │ │ │ ├── _makefile.i │ │ │ │ ├── _t_o_d_o.i │ │ │ │ ├── ~2ehgtags.i │ │ │ │ ├── _n_o_t_e_s.i │ │ │ │ ├── last-change.i │ │ │ │ ├── ~2ehgignore.i │ │ │ │ ├── _a_u_t_h_o_r_s.i │ │ │ │ ├── _l_i_c_e_n_s_e.i │ │ │ │ ├── _r_e_a_d_m_e.i │ │ │ │ ├── examples │ │ │ │ ├── buzz.go.i │ │ │ │ ├── main.go.i │ │ │ │ ├── _makefile.i │ │ │ │ ├── books.go.i │ │ │ │ ├── compute.go.i │ │ │ │ ├── debug.go.i │ │ │ │ ├── drive.go.i │ │ │ │ ├── fitness.go.i │ │ │ │ ├── gmail.go.i │ │ │ │ ├── gopher.png.i │ │ │ │ ├── mirror.go.i │ │ │ │ ├── orkut.go.i │ │ │ │ ├── pubsub.go.i │ │ │ │ ├── storage.go.i │ │ │ │ ├── tasks.go.i │ │ │ │ ├── bigquery.go.i │ │ │ │ ├── calendar.go.i │ │ │ │ ├── mapsengine.go.i │ │ │ │ ├── prediction.go.i │ │ │ │ └── urlshortener.go.i │ │ │ │ ├── audit │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── audit-gen.go.i │ │ │ │ │ └── audit-api.json.i │ │ │ │ ├── books │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── books-gen.go.i │ │ │ │ │ └── books-api.json.i │ │ │ │ ├── build-examples.sh.i │ │ │ │ ├── buzz │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── buzz-gen.go.i │ │ │ │ │ └── buzz-api.json.i │ │ │ │ ├── googleapi │ │ │ │ ├── go11.go.i │ │ │ │ ├── types.go.i │ │ │ │ ├── googleapi.go.i │ │ │ │ ├── types__test.go.i │ │ │ │ ├── googleapi__test.go.i │ │ │ │ ├── transport │ │ │ │ │ └── apikey.go.i │ │ │ │ └── internal │ │ │ │ │ └── uritemplates │ │ │ │ │ ├── utils.go.i │ │ │ │ │ ├── _l_i_c_e_n_s_e.i │ │ │ │ │ └── uritemplates.go.i │ │ │ │ ├── orkut │ │ │ │ └── v2 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── orkut-gen.go.i │ │ │ │ │ └── orkut-api.json.i │ │ │ │ ├── plus │ │ │ │ ├── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── plus-gen.go.i │ │ │ │ │ └── plus-api.json.i │ │ │ │ ├── v1domains │ │ │ │ │ ├── plus-gen.go.i │ │ │ │ │ └── plus-api.json.i │ │ │ │ └── v1moments │ │ │ │ │ ├── plus-gen.go.i │ │ │ │ │ └── plus-api.json.i │ │ │ │ ├── tasks │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── tasks-gen.go.i │ │ │ │ │ └── tasks-api.json.i │ │ │ │ ├── adsense │ │ │ │ ├── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── adsense-gen.go.i │ │ │ │ │ ├── #adsense-api.json#.i │ │ │ │ │ ├── adsense-api.json.i │ │ │ │ │ └── ~2e#adsense-api.json.i │ │ │ │ ├── v1.1 │ │ │ │ │ ├── adsense-api.json.i │ │ │ │ │ └── adsense-gen.go.i │ │ │ │ ├── v1.2 │ │ │ │ │ ├── adsense-api.json.i │ │ │ │ │ └── adsense-gen.go.i │ │ │ │ ├── v1.3 │ │ │ │ │ ├── adsense-api.json.i │ │ │ │ │ └── adsense-gen.go.i │ │ │ │ └── v1.4 │ │ │ │ │ ├── adsense-api.json.i │ │ │ │ │ └── adsense-gen.go.i │ │ │ │ ├── blogger │ │ │ │ ├── v2 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── blogger-gen.go.i │ │ │ │ │ └── blogger-api.json.i │ │ │ │ └── v3 │ │ │ │ │ ├── blogger-gen.go.i │ │ │ │ │ └── blogger-api.json.i │ │ │ │ ├── calendar │ │ │ │ └── v3 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── calendar-api.json.i │ │ │ │ │ └── calendar-gen.go.i │ │ │ │ ├── drive │ │ │ │ ├── v1 │ │ │ │ │ ├── drive-gen.go.i │ │ │ │ │ └── drive-api.json.i │ │ │ │ └── v2 │ │ │ │ │ ├── drive-gen.go.i │ │ │ │ │ └── drive-api.json.i │ │ │ │ ├── freebase │ │ │ │ ├── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── freebase-api.json.i │ │ │ │ │ └── freebase-gen.go.i │ │ │ │ ├── v1-sandbox │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── freebase-gen.go.i │ │ │ │ │ └── freebase-api.json.i │ │ │ │ └── v1sandbox │ │ │ │ │ ├── freebase-gen.go.i │ │ │ │ │ └── freebase-api.json.i │ │ │ │ ├── games │ │ │ │ └── v1 │ │ │ │ │ ├── games-gen.go.i │ │ │ │ │ └── games-api.json.i │ │ │ │ ├── gmail │ │ │ │ └── v1 │ │ │ │ │ ├── gmail-gen.go.i │ │ │ │ │ └── gmail-api.json.i │ │ │ │ ├── google-api │ │ │ │ ├── _makefile.i │ │ │ │ └── googleapi.go.i │ │ │ │ ├── latitude │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── latitude-api.json.i │ │ │ │ │ └── latitude-gen.go.i │ │ │ │ ├── shopping │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── shopping-api.json.i │ │ │ │ │ └── shopping-gen.go.i │ │ │ │ ├── webfonts │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── webfonts-api.json.i │ │ │ │ │ └── webfonts-gen.go.i │ │ │ │ ├── _c_o_n_t_r_i_b_u_t_o_r_s.i │ │ │ │ ├── analytics │ │ │ │ ├── v2.4 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── analytics-gen.go.i │ │ │ │ │ └── analytics-api.json.i │ │ │ │ └── v3 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── analytics-gen.go.i │ │ │ │ │ └── analytics-api.json.i │ │ │ │ ├── diacritize │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── diacritize-gen.go.i │ │ │ │ │ └── diacritize-api.json.i │ │ │ │ ├── discovery │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── discovery-gen.go.i │ │ │ │ │ └── discovery-api.json.i │ │ │ │ ├── dns │ │ │ │ └── v1beta1 │ │ │ │ │ ├── dns-api.json.i │ │ │ │ │ └── dns-gen.go.i │ │ │ │ ├── gan │ │ │ │ └── v1beta1 │ │ │ │ │ ├── gan-api.json.i │ │ │ │ │ └── gan-gen.go.i │ │ │ │ ├── mirror │ │ │ │ └── v1 │ │ │ │ │ ├── mirror-gen.go.i │ │ │ │ │ └── mirror-api.json.i │ │ │ │ ├── moderator │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── moderator-gen.go.i │ │ │ │ │ └── moderator-api.json.i │ │ │ │ ├── oauth2 │ │ │ │ ├── v1 │ │ │ │ │ ├── oauth2-gen.go.i │ │ │ │ │ └── oauth2-api.json.i │ │ │ │ └── v2 │ │ │ │ │ ├── oauth2-gen.go.i │ │ │ │ │ └── oauth2-api.json.i │ │ │ │ ├── translate │ │ │ │ └── v2 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── translate-gen.go.i │ │ │ │ │ └── translate-api.json.i │ │ │ │ ├── compute │ │ │ │ ├── v1 │ │ │ │ │ ├── compute-gen.go.i │ │ │ │ │ └── compute-api.json.i │ │ │ │ ├── v1beta12 │ │ │ │ │ ├── compute-gen.go.i │ │ │ │ │ └── compute-api.json.i │ │ │ │ ├── v1beta13 │ │ │ │ │ ├── compute-gen.go.i │ │ │ │ │ └── compute-api.json.i │ │ │ │ ├── v1beta14 │ │ │ │ │ ├── compute-gen.go.i │ │ │ │ │ └── compute-api.json.i │ │ │ │ ├── v1beta15 │ │ │ │ │ ├── compute-gen.go.i │ │ │ │ │ └── compute-api.json.i │ │ │ │ └── v1beta16 │ │ │ │ │ ├── compute-gen.go.i │ │ │ │ │ └── compute-api.json.i │ │ │ │ ├── content │ │ │ │ └── v2 │ │ │ │ │ ├── content-gen.go.i │ │ │ │ │ └── content-api.json.i │ │ │ │ ├── customsearch │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── customsearch-gen.go.i │ │ │ │ │ └── customsearch-api.json.i │ │ │ │ ├── fitness │ │ │ │ └── v1 │ │ │ │ │ ├── fitness-gen.go.i │ │ │ │ │ └── fitness-api.json.i │ │ │ │ ├── prediction │ │ │ │ ├── v1.2 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── prediction-gen.go.i │ │ │ │ │ └── prediction-api.json.i │ │ │ │ ├── v1.3 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── prediction-gen.go.i │ │ │ │ │ └── prediction-api.json.i │ │ │ │ └── v1.4 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── prediction-gen.go.i │ │ │ │ │ └── prediction-api.json.i │ │ │ │ ├── storage │ │ │ │ ├── v1 │ │ │ │ │ ├── storage-gen.go.i │ │ │ │ │ └── storage-api.json.i │ │ │ │ ├── v1beta1 │ │ │ │ │ ├── storage-gen.go.i │ │ │ │ │ └── storage-api.json.i │ │ │ │ └── v1beta2 │ │ │ │ │ ├── storage-gen.go.i │ │ │ │ │ └── storage-api.json.i │ │ │ │ ├── urlshortener │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── urlshortener-gen.go.i │ │ │ │ │ └── urlshortener-api.json.i │ │ │ │ ├── youtube │ │ │ │ ├── v3 │ │ │ │ │ ├── youtube-gen.go.i │ │ │ │ │ └── youtube-api.json.i │ │ │ │ └── v3alpha │ │ │ │ │ ├── youtube-gen.go.i │ │ │ │ │ └── youtube-api.json.i │ │ │ │ ├── adexchangebuyer │ │ │ │ ├── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── adexchangebuyer-gen.go.i │ │ │ │ │ └── adexchangebuyer-api.json.i │ │ │ │ ├── v1.1 │ │ │ │ │ ├── adexchangebuyer-gen.go.i │ │ │ │ │ └── adexchangebuyer-api.json.i │ │ │ │ ├── v1.2 │ │ │ │ │ ├── adexchangebuyer-gen.go.i │ │ │ │ │ └── adexchangebuyer-api.json.i │ │ │ │ └── v1.3 │ │ │ │ │ ├── adexchangebuyer-gen.go.i │ │ │ │ │ └── adexchangebuyer-api.json.i │ │ │ │ ├── appstate │ │ │ │ └── v1 │ │ │ │ │ ├── appstate-api.json.i │ │ │ │ │ └── appstate-gen.go.i │ │ │ │ ├── bigquery │ │ │ │ ├── v2 │ │ │ │ │ ├── bigquery-api.json.i │ │ │ │ │ └── bigquery-gen.go.i │ │ │ │ └── v2beta1 │ │ │ │ │ ├── bigquery-api.json.i │ │ │ │ │ └── bigquery-gen.go.i │ │ │ │ ├── civicinfo │ │ │ │ ├── v1 │ │ │ │ │ ├── civicinfo-gen.go.i │ │ │ │ │ └── civicinfo-api.json.i │ │ │ │ ├── v2 │ │ │ │ │ ├── civicinfo-gen.go.i │ │ │ │ │ └── civicinfo-api.json.i │ │ │ │ └── us__v1 │ │ │ │ │ ├── civicinfo-gen.go.i │ │ │ │ │ └── civicinfo-api.json.i │ │ │ │ ├── groupssettings │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── groupssettings-gen.go.i │ │ │ │ │ └── groupssettings-api.json.i │ │ │ │ ├── lib │ │ │ │ └── codereview │ │ │ │ │ └── codereview.cfg.i │ │ │ │ ├── licensing │ │ │ │ └── v1 │ │ │ │ │ ├── licensing-gen.go.i │ │ │ │ │ └── licensing-api.json.i │ │ │ │ ├── pagespeedonline │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── pagespeedonline-gen.go.i │ │ │ │ │ └── pagespeedonline-api.json.i │ │ │ │ ├── pubsub │ │ │ │ └── v1beta1 │ │ │ │ │ ├── pubsub-gen.go.i │ │ │ │ │ └── pubsub-api.json.i │ │ │ │ ├── reseller │ │ │ │ ├── v1 │ │ │ │ │ ├── reseller-api.json.i │ │ │ │ │ └── reseller-gen.go.i │ │ │ │ └── v1sandbox │ │ │ │ │ ├── reseller-gen.go.i │ │ │ │ │ └── reseller-api.json.i │ │ │ │ ├── siteverification │ │ │ │ └── v1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── siteverification-gen.go.i │ │ │ │ │ └── siteverification-api.json.i │ │ │ │ ├── taskqueue │ │ │ │ ├── v1beta1 │ │ │ │ │ ├── _makefile.i │ │ │ │ │ ├── taskqueue-gen.go.i │ │ │ │ │ └── taskqueue-api.json.i │ │ │ │ └── v1beta2 │ │ │ │ │ ├── taskqueue-gen.go.i │ │ │ │ │ └── taskqueue-api.json.i │ │ │ │ ├── admin │ │ │ │ ├── reports__v1 │ │ │ │ │ ├── admin-gen.go.i │ │ │ │ │ └── admin-api.json.i │ │ │ │ ├── directory__v1 │ │ │ │ │ ├── admin-api.json.i │ │ │ │ │ └── admin-gen.go.i │ │ │ │ └── email__migration__v2 │ │ │ │ │ ├── admin-gen.go.i │ │ │ │ │ └── admin-api.json.i │ │ │ │ ├── coordinate │ │ │ │ └── v1 │ │ │ │ │ ├── coordinate-gen.go.i │ │ │ │ │ └── coordinate-api.json.i │ │ │ │ ├── genomics │ │ │ │ ├── v1beta │ │ │ │ │ ├── genomics-gen.go.i │ │ │ │ │ └── genomics-api.json.i │ │ │ │ └── v1beta2 │ │ │ │ │ ├── genomics-api.json.i │ │ │ │ │ └── genomics-gen.go.i │ │ │ │ ├── google-api-go-generator │ │ │ │ ├── gen.go.i │ │ │ │ ├── _makefile.i │ │ │ │ ├── gen__test.go.i │ │ │ │ └── testdata │ │ │ │ │ ├── mapofany.json.i │ │ │ │ │ ├── mapofany.want.i │ │ │ │ │ ├── variants.json.i │ │ │ │ │ ├── variants.want.i │ │ │ │ │ ├── blogger-3.json.i │ │ │ │ │ ├── blogger-3.want.i │ │ │ │ │ ├── quotednum.json.i │ │ │ │ │ ├── quotednum.want.i │ │ │ │ │ ├── mapofobjects.json.i │ │ │ │ │ ├── mapofobjects.want.i │ │ │ │ │ ├── arrayofarray-1.json.i │ │ │ │ │ ├── arrayofarray-1.want.i │ │ │ │ │ ├── getwithoutbody.json.i │ │ │ │ │ ├── getwithoutbody.want.i │ │ │ │ │ ├── mapofstrings-1.json.i │ │ │ │ │ ├── mapofstrings-1.want.i │ │ │ │ │ ├── arrayofmapofobjects.json.i │ │ │ │ │ ├── arrayofmapofobjects.want.i │ │ │ │ │ ├── arrayofmapofstrings.json.i │ │ │ │ │ ├── arrayofmapofstrings.want.i │ │ │ │ │ ├── mapofarrayofobjects.json.i │ │ │ │ │ ├── mapofarrayofobjects.want.i │ │ │ │ │ ├── resource-named-service.json.i │ │ │ │ │ └── resource-named-service.want.i │ │ │ │ ├── manager │ │ │ │ └── v1beta2 │ │ │ │ │ ├── manager-gen.go.i │ │ │ │ │ └── manager-api.json.i │ │ │ │ ├── mapsengine │ │ │ │ ├── v1 │ │ │ │ │ ├── mapsengine-gen.go.i │ │ │ │ │ └── mapsengine-api.json.i │ │ │ │ └── exp2 │ │ │ │ │ ├── mapsengine-gen.go.i │ │ │ │ │ └── mapsengine-api.json.i │ │ │ │ ├── qpxexpress │ │ │ │ └── v1 │ │ │ │ │ ├── qpxexpress-gen.go.i │ │ │ │ │ └── qpxexpress-api.json.i │ │ │ │ ├── tagmanager │ │ │ │ └── v1 │ │ │ │ │ ├── tagmanager-gen.go.i │ │ │ │ │ └── tagmanager-api.json.i │ │ │ │ ├── webmasters │ │ │ │ └── v3 │ │ │ │ │ ├── webmasters-gen.go.i │ │ │ │ │ └── webmasters-api.json.i │ │ │ │ ├── container │ │ │ │ └── v1beta1 │ │ │ │ │ ├── container-gen.go.i │ │ │ │ │ └── container-api.json.i │ │ │ │ ├── datastore │ │ │ │ ├── v1beta1 │ │ │ │ │ ├── datastore-gen.go.i │ │ │ │ │ └── datastore-api.json.i │ │ │ │ └── v1beta2 │ │ │ │ │ ├── datastore-gen.go.i │ │ │ │ │ └── datastore-api.json.i │ │ │ │ ├── plusdomains │ │ │ │ └── v1 │ │ │ │ │ ├── plusdomains-gen.go.i │ │ │ │ │ └── plusdomains-api.json.i │ │ │ │ ├── sqladmin │ │ │ │ ├── v1beta1 │ │ │ │ │ ├── sqladmin-api.json.i │ │ │ │ │ └── sqladmin-gen.go.i │ │ │ │ └── v1beta3 │ │ │ │ │ ├── sqladmin-api.json.i │ │ │ │ │ └── sqladmin-gen.go.i │ │ │ │ ├── adsensehost │ │ │ │ └── v4.1 │ │ │ │ │ ├── adsensehost-gen.go.i │ │ │ │ │ └── adsensehost-api.json.i │ │ │ │ ├── appsactivity │ │ │ │ └── v1 │ │ │ │ │ ├── appsactivity-gen.go.i │ │ │ │ │ └── appsactivity-api.json.i │ │ │ │ ├── autoscaler │ │ │ │ └── v1beta2 │ │ │ │ │ ├── autoscaler-gen.go.i │ │ │ │ │ └── autoscaler-api.json.i │ │ │ │ ├── dfareporting │ │ │ │ ├── v1 │ │ │ │ │ ├── dfareporting-gen.go.i │ │ │ │ │ └── dfareporting-api.json.i │ │ │ │ ├── v1.1 │ │ │ │ │ ├── dfareporting-api.json.i │ │ │ │ │ └── dfareporting-gen.go.i │ │ │ │ ├── v1.2 │ │ │ │ │ ├── dfareporting-api.json.i │ │ │ │ │ └── dfareporting-gen.go.i │ │ │ │ └── v1.3 │ │ │ │ │ ├── dfareporting-api.json.i │ │ │ │ │ └── dfareporting-gen.go.i │ │ │ │ ├── spectrum │ │ │ │ └── v1explorer │ │ │ │ │ ├── spectrum-gen.go.i │ │ │ │ │ └── spectrum-api.json.i │ │ │ │ ├── replicapool │ │ │ │ ├── v1beta1 │ │ │ │ │ ├── replicapool-gen.go.i │ │ │ │ │ └── replicapool-api.json.i │ │ │ │ └── v1beta2 │ │ │ │ │ ├── replicapool-gen.go.i │ │ │ │ │ └── replicapool-api.json.i │ │ │ │ ├── groupsmigration │ │ │ │ └── v1 │ │ │ │ │ ├── groupsmigration-gen.go.i │ │ │ │ │ └── groupsmigration-api.json.i │ │ │ │ ├── identitytoolkit │ │ │ │ └── v3 │ │ │ │ │ ├── identitytoolkit-gen.go.i │ │ │ │ │ └── identitytoolkit-api.json.i │ │ │ │ ├── adexchangeseller │ │ │ │ ├── v1 │ │ │ │ │ ├── adexchangeseller-gen.go.i │ │ │ │ │ └── adexchangeseller-api.json.i │ │ │ │ ├── v1.1 │ │ │ │ │ ├── adexchangeseller-gen.go.i │ │ │ │ │ └── adexchangeseller-api.json.i │ │ │ │ └── v2.0 │ │ │ │ │ ├── adexchangeseller-gen.go.i │ │ │ │ │ └── adexchangeseller-api.json.i │ │ │ │ ├── androidpublisher │ │ │ │ ├── v1 │ │ │ │ │ ├── androidpublisher-gen.go.i │ │ │ │ │ └── androidpublisher-api.json.i │ │ │ │ ├── v2 │ │ │ │ │ ├── androidpublisher-gen.go.i │ │ │ │ │ └── androidpublisher-api.json.i │ │ │ │ └── v1.1 │ │ │ │ │ ├── androidpublisher-gen.go.i │ │ │ │ │ └── androidpublisher-api.json.i │ │ │ │ ├── resourceviews │ │ │ │ ├── v1beta1 │ │ │ │ │ ├── resourceviews-api.json.i │ │ │ │ │ └── resourceviews-gen.go.i │ │ │ │ └── v1beta2 │ │ │ │ │ ├── resourceviews-api.json.i │ │ │ │ │ └── resourceviews-gen.go.i │ │ │ │ ├── youtubeanalytics │ │ │ │ ├── v1 │ │ │ │ │ ├── youtubeanalytics-gen.go.i │ │ │ │ │ └── youtubeanalytics-api.json.i │ │ │ │ └── v1beta1 │ │ │ │ │ ├── youtubeanalytics-gen.go.i │ │ │ │ │ └── youtubeanalytics-api.json.i │ │ │ │ ├── cloudmonitoring │ │ │ │ └── v2beta1 │ │ │ │ │ ├── cloudmonitoring-gen.go.i │ │ │ │ │ └── cloudmonitoring-api.json.i │ │ │ │ ├── doubleclicksearch │ │ │ │ └── v2 │ │ │ │ │ ├── doubleclicksearch-gen.go.i │ │ │ │ │ └── doubleclicksearch-api.json.i │ │ │ │ ├── gamesmanagement │ │ │ │ └── v1management │ │ │ │ │ ├── gamesmanagement-gen.go.i │ │ │ │ │ └── gamesmanagement-api.json.i │ │ │ │ ├── doubleclickbidmanager │ │ │ │ └── v1 │ │ │ │ │ ├── doubleclickbidmanager-gen.go.i │ │ │ │ │ └── doubleclickbidmanager-api.json.i │ │ │ │ └── replicapoolupdater │ │ │ │ └── v1beta1 │ │ │ │ ├── replicapoolupdater-api.json.i │ │ │ │ └── replicapoolupdater-gen.go.i │ │ ├── undo.bookmarks │ │ ├── undo.branch │ │ ├── requires │ │ ├── 00changelog.i │ │ ├── hgrc │ │ ├── undo.desc │ │ ├── dirstate │ │ └── cache │ │ │ ├── branchheads-served │ │ │ └── tags │ │ ├── .hgtags │ │ ├── TODO │ │ ├── lib │ │ └── codereview │ │ │ └── codereview.cfg │ │ ├── examples │ │ ├── gopher.png │ │ ├── tasks.go │ │ ├── drive.go │ │ ├── storage.go │ │ ├── urlshortener.go │ │ └── debug.go │ │ ├── .hgignore │ │ ├── build-examples.sh │ │ ├── AUTHORS │ │ ├── googleapi │ │ ├── internal │ │ │ └── uritemplates │ │ │ │ ├── utils.go │ │ │ │ └── LICENSE │ │ ├── transport │ │ │ └── apikey.go │ │ └── types_test.go │ │ ├── README │ │ ├── Makefile │ │ ├── NOTES │ │ ├── google-api-go-generator │ │ └── testdata │ │ │ ├── arrayofmapofobjects.json │ │ │ ├── arrayofmapofstrings.json │ │ │ ├── mapofobjects.json │ │ │ ├── arrayofarray-1.json │ │ │ ├── mapofany.json │ │ │ ├── arrayofmapofstrings.want │ │ │ ├── mapofobjects.want │ │ │ ├── arrayofmapofobjects.want │ │ │ ├── arrayofarray-1.want │ │ │ ├── mapofany.want │ │ │ ├── quotednum.want │ │ │ └── mapofstrings-1.json │ │ ├── LICENSE │ │ └── CONTRIBUTORS └── Readme ├── image ├── kube-ui ├── Makefile ├── Dockerfile └── kube-ui.go ├── .gitignore ├── hooks └── boilerplate.go.txt ├── README.md └── hack └── build-ui.sh /app: -------------------------------------------------------------------------------- 1 | ../kube-ui/app -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/undo.bookmarks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/undo.dirstate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/phaseroots: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/undo.bookmarks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/undo.dirstate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/phaseroots: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/undo.phaseroots: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/undo.phaseroots: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/undo.dirstate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/branch: -------------------------------------------------------------------------------- 1 | default 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/phaseroots: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/undo.bookmarks: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/undo.branch: -------------------------------------------------------------------------------- 1 | default -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/undo.phaseroots: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /image/kube-ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/image/kube-ui -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | Paul Borman 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/requires: -------------------------------------------------------------------------------- 1 | dotencode 2 | fncache 3 | revlogv1 4 | store 5 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/requires: -------------------------------------------------------------------------------- 1 | dotencode 2 | fncache 3 | revlogv1 4 | store 5 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/lib/codereview/codereview.cfg: -------------------------------------------------------------------------------- 1 | defaultcc: borman@google.com 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/cache/tags: -------------------------------------------------------------------------------- 1 | 4 75cd24fc2f2c2a2088577d12123ddee5f54e0675 2 | 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://bitbucket.org/ww/goautoneg 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://bitbucket.org/ww/goautoneg 4 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/cache/tags: -------------------------------------------------------------------------------- 1 | 14 35bc42037350f0078e3c974c6ea690f1926603ab 2 | 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://code.google.com/p/go-uuid 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://code.google.com/p/go-uuid 4 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/requires: -------------------------------------------------------------------------------- 1 | dotencode 2 | fncache 3 | revlogv1 4 | store 5 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hgtags: -------------------------------------------------------------------------------- 1 | b571b553f8c057cb6952ce817dfb09b6e34a8c0b release 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/00changelog.i: -------------------------------------------------------------------------------- 1 |  dummy changelog to prevent using the old repo layout -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/TODO: -------------------------------------------------------------------------------- 1 | Moved to: 2 | http://code.google.com/p/google-api-go-client/issues/ 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/hgrc: -------------------------------------------------------------------------------- 1 | [paths] 2 | default = https://code.google.com/p/google-api-go-client 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/undo.desc: -------------------------------------------------------------------------------- 1 | 0 2 | pull 3 | https://code.google.com/p/google-api-go-client 4 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/lib/codereview/codereview.cfg: -------------------------------------------------------------------------------- 1 | defaultcc: golang-codereviews@googlegroups.com 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/fncache: -------------------------------------------------------------------------------- 1 | data/autoneg.go.i 2 | data/Makefile.i 3 | data/autoneg_test.go.i 4 | data/README.txt.i 5 | -------------------------------------------------------------------------------- /Godeps/Readme: -------------------------------------------------------------------------------- 1 | This directory tree is generated automatically by godep. 2 | 3 | Please do not edit. 4 | 5 | See https://github.com/tools/godep for more information. 6 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/cache/branchheads-served: -------------------------------------------------------------------------------- 1 | 75cd24fc2f2c2a2088577d12123ddee5f54e0675 4 2 | 75cd24fc2f2c2a2088577d12123ddee5f54e0675 default 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/cache/branchheads-served: -------------------------------------------------------------------------------- 1 | 35bc42037350f0078e3c974c6ea690f1926603ab 14 2 | 35bc42037350f0078e3c974c6ea690f1926603ab default 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/dirstate -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/dirstate -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/undo: -------------------------------------------------------------------------------- 1 | 00changelog.i0 2 | 00manifest.i0 3 | data/Makefile.i0 4 | data/README.txt.i0 5 | data/autoneg.go.i0 6 | data/autoneg_test.go.i0 7 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/00changelog.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/00manifest.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/00changelog.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/00manifest.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/dce.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/dce.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/hash.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/hash.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/node.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/node.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/time.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/time.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/util.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/util.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/dirstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/dirstate -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/autoneg.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/autoneg.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/dce.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/dce.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/doc.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/doc.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/hash.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/hash.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/json.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/json.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/node.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/node.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/time.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/time.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/util.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/util.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/uuid.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/uuid.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/version1.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/version1.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/version4.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/version4.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/_r_e_a_d_m_e.txt.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/_r_e_a_d_m_e.txt.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/autoneg__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/.hg/store/data/autoneg__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/seq__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/seq__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/version1.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/version1.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/version4.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/version4.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/gopher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/gopher.png -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/_l_i_c_e_n_s_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/_l_i_c_e_n_s_e.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/json__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/json__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/uuid__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/uuid/uuid__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/00changelog.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/00changelog.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/00manifest.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/00manifest.d -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/00manifest.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/00manifest.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_t_o_d_o.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_t_o_d_o.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/~2ehgtags.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/~2ehgtags.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_n_o_t_e_s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_n_o_t_e_s.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/last-change.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/last-change.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/~2ehgignore.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/~2ehgignore.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/cache/branchheads-served: -------------------------------------------------------------------------------- 1 | 6ddfebb10ece847f1ae09c701834f1b15abbd8b2 135 2 | d7616afc0503273c4ad442e21d7bdbc82a40cb29 default 3 | 6ddfebb10ece847f1ae09c701834f1b15abbd8b2 default 4 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_a_u_t_h_o_r_s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_a_u_t_h_o_r_s.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_l_i_c_e_n_s_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_l_i_c_e_n_s_e.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_r_e_a_d_m_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_r_e_a_d_m_e.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hgignore: -------------------------------------------------------------------------------- 1 | _obj 2 | _testmain.go 3 | clientid.dat 4 | clientsecret.dat 5 | google-api-go-generator/google-api-go-gen 6 | 7 | syntax:glob 8 | *.6 9 | *.8 10 | *~ 11 | *.out 12 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/lib/codereview/codereview.cfg.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/lib/codereview/codereview.cfg.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/lib/codereview/codereview.py.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/data/lib/codereview/codereview.py.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/buzz.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/buzz.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/main.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/main.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/audit/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/audit/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/books/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/books/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/build-examples.sh.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/build-examples.sh.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/buzz/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/buzz/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/buzz/v1/buzz-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/buzz/v1/buzz-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/books.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/books.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/compute.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/compute.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/debug.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/debug.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/drive.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/drive.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/fitness.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/fitness.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/gmail.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/gmail.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/gopher.png.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/gopher.png.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/mirror.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/mirror.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/orkut.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/orkut.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/pubsub.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/pubsub.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/storage.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/storage.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/tasks.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/tasks.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/go11.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/go11.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/types.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/types.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/orkut/v2/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/orkut/v2/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1/plus-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1/plus-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tasks/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tasks/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/audit/v1/audit-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/audit/v1/audit-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v2/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v2/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/books/v1/books-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/books/v1/books-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/buzz/v1/buzz-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/buzz/v1/buzz-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/calendar/v3/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/calendar/v3/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v1/drive-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v1/drive-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v2/drive-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v2/drive-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/bigquery.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/bigquery.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/calendar.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/calendar.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/games/v1/games-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/games/v1/games-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gmail/v1/gmail-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gmail/v1/gmail-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/latitude/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/latitude/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/orkut/v2/orkut-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/orkut/v2/orkut-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1/plus-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1/plus-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/shopping/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/shopping/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tasks/v1/tasks-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tasks/v1/tasks-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webfonts/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webfonts/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/_c_o_n_t_r_i_b_u_t_o_r_s.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v2.4/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v2.4/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v3/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v3/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/audit/v1/audit-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/audit/v1/audit-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/books/v1/books-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/books/v1/books-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/diacritize/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/diacritize/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/discovery/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/discovery/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dns/v1beta1/dns-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dns/v1beta1/dns-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dns/v1beta1/dns-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dns/v1beta1/dns-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v1/drive-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v1/drive-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v2/drive-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/drive/v2/drive-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/mapsengine.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/mapsengine.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/prediction.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/prediction.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/urlshortener.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/examples/urlshortener.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/games/v1/games-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/games/v1/games-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gan/v1beta1/gan-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gan/v1beta1/gan-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gan/v1beta1/gan-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gan/v1beta1/gan-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gmail/v1/gmail-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gmail/v1/gmail-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api/googleapi.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api/googleapi.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/googleapi.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/googleapi.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/types__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/types__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mirror/v1/mirror-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mirror/v1/mirror-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/moderator/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/moderator/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v1/oauth2-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v1/oauth2-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v2/oauth2-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v2/oauth2-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/orkut/v2/orkut-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/orkut/v2/orkut-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tasks/v1/tasks-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tasks/v1/tasks-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/translate/v2/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/translate/v2/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/cache/tags: -------------------------------------------------------------------------------- 1 | 135 6ddfebb10ece847f1ae09c701834f1b15abbd8b2 240bf94bde841a072024e132d5d77029a0b0fbef 2 | 16 d7616afc0503273c4ad442e21d7bdbc82a40cb29 3 | 4 | b571b553f8c057cb6952ce817dfb09b6e34a8c0b release 5 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/adsense-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/adsense-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v2/blogger-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v2/blogger-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v3/blogger-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v3/blogger-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1/compute-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1/compute-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/content/v2/content-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/content/v2/content-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/customsearch/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/customsearch/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/fitness/v1/fitness-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/fitness/v1/fitness-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mirror/v1/mirror-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mirror/v1/mirror-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v1/oauth2-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v1/oauth2-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v2/oauth2-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/oauth2/v2/oauth2-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1domains/plus-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1domains/plus-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1moments/plus-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1moments/plus-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.2/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.2/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.3/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.3/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.4/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.4/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1/storage-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1/storage-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/urlshortener/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/urlshortener/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3/youtube-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3/youtube-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.1/adsense-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.1/adsense-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.1/adsense-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.1/adsense-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.2/adsense-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.2/adsense-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.2/adsense-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.2/adsense-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.3/adsense-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.3/adsense-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.3/adsense-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.3/adsense-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.4/adsense-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.4/adsense-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.4/adsense-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1.4/adsense-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/#adsense-api.json#.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/#adsense-api.json#.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/adsense-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/adsense-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v3/analytics-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v3/analytics-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appstate/v1/appstate-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appstate/v1/appstate-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appstate/v1/appstate-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appstate/v1/appstate-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2/bigquery-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2/bigquery-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2/bigquery-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2/bigquery-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v2/blogger-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v2/blogger-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v3/blogger-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/blogger/v3/blogger-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/calendar/v3/calendar-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/calendar/v3/calendar-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/calendar/v3/calendar-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/calendar/v3/calendar-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v1/civicinfo-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v1/civicinfo-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v2/civicinfo-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v2/civicinfo-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1/compute-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1/compute-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/content/v2/content-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/content/v2/content-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/discovery/v1/discovery-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/discovery/v1/discovery-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/fitness/v1/fitness-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/fitness/v1/fitness-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1-sandbox/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1-sandbox/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1/freebase-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1/freebase-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1/freebase-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1/freebase-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/googleapi__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/googleapi__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/transport/apikey.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/transport/apikey.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupssettings/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupssettings/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/latitude/v1/latitude-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/latitude/v1/latitude-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/latitude/v1/latitude-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/latitude/v1/latitude-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/lib/codereview/codereview.cfg.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/lib/codereview/codereview.cfg.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/licensing/v1/licensing-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/licensing/v1/licensing-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/moderator/v1/moderator-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/moderator/v1/moderator-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pagespeedonline/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pagespeedonline/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1domains/plus-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1domains/plus-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1moments/plus-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plus/v1moments/plus-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pubsub/v1beta1/pubsub-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pubsub/v1beta1/pubsub-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1/reseller-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1/reseller-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1/reseller-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1/reseller-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/shopping/v1/shopping-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/shopping/v1/shopping-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/shopping/v1/shopping-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/shopping/v1/shopping-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/siteverification/v1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/siteverification/v1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1/storage-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1/storage-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta1/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta1/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/translate/v2/translate-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/translate/v2/translate-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webfonts/v1/webfonts-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webfonts/v1/webfonts-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webfonts/v1/webfonts-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webfonts/v1/webfonts-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3/youtube-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3/youtube-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/reports__v1/admin-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/reports__v1/admin-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/~2e#adsense-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsense/v1/~2e#adsense-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v2.4/analytics-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v2.4/analytics-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v3/analytics-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v3/analytics-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v1/civicinfo-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v1/civicinfo-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v2/civicinfo-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/v2/civicinfo-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta12/compute-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta12/compute-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta13/compute-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta13/compute-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta14/compute-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta14/compute-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta15/compute-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta15/compute-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta16/compute-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta16/compute-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/coordinate/v1/coordinate-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/coordinate/v1/coordinate-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/diacritize/v1/diacritize-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/diacritize/v1/diacritize-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/discovery/v1/discovery-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/discovery/v1/discovery-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta/genomics-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta/genomics-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/licensing/v1/licensing-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/licensing/v1/licensing-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/manager/v1beta2/manager-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/manager/v1beta2/manager-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/v1/mapsengine-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/v1/mapsengine-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/moderator/v1/moderator-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/moderator/v1/moderator-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pubsub/v1beta1/pubsub-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pubsub/v1beta1/pubsub-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/qpxexpress/v1/qpxexpress-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/qpxexpress/v1/qpxexpress-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta1/storage-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta1/storage-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta2/storage-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta2/storage-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tagmanager/v1/tagmanager-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tagmanager/v1/tagmanager-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/translate/v2/translate-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/translate/v2/translate-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webmasters/v3/webmasters-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webmasters/v3/webmasters-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3alpha/youtube-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3alpha/youtube-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/directory__v1/admin-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/directory__v1/admin-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/directory__v1/admin-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/directory__v1/admin-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/reports__v1/admin-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/reports__v1/admin-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v2.4/analytics-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/analytics/v2.4/analytics-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2beta1/bigquery-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2beta1/bigquery-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2beta1/bigquery-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/bigquery/v2beta1/bigquery-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/us__v1/civicinfo-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/us__v1/civicinfo-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta12/compute-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta12/compute-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta13/compute-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta13/compute-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta14/compute-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta14/compute-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta15/compute-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta15/compute-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta16/compute-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/compute/v1beta16/compute-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/container/v1beta1/container-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/container/v1beta1/container-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/coordinate/v1/coordinate-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/coordinate/v1/coordinate-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta1/datastore-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta1/datastore-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta2/datastore-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta2/datastore-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/diacritize/v1/diacritize-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/diacritize/v1/diacritize-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1sandbox/freebase-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1sandbox/freebase-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta/genomics-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta/genomics-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta2/genomics-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta2/genomics-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta2/genomics-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/genomics/v1beta2/genomics-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/_makefile.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/_makefile.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/manager/v1beta2/manager-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/manager/v1beta2/manager-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/exp2/mapsengine-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/exp2/mapsengine-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/v1/mapsengine-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/v1/mapsengine-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plusdomains/v1/plusdomains-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plusdomains/v1/plusdomains-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.2/prediction-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.2/prediction-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.3/prediction-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.3/prediction-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.4/prediction-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.4/prediction-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/qpxexpress/v1/qpxexpress-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/qpxexpress/v1/qpxexpress-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1sandbox/reseller-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1sandbox/reseller-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta1/sqladmin-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta1/sqladmin-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta1/sqladmin-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta1/sqladmin-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta3/sqladmin-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta3/sqladmin-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta3/sqladmin-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/sqladmin/v1beta3/sqladmin-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta1/storage-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta1/storage-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta2/storage-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/storage/v1beta2/storage-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tagmanager/v1/tagmanager-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/tagmanager/v1/tagmanager-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta1/taskqueue-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta1/taskqueue-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta2/taskqueue-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta2/taskqueue-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webmasters/v3/webmasters-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/webmasters/v3/webmasters-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3alpha/youtube-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtube/v3alpha/youtube-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsensehost/v4.1/adsensehost-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsensehost/v4.1/adsensehost-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appsactivity/v1/appsactivity-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appsactivity/v1/appsactivity-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/autoscaler/v1beta2/autoscaler-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/autoscaler/v1beta2/autoscaler-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/us__v1/civicinfo-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/civicinfo/us__v1/civicinfo-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/container/v1beta1/container-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/container/v1beta1/container-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/customsearch/v1/customsearch-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/customsearch/v1/customsearch-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta1/datastore-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta1/datastore-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta2/datastore-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/datastore/v1beta2/datastore-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1/dfareporting-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1/dfareporting-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1-sandbox/freebase-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1-sandbox/freebase-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1sandbox/freebase-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1sandbox/freebase-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/gen__test.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/gen__test.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/exp2/mapsengine-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/mapsengine/exp2/mapsengine-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plusdomains/v1/plusdomains-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/plusdomains/v1/plusdomains-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.2/prediction-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.2/prediction-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.3/prediction-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.3/prediction-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.4/prediction-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/prediction/v1.4/prediction-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1sandbox/reseller-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/reseller/v1sandbox/reseller-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/spectrum/v1explorer/spectrum-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/spectrum/v1explorer/spectrum-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta1/taskqueue-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta1/taskqueue-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta2/taskqueue-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/taskqueue/v1beta2/taskqueue-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/urlshortener/v1/urlshortener-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/urlshortener/v1/urlshortener-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/email__migration__v2/admin-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/email__migration__v2/admin-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsensehost/v4.1/adsensehost-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adsensehost/v4.1/adsensehost-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appsactivity/v1/appsactivity-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/appsactivity/v1/appsactivity-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/autoscaler/v1beta2/autoscaler-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/autoscaler/v1beta2/autoscaler-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/customsearch/v1/customsearch-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/customsearch/v1/customsearch-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.1/dfareporting-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.1/dfareporting-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.1/dfareporting-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.1/dfareporting-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.2/dfareporting-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.2/dfareporting-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.2/dfareporting-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.2/dfareporting-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.3/dfareporting-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.3/dfareporting-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.3/dfareporting-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1.3/dfareporting-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1/dfareporting-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/dfareporting/v1/dfareporting-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1-sandbox/freebase-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/freebase/v1-sandbox/freebase-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupssettings/v1/groupssettings-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupssettings/v1/groupssettings-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta1/replicapool-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta1/replicapool-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta2/replicapool-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta2/replicapool-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/spectrum/v1explorer/spectrum-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/spectrum/v1explorer/spectrum-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/urlshortener/v1/urlshortener-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/urlshortener/v1/urlshortener-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1/adexchangebuyer-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1/adexchangebuyer-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/email__migration__v2/admin-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/admin/email__migration__v2/admin-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/internal/uritemplates/utils.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/internal/uritemplates/utils.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupsmigration/v1/groupsmigration-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupsmigration/v1/groupsmigration-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupssettings/v1/groupssettings-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupssettings/v1/groupssettings-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/identitytoolkit/v3/identitytoolkit-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/identitytoolkit/v3/identitytoolkit-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pagespeedonline/v1/pagespeedonline-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pagespeedonline/v1/pagespeedonline-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta1/replicapool-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta1/replicapool-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta2/replicapool-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapool/v1beta2/replicapool-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.1/adexchangebuyer-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.1/adexchangebuyer-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.2/adexchangebuyer-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.2/adexchangebuyer-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.3/adexchangebuyer-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.3/adexchangebuyer-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1/adexchangebuyer-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1/adexchangebuyer-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1/adexchangeseller-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1/adexchangeseller-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1/androidpublisher-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1/androidpublisher-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v2/androidpublisher-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v2/androidpublisher-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupsmigration/v1/groupsmigration-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/groupsmigration/v1/groupsmigration-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/identitytoolkit/v3/identitytoolkit-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/identitytoolkit/v3/identitytoolkit-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pagespeedonline/v1/pagespeedonline-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/pagespeedonline/v1/pagespeedonline-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta1/resourceviews-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta1/resourceviews-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta1/resourceviews-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta1/resourceviews-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta2/resourceviews-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta2/resourceviews-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta2/resourceviews-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/resourceviews/v1beta2/resourceviews-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/siteverification/v1/siteverification-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/siteverification/v1/siteverification-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1/youtubeanalytics-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1/youtubeanalytics-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/Makefile: -------------------------------------------------------------------------------- 1 | include $(GOROOT)/src/Make.inc 2 | 3 | TARG=bitbucket.org/ww/goautoneg 4 | GOFILES=autoneg.go 5 | 6 | include $(GOROOT)/src/Make.pkg 7 | 8 | format: 9 | gofmt -w *.go 10 | 11 | docs: 12 | gomake clean 13 | godoc ${TARG} > README.txt 14 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.1/adexchangebuyer-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.1/adexchangebuyer-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.2/adexchangebuyer-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.2/adexchangebuyer-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.3/adexchangebuyer-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangebuyer/v1.3/adexchangebuyer-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1.1/adexchangeseller-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1.1/adexchangeseller-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1/adexchangeseller-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1/adexchangeseller-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v2.0/adexchangeseller-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v2.0/adexchangeseller-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1.1/androidpublisher-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1.1/androidpublisher-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1/androidpublisher-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1/androidpublisher-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v2/androidpublisher-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v2/androidpublisher-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/cloudmonitoring/v2beta1/cloudmonitoring-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/cloudmonitoring/v2beta1/cloudmonitoring-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclicksearch/v2/doubleclicksearch-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclicksearch/v2/doubleclicksearch-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofany.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofany.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofany.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofany.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/variants.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/variants.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/variants.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/variants.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/internal/uritemplates/_l_i_c_e_n_s_e.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/internal/uritemplates/_l_i_c_e_n_s_e.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/siteverification/v1/siteverification-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/siteverification/v1/siteverification-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1/youtubeanalytics-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1/youtubeanalytics-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1.1/adexchangeseller-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v1.1/adexchangeseller-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v2.0/adexchangeseller-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/adexchangeseller/v2.0/adexchangeseller-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1.1/androidpublisher-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/androidpublisher/v1.1/androidpublisher-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/cloudmonitoring/v2beta1/cloudmonitoring-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/cloudmonitoring/v2beta1/cloudmonitoring-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclicksearch/v2/doubleclicksearch-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclicksearch/v2/doubleclicksearch-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/blogger-3.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/blogger-3.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/blogger-3.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/blogger-3.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/quotednum.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/quotednum.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/quotednum.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/quotednum.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/internal/uritemplates/uritemplates.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/googleapi/internal/uritemplates/uritemplates.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1beta1/youtubeanalytics-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1beta1/youtubeanalytics-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gamesmanagement/v1management/gamesmanagement-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gamesmanagement/v1management/gamesmanagement-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofobjects.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofobjects.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofobjects.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofobjects.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1beta1/youtubeanalytics-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/youtubeanalytics/v1beta1/youtubeanalytics-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclickbidmanager/v1/doubleclickbidmanager-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclickbidmanager/v1/doubleclickbidmanager-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gamesmanagement/v1management/gamesmanagement-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/gamesmanagement/v1management/gamesmanagement-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofarray-1.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofarray-1.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofarray-1.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofarray-1.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/getwithoutbody.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/getwithoutbody.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/getwithoutbody.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/getwithoutbody.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofstrings-1.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofstrings-1.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofstrings-1.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofstrings-1.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapoolupdater/v1beta1/replicapoolupdater-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapoolupdater/v1beta1/replicapoolupdater-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapoolupdater/v1beta1/replicapoolupdater-gen.go.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/replicapoolupdater/v1beta1/replicapoolupdater-gen.go.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclickbidmanager/v1/doubleclickbidmanager-api.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/doubleclickbidmanager/v1/doubleclickbidmanager-api.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofobjects.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofobjects.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofobjects.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofobjects.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofstrings.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofstrings.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofstrings.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/arrayofmapofstrings.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofarrayofobjects.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofarrayofobjects.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofarrayofobjects.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/mapofarrayofobjects.want.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/resource-named-service.json.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/resource-named-service.json.i -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/resource-named-service.want.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes-ui/kube-ui-docker/HEAD/Godeps/_workspace/src/code.google.com/p/google-api-go-client/.hg/store/data/google-api-go-generator/testdata/resource-named-service.want.i -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 | *.o 3 | *.a 4 | *.so 5 | 6 | # Folders 7 | _obj 8 | _test 9 | 10 | # Architecture specific extensions/prefixes 11 | *.[568vq] 12 | [568vq].out 13 | 14 | *.cgo1.go 15 | *.cgo2.c 16 | _cgo_defun.c 17 | _cgo_gotypes.go 18 | _cgo_export.* 19 | 20 | _testmain.go 21 | 22 | *.exe 23 | *.test 24 | *.prof 25 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/doc.go: -------------------------------------------------------------------------------- 1 | // Copyright 2011 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | // The uuid package generates and inspects UUIDs. 6 | // 7 | // UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security Services. 8 | package uuid 9 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/build-examples.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | set -e 4 | 5 | make -C google-api install 6 | make -C google-api-go-generator install 7 | google-api-go-generator/google-api-go-gen -cache -api=tasks:v1 8 | google-api-go-generator/google-api-go-gen -cache -api=urlshortener:v1 9 | make -C tasks/v1 install 10 | make -C urlshortener/v1 install 11 | make -C examples 12 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/AUTHORS: -------------------------------------------------------------------------------- 1 | # This is the official list of authors for copyright purposes. 2 | # This file is distinct from the CONTRIBUTORS files. 3 | # See the latter for an explanation. 4 | 5 | # Names should be added to this file as 6 | # Name or Organization 7 | # The email address is not required for organizations. 8 | 9 | # Please keep the list sorted. 10 | Google Inc. 11 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/googleapi/internal/uritemplates/utils.go: -------------------------------------------------------------------------------- 1 | package uritemplates 2 | 3 | func Expand(path string, expansions map[string]string) (string, error) { 4 | template, err := Parse(path) 5 | if err != nil { 6 | return "", err 7 | } 8 | values := make(map[string]interface{}) 9 | for k, v := range expansions { 10 | values[k] = v 11 | } 12 | return template.Expand(values) 13 | } 14 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/README: -------------------------------------------------------------------------------- 1 | Most of this project is auto-generated. 2 | 3 | The notable directories which are not auto-generated: 4 | 5 | google-api-go-generator/ -- the generator itself 6 | google-api/ -- shared common code, used by auto-generated code 7 | examples/ -- sample code 8 | 9 | When changing the generator, re-compile all APIs and submit the 10 | modified APIs in the same CL as the generator changes itself. 11 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | go install code.google.com/p/google-api-go-client/googleapi 3 | go install code.google.com/p/google-api-go-client/google-api-go-generator 4 | $(GOPATH)/bin/google-api-go-generator -cache=false -install -api=* 5 | 6 | cached: 7 | go install code.google.com/p/google-api-go-client/googleapi 8 | go install code.google.com/p/google-api-go-client/google-api-go-generator 9 | $(GOPATH)/bin/google-api-go-generator -cache=true -install -api=* 10 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/NOTES: -------------------------------------------------------------------------------- 1 | Discovery Service: 2 | http://code.google.com/apis/discovery/ 3 | http://code.google.com/apis/discovery/v1/reference.html 4 | 5 | The "type" key: 6 | http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.1 7 | 8 | The "format" key: 9 | http://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.23 10 | http://code.google.com/apis/discovery/v1/reference.html#parameter-format-summary 11 | 12 | Google JSON format docs: 13 | http://google-styleguide.googlecode.com/svn/trunk/jsoncstyleguide.xml 14 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/tasks.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "log" 5 | "net/http" 6 | 7 | tasks "code.google.com/p/google-api-go-client/tasks/v1" 8 | ) 9 | 10 | func init() { 11 | registerDemo("tasks", tasks.TasksScope, tasksMain) 12 | } 13 | 14 | func tasksMain(client *http.Client, argv []string) { 15 | taskapi, _ := tasks.New(client) 16 | task, err := taskapi.Tasks.Insert("@default", &tasks.Task{ 17 | Title: "finish this API code generator thing", 18 | Notes: "ummmm", 19 | Due: "2011-10-15T12:00:00.000Z", 20 | }).Do() 21 | log.Printf("Got task, err: %#v, %v", task, err) 22 | } 23 | -------------------------------------------------------------------------------- /hooks/boilerplate.go.txt: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright YEAR The Kubernetes Authors All rights reserved. 3 | 4 | Licensed under the Apache License, Version 2.0 (the "License"); 5 | you may not use this file except in compliance with the License. 6 | You may obtain a copy of the License at 7 | 8 | http://www.apache.org/licenses/LICENSE-2.0 9 | 10 | Unless required by applicable law or agreed to in writing, software 11 | distributed under the License is distributed on an "AS IS" BASIS, 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | See the License for the specific language governing permissions and 14 | limitations under the License. 15 | */ 16 | 17 | -------------------------------------------------------------------------------- /image/Makefile: -------------------------------------------------------------------------------- 1 | # Makefile for the Docker image gcr.io/kube-ui/kube-ui 2 | # MAINTAINER: Tim St. Clair 3 | # If you update this image please check the tag value before pushing. 4 | 5 | .PHONY: all container push clean 6 | 7 | # Keep this at dev, so no one accidentally blows away the latest published version. 8 | TAG = dev # current version: v1 9 | PREFIX = gcr.io/kube-ui 10 | 11 | all: push 12 | 13 | kube-ui: kube-ui.go 14 | CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' ./kube-ui.go 15 | 16 | container: kube-ui 17 | docker build -t $(PREFIX)/kube-ui:$(TAG) . 18 | 19 | push: container 20 | gcloud docker push $(PREFIX)/kube-ui:$(TAG) 21 | 22 | clean: 23 | rm -f kube-ui 24 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/fncache: -------------------------------------------------------------------------------- 1 | data/uuid/version4.go.i 2 | data/CONTRIBUTORS.i 3 | data/uuid/json_test.go.i 4 | data/uuid/doc.go.i 5 | data/Makefile.i 6 | data/dce.go.i 7 | data/uuid.go.i 8 | data/version4.go.i 9 | data/uuid/dce.go.i 10 | data/time.go.i 11 | data/lib/codereview/codereview.cfg.i 12 | data/uuid/uuid.go.i 13 | data/hash.go.i 14 | data/uuid/util.go.i 15 | data/lib/codereview/codereview.py.i 16 | data/uuid/node.go.i 17 | data/version1.go.i 18 | data/uuid/time.go.i 19 | data/uuid/version1.go.i 20 | data/util.go.i 21 | data/uuid/LICENSE.i 22 | data/uuid/json.go.i 23 | data/uuid/seq_test.go.i 24 | data/uuid_test.go.i 25 | data/node.go.i 26 | data/uuid/uuid_test.go.i 27 | data/uuid/hash.go.i 28 | data/uuid/Makefile.i 29 | -------------------------------------------------------------------------------- /image/Dockerfile: -------------------------------------------------------------------------------- 1 | # Copyright 2015 The Kubernetes Authors. All rights reserved. 2 | # 3 | # Licensed under the Apache License, Version 2.0 (the "License"); 4 | # you may not use this file except in compliance with the License. 5 | # You may obtain a copy of the License at 6 | # 7 | # http://www.apache.org/licenses/LICENSE-2.0 8 | # 9 | # Unless required by applicable law or agreed to in writing, software 10 | # distributed under the License is distributed on an "AS IS" BASIS, 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | # See the License for the specific language governing permissions and 13 | # limitations under the License. 14 | 15 | FROM scratch 16 | MAINTAINER Tim St. Clair 17 | ADD kube-ui kube-ui 18 | EXPOSE 8080 19 | ENTRYPOINT ["/kube-ui"] 20 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/.hg/store/undo: -------------------------------------------------------------------------------- 1 | 00changelog.i0 2 | 00manifest.i0 3 | data/node.go.i0 4 | data/time.go.i0 5 | data/uuid/seq_test.go.i0 6 | data/uuid/hash.go.i0 7 | data/uuid/doc.go.i0 8 | data/dce.go.i0 9 | data/uuid_test.go.i0 10 | data/uuid.go.i0 11 | data/uuid/util.go.i0 12 | data/uuid/json_test.go.i0 13 | data/uuid/version1.go.i0 14 | data/uuid/json.go.i0 15 | data/version1.go.i0 16 | data/uuid/version4.go.i0 17 | data/uuid/uuid.go.i0 18 | data/uuid/time.go.i0 19 | data/lib/codereview/codereview.py.i0 20 | data/Makefile.i0 21 | data/lib/codereview/codereview.cfg.i0 22 | data/util.go.i0 23 | data/hash.go.i0 24 | data/version4.go.i0 25 | data/uuid/Makefile.i0 26 | data/uuid/uuid_test.go.i0 27 | data/uuid/dce.go.i0 28 | data/uuid/LICENSE.i0 29 | data/uuid/node.go.i0 30 | data/CONTRIBUTORS.i0 31 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/drive.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "fmt" 5 | "log" 6 | "net/http" 7 | "os" 8 | 9 | drive "code.google.com/p/google-api-go-client/drive/v2" 10 | ) 11 | 12 | func init() { 13 | registerDemo("drive", drive.DriveScope, driveMain) 14 | } 15 | 16 | func driveMain(client *http.Client, argv []string) { 17 | if len(argv) != 1 { 18 | fmt.Fprintln(os.Stderr, "Usage: drive filename (to upload a file)") 19 | return 20 | } 21 | 22 | service, _ := drive.New(client) 23 | filename := argv[0] 24 | 25 | goFile, err := os.Open(filename) 26 | if err != nil { 27 | log.Fatalf("error opening %q: %v", filename, err) 28 | } 29 | driveFile, err := service.Files.Insert(&drive.File{Title: filename}).Media(goFile).Do() 30 | log.Printf("Got drive.File, err: %#v, %v", driveFile, err) 31 | } 32 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/storage.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "fmt" 5 | "log" 6 | "net/http" 7 | "os" 8 | 9 | storage "code.google.com/p/google-api-go-client/storage/v1" 10 | ) 11 | 12 | func init() { 13 | registerDemo("storage", storage.DevstorageRead_writeScope, storageMain) 14 | } 15 | 16 | func storageMain(client *http.Client, argv []string) { 17 | if len(argv) != 2 { 18 | fmt.Fprintln(os.Stderr, "Usage: storage filename bucket (to upload an object)") 19 | return 20 | } 21 | 22 | service, _ := storage.New(client) 23 | filename := argv[0] 24 | bucket := argv[1] 25 | 26 | goFile, err := os.Open(filename) 27 | if err != nil { 28 | log.Fatalf("error opening %q: %v", filename, err) 29 | } 30 | storageObject, err := service.Objects.Insert(bucket, &storage.Object{Name: filename}).Media(goFile).Do() 31 | log.Printf("Got storage.Object, err: %#v, %v", storageObject, err) 32 | } 33 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/arrayofmapofobjects.json: -------------------------------------------------------------------------------- 1 | { 2 | "kind": "discovery#restDescription", 3 | "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"", 4 | "discoveryVersion": "v1", 5 | "id": "arrayofmapofstrings:v1", 6 | "name": "arrayofmapofstrings", 7 | "version": "v1", 8 | "title": "Example API", 9 | "description": "The Example API demonstrates an array of arrays.", 10 | "ownerDomain": "google.com", 11 | "ownerName": "Google", 12 | "protocol": "rest", 13 | "schemas": { 14 | "Analyze": { 15 | "id": "Analyze", 16 | "type": "object", 17 | "properties": { 18 | "errors": { 19 | "type": "array", 20 | "description": "List of errors with the data.", 21 | "items": { 22 | "type": "object", 23 | "additionalProperties": { 24 | "$ref": "Property", 25 | "description": "Error level followed by a detailed error message." 26 | } 27 | } 28 | } 29 | } 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/arrayofmapofstrings.json: -------------------------------------------------------------------------------- 1 | { 2 | "kind": "discovery#restDescription", 3 | "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"", 4 | "discoveryVersion": "v1", 5 | "id": "arrayofmapofstrings:v1", 6 | "name": "arrayofmapofstrings", 7 | "version": "v1", 8 | "title": "Example API", 9 | "description": "The Example API demonstrates an array of arrays.", 10 | "ownerDomain": "google.com", 11 | "ownerName": "Google", 12 | "protocol": "rest", 13 | "schemas": { 14 | "Analyze": { 15 | "id": "Analyze", 16 | "type": "object", 17 | "properties": { 18 | "errors": { 19 | "type": "array", 20 | "description": "List of errors with the data.", 21 | "items": { 22 | "type": "object", 23 | "additionalProperties": { 24 | "type": "string", 25 | "description": "Error level followed by a detailed error message." 26 | } 27 | } 28 | } 29 | } 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/version4.go: -------------------------------------------------------------------------------- 1 | // Copyright 2011 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | package uuid 6 | 7 | // Random returns a Random (Version 4) UUID or panics. 8 | // 9 | // The strength of the UUIDs is based on the strength of the crypto/rand 10 | // package. 11 | // 12 | // A note about uniqueness derived from from the UUID Wikipedia entry: 13 | // 14 | // Randomly generated UUIDs have 122 random bits. One's annual risk of being 15 | // hit by a meteorite is estimated to be one chance in 17 billion, that 16 | // means the probability is about 0.00000000006 (6 × 10−11), 17 | // equivalent to the odds of creating a few tens of trillions of UUIDs in a 18 | // year and having one duplicate. 19 | func NewRandom() UUID { 20 | uuid := make([]byte, 16) 21 | randomBits([]byte(uuid)) 22 | uuid[6] = (uuid[6] & 0x0f) | 0x40 // Version 4 23 | uuid[8] = (uuid[8] & 0x3f) | 0x80 // Variant is 10 24 | return uuid 25 | } 26 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/mapofobjects.json: -------------------------------------------------------------------------------- 1 | { 2 | "kind": "discovery#restDescription", 3 | "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"", 4 | "discoveryVersion": "v1", 5 | "id": "additionalpropsobjs:v1", 6 | "name": "additionalpropsobjs", 7 | "version": "v1", 8 | "title": "Example API", 9 | "description": "The Example API demonstrates an associative array.", 10 | "ownerDomain": "google.com", 11 | "ownerName": "Google", 12 | "protocol": "rest", 13 | "schemas": { 14 | "Entity": { 15 | "id": "Entity", 16 | "type": "object", 17 | "externalTypeName": "apphosting.client.datastoreservice.proto.Entity", 18 | "properties": { 19 | "properties": { 20 | "type": "object", 21 | "description": "The entity's properties.", 22 | "additionalProperties": { 23 | "$ref": "Property", 24 | "description": "The name of the property. Properties with names matching regex \"__.*__\" are reserved. A reserved property name is forbidden in certain documented contexts. The name cannot be \"\"." 25 | } 26 | } 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg_test.go: -------------------------------------------------------------------------------- 1 | package goautoneg 2 | 3 | import ( 4 | "testing" 5 | ) 6 | 7 | var chrome = "application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" 8 | 9 | func TestParseAccept(t *testing.T) { 10 | alternatives := []string{"text/html", "image/png"} 11 | content_type := Negotiate(chrome, alternatives) 12 | if content_type != "image/png" { 13 | t.Errorf("got %s expected image/png", content_type) 14 | } 15 | 16 | alternatives = []string{"text/html", "text/plain", "text/n3"} 17 | content_type = Negotiate(chrome, alternatives) 18 | if content_type != "text/html" { 19 | t.Errorf("got %s expected text/html", content_type) 20 | } 21 | 22 | alternatives = []string{"text/n3", "text/plain"} 23 | content_type = Negotiate(chrome, alternatives) 24 | if content_type != "text/plain" { 25 | t.Errorf("got %s expected text/plain", content_type) 26 | } 27 | 28 | alternatives = []string{"text/n3", "application/rdf+xml"} 29 | content_type = Negotiate(chrome, alternatives) 30 | if content_type != "text/n3" { 31 | t.Errorf("got %s expected text/n3", content_type) 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/googleapi/internal/uritemplates/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013 Joshua Tacoma 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of 4 | this software and associated documentation files (the "Software"), to deal in 5 | the Software without restriction, including without limitation the rights to 6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 7 | the Software, and to permit persons to whom the Software is furnished to do so, 8 | subject to the following conditions: 9 | 10 | The above copyright notice and this permission notice shall be included in all 11 | copies or substantial portions of the Software. 12 | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 15 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 16 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 17 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 18 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # kube-ui-docker 2 | 3 | This repo assumes that you've got https://github.com/kubernetes-ui/kube-ui cloned at the same level as this repo e.g., 4 | ``` 5 | ├── kube-ui-docker 6 | ├── kube-ui 7 | ``` 8 | 9 | To make the production code available to the Kubernetes api server, run this command from the top level directory: 10 | 11 | ``` 12 | hack/build-ui.sh dashboard 13 | ``` 14 | 15 | It runs the `go-bindata` tool to package the generated `app` directory and other user interface content, such as the Swagger documentation, into `pkg/ui/data/dashboard/datafile.go`. Note: go-bindata can be installed with `go get github.com/jteeuwen/go-bindata/...`. 16 | 17 | Then, run `make kube-ui` in the `image` directory to build a new `kube-ui` binary that includes the updated `datafile.go`. When the updated UI is ready for release, increment the version tag in `image/Makefile` and run `make push` in the same directory to build & push the new kube-ui docker image. 18 | 19 | ### Serving the app in production 20 | The app is served in production by the `kube-ui` binary at: 21 | 22 | ``` 23 | https:///ui/ 24 | ``` 25 | 26 | which redirects to: 27 | 28 | ``` 29 | https:///api/v1/proxy/namespaces/default/services/kube-ui/ 30 | ``` 31 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/googleapi/transport/apikey.go: -------------------------------------------------------------------------------- 1 | // Copyright 2012 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | // Package transport contains HTTP transports used to make 6 | // authenticated API requests. 7 | package transport 8 | 9 | import ( 10 | "errors" 11 | "net/http" 12 | ) 13 | 14 | // APIKey is an HTTP Transport which wraps an underlying transport and 15 | // appends an API Key "key" parameter to the URL of outgoing requests. 16 | type APIKey struct { 17 | // Key is the API Key to set on requests. 18 | Key string 19 | 20 | // Transport is the underlying HTTP transport. 21 | // If nil, http.DefaultTransport is used. 22 | Transport http.RoundTripper 23 | } 24 | 25 | func (t *APIKey) RoundTrip(req *http.Request) (*http.Response, error) { 26 | rt := t.Transport 27 | if rt == nil { 28 | rt = http.DefaultTransport 29 | if rt == nil { 30 | return nil, errors.New("googleapi/transport: no Transport specified or available") 31 | } 32 | } 33 | newReq := *req 34 | args := newReq.URL.Query() 35 | args.Set("key", t.Key) 36 | newReq.URL.RawQuery = args.Encode() 37 | return rt.RoundTrip(&newReq) 38 | } 39 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/googleapi/types_test.go: -------------------------------------------------------------------------------- 1 | // Copyright 2013 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | package googleapi 6 | 7 | import ( 8 | "encoding/json" 9 | "reflect" 10 | "testing" 11 | ) 12 | 13 | func TestTypes(t *testing.T) { 14 | type T struct { 15 | I32 Int32s 16 | I64 Int64s 17 | U32 Uint32s 18 | U64 Uint64s 19 | F64 Float64s 20 | } 21 | v := &T{ 22 | I32: Int32s{-1, 2, 3}, 23 | I64: Int64s{-1, 2, 1 << 33}, 24 | U32: Uint32s{1, 2}, 25 | U64: Uint64s{1, 2, 1 << 33}, 26 | F64: Float64s{1.5, 3.33}, 27 | } 28 | got, err := json.Marshal(v) 29 | if err != nil { 30 | t.Fatal(err) 31 | } 32 | want := `{"I32":["-1","2","3"],"I64":["-1","2","8589934592"],"U32":["1","2"],"U64":["1","2","8589934592"],"F64":["1.5","3.33"]}` 33 | if string(got) != want { 34 | t.Fatalf("Marshal mismatch.\n got: %s\nwant: %s\n", got, want) 35 | } 36 | 37 | v2 := new(T) 38 | if err := json.Unmarshal(got, v2); err != nil { 39 | t.Fatalf("Unmarshal: %v", err) 40 | } 41 | if !reflect.DeepEqual(v, v2) { 42 | t.Fatalf("Unmarshal didn't produce same results.\n got: %#v\nwant: %#v\n", v, v2) 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/arrayofarray-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "kind": "discovery#restDescription", 3 | "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"", 4 | "discoveryVersion": "v1", 5 | "id": "arrayofarray:v1", 6 | "name": "arrayofarray", 7 | "version": "v1", 8 | "title": "Example API", 9 | "description": "The Example API demonstrates an array of arrays.", 10 | "ownerDomain": "google.com", 11 | "ownerName": "Google", 12 | "protocol": "rest", 13 | "schemas": { 14 | "GeoJsonMultiPolygon": { 15 | "id": "GeoJsonMultiPolygon", 16 | "type": "object", 17 | "description": "Multi Polygon", 18 | "properties": { 19 | "coordinates": { 20 | "type": "array", 21 | "description": "Coordinate arrays.", 22 | "items": { 23 | "type": "array", 24 | "items": { 25 | "type": "array", 26 | "items": { 27 | "type": "array", 28 | "items": { 29 | "type": "number", 30 | "format": "double" 31 | } 32 | } 33 | } 34 | } 35 | }, 36 | "type": { 37 | "type": "string", 38 | "description": "Identifies this object as a multi-polygon.", 39 | "enum": [ 40 | "MultiPolygon" 41 | ], 42 | "enumDescriptions": [ 43 | "" 44 | ] 45 | } 46 | } 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/urlshortener.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "fmt" 5 | "log" 6 | "net/http" 7 | "os" 8 | "strings" 9 | 10 | urlshortener "code.google.com/p/google-api-go-client/urlshortener/v1" 11 | ) 12 | 13 | func init() { 14 | registerDemo("urlshortener", urlshortener.UrlshortenerScope, urlShortenerMain) 15 | } 16 | 17 | func urlShortenerMain(client *http.Client, argv []string) { 18 | if len(argv) != 1 { 19 | fmt.Fprintf(os.Stderr, "Usage: urlshortener http://goo.gl/xxxxx (to look up details)\n") 20 | fmt.Fprintf(os.Stderr, " urlshortener http://example.com/long (to shorten)\n") 21 | return 22 | } 23 | 24 | svc, _ := urlshortener.New(client) 25 | urlstr := argv[0] 26 | 27 | // short -> long 28 | if strings.HasPrefix(urlstr, "http://goo.gl/") || strings.HasPrefix(urlstr, "https://goo.gl/") { 29 | url, err := svc.Url.Get(urlstr).Do() 30 | if err != nil { 31 | log.Fatalf("URL Get: %v", err) 32 | } 33 | fmt.Printf("Lookup of %s: %s\n", urlstr, url.LongUrl) 34 | return 35 | } 36 | 37 | // long -> short 38 | url, err := svc.Url.Insert(&urlshortener.Url{ 39 | Kind: "urlshortener#url", // Not really needed 40 | LongUrl: urlstr, 41 | }).Do() 42 | if err != nil { 43 | log.Fatalf("URL Insert: %v", err) 44 | } 45 | fmt.Printf("Shortened %s => %s\n", urlstr, url.Id) 46 | } 47 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/version1.go: -------------------------------------------------------------------------------- 1 | // Copyright 2011 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | package uuid 6 | 7 | import ( 8 | "encoding/binary" 9 | ) 10 | 11 | // NewUUID returns a Version 1 UUID based on the current NodeID and clock 12 | // sequence, and the current time. If the NodeID has not been set by SetNodeID 13 | // or SetNodeInterface then it will be set automatically. If the NodeID cannot 14 | // be set NewUUID returns nil. If clock sequence has not been set by 15 | // SetClockSequence then it will be set automatically. If GetTime fails to 16 | // return the current NewUUID returns nil. 17 | func NewUUID() UUID { 18 | if nodeID == nil { 19 | SetNodeInterface("") 20 | } 21 | 22 | now, err := GetTime() 23 | if err != nil { 24 | return nil 25 | } 26 | 27 | uuid := make([]byte, 16) 28 | 29 | time_low := uint32(now & 0xffffffff) 30 | time_mid := uint16((now >> 32) & 0xffff) 31 | time_hi := uint16((now >> 48) & 0x0fff) 32 | time_hi |= 0x1000 // Version 1 33 | 34 | binary.BigEndian.PutUint32(uuid[0:], time_low) 35 | binary.BigEndian.PutUint16(uuid[4:], time_mid) 36 | binary.BigEndian.PutUint16(uuid[6:], time_hi) 37 | binary.BigEndian.PutUint16(uuid[8:], clock_seq) 38 | copy(uuid[10:], nodeID) 39 | 40 | return uuid 41 | } 42 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/examples/debug.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "bytes" 5 | "fmt" 6 | "io" 7 | "io/ioutil" 8 | "net/http" 9 | "os" 10 | ) 11 | 12 | type logTransport struct { 13 | rt http.RoundTripper 14 | } 15 | 16 | func (t *logTransport) RoundTrip(req *http.Request) (*http.Response, error) { 17 | var buf bytes.Buffer 18 | 19 | os.Stdout.Write([]byte("\n[request]\n")) 20 | if req.Body != nil { 21 | req.Body = ioutil.NopCloser(&readButCopy{req.Body, &buf}) 22 | } 23 | req.Write(os.Stdout) 24 | if req.Body != nil { 25 | req.Body = ioutil.NopCloser(&buf) 26 | } 27 | os.Stdout.Write([]byte("\n[/request]\n")) 28 | 29 | res, err := t.rt.RoundTrip(req) 30 | 31 | fmt.Printf("[response]\n") 32 | if err != nil { 33 | fmt.Printf("ERROR: %v", err) 34 | } else { 35 | body := res.Body 36 | res.Body = nil 37 | res.Write(os.Stdout) 38 | if body != nil { 39 | res.Body = ioutil.NopCloser(&echoAsRead{body}) 40 | } 41 | } 42 | 43 | return res, err 44 | } 45 | 46 | type echoAsRead struct { 47 | src io.Reader 48 | } 49 | 50 | func (r *echoAsRead) Read(p []byte) (int, error) { 51 | n, err := r.src.Read(p) 52 | if n > 0 { 53 | os.Stdout.Write(p[:n]) 54 | } 55 | if err == io.EOF { 56 | fmt.Printf("\n[/response]\n") 57 | } 58 | return n, err 59 | } 60 | 61 | type readButCopy struct { 62 | src io.Reader 63 | dst io.Writer 64 | } 65 | 66 | func (r *readButCopy) Read(p []byte) (int, error) { 67 | n, err := r.src.Read(p) 68 | if n > 0 { 69 | r.dst.Write(p[:n]) 70 | } 71 | return n, err 72 | } 73 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/mapofany.json: -------------------------------------------------------------------------------- 1 | { 2 | "kind": "discovery#restDescription", 3 | "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"", 4 | "discoveryVersion": "v1", 5 | "id": "mapofany:v1", 6 | "name": "mapofany", 7 | "version": "v1", 8 | "title": "Example API", 9 | "description": "The Example API demonstrates an associative array.", 10 | "ownerDomain": "google.com", 11 | "ownerName": "Google", 12 | "protocol": "rest", 13 | "schemas": { 14 | "TableDataInsertAllRequest": { 15 | "id": "TableDataInsertAllRequest", 16 | "type": "object", 17 | "properties": { 18 | "kind": { 19 | "type": "string", 20 | "description": "The resource type of the response.", 21 | "default": "bigquery#tableDataInsertAllRequest" 22 | }, 23 | "rows": { 24 | "type": "array", 25 | "description": "The rows to insert.", 26 | "items": { 27 | "type": "object", 28 | "properties": { 29 | "json": { 30 | "$ref": "JsonObject", 31 | "description": "[Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema." 32 | } 33 | } 34 | } 35 | } 36 | } 37 | }, 38 | "JsonObject": { 39 | "id": "JsonObject", 40 | "type": "object", 41 | "description": "Represents a single JSON object.", 42 | "additionalProperties": { 43 | "$ref": "JsonValue" 44 | } 45 | }, 46 | "JsonValue": { 47 | "id": "JsonValue", 48 | "type": "any" 49 | } 50 | } 51 | } 52 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2009 Google Inc. All rights reserved. 2 | 3 | Redistribution and use in source and binary forms, with or without 4 | modification, are permitted provided that the following conditions are 5 | met: 6 | 7 | * Redistributions of source code must retain the above copyright 8 | notice, this list of conditions and the following disclaimer. 9 | * Redistributions in binary form must reproduce the above 10 | copyright notice, this list of conditions and the following disclaimer 11 | in the documentation and/or other materials provided with the 12 | distribution. 13 | * Neither the name of Google Inc. nor the names of its 14 | contributors may be used to endorse or promote products derived from 15 | this software without specific prior written permission. 16 | 17 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 21 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 22 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 23 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/LICENSE: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 Google Inc. All rights reserved. 2 | 3 | Redistribution and use in source and binary forms, with or without 4 | modification, are permitted provided that the following conditions are 5 | met: 6 | 7 | * Redistributions of source code must retain the above copyright 8 | notice, this list of conditions and the following disclaimer. 9 | * Redistributions in binary form must reproduce the above 10 | copyright notice, this list of conditions and the following disclaimer 11 | in the documentation and/or other materials provided with the 12 | distribution. 13 | * Neither the name of Google Inc. nor the names of its 14 | contributors may be used to endorse or promote products derived from 15 | this software without specific prior written permission. 16 | 17 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 19 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 21 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 22 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 23 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/arrayofmapofstrings.want: -------------------------------------------------------------------------------- 1 | // Package arrayofmapofstrings provides access to the Example API. 2 | // 3 | // Usage example: 4 | // 5 | // import "code.google.com/p/google-api-go-client/arrayofmapofstrings/v1" 6 | // ... 7 | // arrayofmapofstringsService, err := arrayofmapofstrings.New(oauthHttpClient) 8 | package arrayofmapofstrings 9 | 10 | import ( 11 | "bytes" 12 | "code.google.com/p/google-api-go-client/googleapi" 13 | "encoding/json" 14 | "errors" 15 | "fmt" 16 | "io" 17 | "net/http" 18 | "net/url" 19 | "strconv" 20 | "strings" 21 | ) 22 | 23 | // Always reference these packages, just in case the auto-generated code 24 | // below doesn't. 25 | var _ = bytes.NewBuffer 26 | var _ = strconv.Itoa 27 | var _ = fmt.Sprintf 28 | var _ = json.NewDecoder 29 | var _ = io.Copy 30 | var _ = url.Parse 31 | var _ = googleapi.Version 32 | var _ = errors.New 33 | var _ = strings.Replace 34 | 35 | const apiId = "arrayofmapofstrings:v1" 36 | const apiName = "arrayofmapofstrings" 37 | const apiVersion = "v1" 38 | const basePath = "https://www.googleapis.com/discovery/v1/apis" 39 | 40 | func New(client *http.Client) (*Service, error) { 41 | if client == nil { 42 | return nil, errors.New("client is nil") 43 | } 44 | s := &Service{client: client, BasePath: basePath} 45 | return s, nil 46 | } 47 | 48 | type Service struct { 49 | client *http.Client 50 | BasePath string // API endpoint base URL 51 | } 52 | 53 | type Analyze struct { 54 | // Errors: List of errors with the data. 55 | Errors []map[string]string `json:"errors,omitempty"` 56 | } 57 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/mapofobjects.want: -------------------------------------------------------------------------------- 1 | // Package additionalpropsobjs provides access to the Example API. 2 | // 3 | // Usage example: 4 | // 5 | // import "code.google.com/p/google-api-go-client/additionalpropsobjs/v1" 6 | // ... 7 | // additionalpropsobjsService, err := additionalpropsobjs.New(oauthHttpClient) 8 | package additionalpropsobjs 9 | 10 | import ( 11 | "bytes" 12 | "code.google.com/p/google-api-go-client/googleapi" 13 | "encoding/json" 14 | "errors" 15 | "fmt" 16 | "io" 17 | "net/http" 18 | "net/url" 19 | "strconv" 20 | "strings" 21 | ) 22 | 23 | // Always reference these packages, just in case the auto-generated code 24 | // below doesn't. 25 | var _ = bytes.NewBuffer 26 | var _ = strconv.Itoa 27 | var _ = fmt.Sprintf 28 | var _ = json.NewDecoder 29 | var _ = io.Copy 30 | var _ = url.Parse 31 | var _ = googleapi.Version 32 | var _ = errors.New 33 | var _ = strings.Replace 34 | 35 | const apiId = "additionalpropsobjs:v1" 36 | const apiName = "additionalpropsobjs" 37 | const apiVersion = "v1" 38 | const basePath = "https://www.googleapis.com/discovery/v1/apis" 39 | 40 | func New(client *http.Client) (*Service, error) { 41 | if client == nil { 42 | return nil, errors.New("client is nil") 43 | } 44 | s := &Service{client: client, BasePath: basePath} 45 | return s, nil 46 | } 47 | 48 | type Service struct { 49 | client *http.Client 50 | BasePath string // API endpoint base URL 51 | } 52 | 53 | type Entity struct { 54 | // Properties: The entity's properties. 55 | Properties map[string]Property `json:"properties,omitempty"` 56 | } 57 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/arrayofmapofobjects.want: -------------------------------------------------------------------------------- 1 | // Package arrayofmapofstrings provides access to the Example API. 2 | // 3 | // Usage example: 4 | // 5 | // import "code.google.com/p/google-api-go-client/arrayofmapofstrings/v1" 6 | // ... 7 | // arrayofmapofstringsService, err := arrayofmapofstrings.New(oauthHttpClient) 8 | package arrayofmapofstrings 9 | 10 | import ( 11 | "bytes" 12 | "code.google.com/p/google-api-go-client/googleapi" 13 | "encoding/json" 14 | "errors" 15 | "fmt" 16 | "io" 17 | "net/http" 18 | "net/url" 19 | "strconv" 20 | "strings" 21 | ) 22 | 23 | // Always reference these packages, just in case the auto-generated code 24 | // below doesn't. 25 | var _ = bytes.NewBuffer 26 | var _ = strconv.Itoa 27 | var _ = fmt.Sprintf 28 | var _ = json.NewDecoder 29 | var _ = io.Copy 30 | var _ = url.Parse 31 | var _ = googleapi.Version 32 | var _ = errors.New 33 | var _ = strings.Replace 34 | 35 | const apiId = "arrayofmapofstrings:v1" 36 | const apiName = "arrayofmapofstrings" 37 | const apiVersion = "v1" 38 | const basePath = "https://www.googleapis.com/discovery/v1/apis" 39 | 40 | func New(client *http.Client) (*Service, error) { 41 | if client == nil { 42 | return nil, errors.New("client is nil") 43 | } 44 | s := &Service{client: client, BasePath: basePath} 45 | return s, nil 46 | } 47 | 48 | type Service struct { 49 | client *http.Client 50 | BasePath string // API endpoint base URL 51 | } 52 | 53 | type Analyze struct { 54 | // Errors: List of errors with the data. 55 | Errors []map[string]Property `json:"errors,omitempty"` 56 | } 57 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/arrayofarray-1.want: -------------------------------------------------------------------------------- 1 | // Package arrayofarray provides access to the Example API. 2 | // 3 | // Usage example: 4 | // 5 | // import "code.google.com/p/google-api-go-client/arrayofarray/v1" 6 | // ... 7 | // arrayofarrayService, err := arrayofarray.New(oauthHttpClient) 8 | package arrayofarray 9 | 10 | import ( 11 | "bytes" 12 | "code.google.com/p/google-api-go-client/googleapi" 13 | "encoding/json" 14 | "errors" 15 | "fmt" 16 | "io" 17 | "net/http" 18 | "net/url" 19 | "strconv" 20 | "strings" 21 | ) 22 | 23 | // Always reference these packages, just in case the auto-generated code 24 | // below doesn't. 25 | var _ = bytes.NewBuffer 26 | var _ = strconv.Itoa 27 | var _ = fmt.Sprintf 28 | var _ = json.NewDecoder 29 | var _ = io.Copy 30 | var _ = url.Parse 31 | var _ = googleapi.Version 32 | var _ = errors.New 33 | var _ = strings.Replace 34 | 35 | const apiId = "arrayofarray:v1" 36 | const apiName = "arrayofarray" 37 | const apiVersion = "v1" 38 | const basePath = "https://www.googleapis.com/discovery/v1/apis" 39 | 40 | func New(client *http.Client) (*Service, error) { 41 | if client == nil { 42 | return nil, errors.New("client is nil") 43 | } 44 | s := &Service{client: client, BasePath: basePath} 45 | return s, nil 46 | } 47 | 48 | type Service struct { 49 | client *http.Client 50 | BasePath string // API endpoint base URL 51 | } 52 | 53 | type GeoJsonMultiPolygon struct { 54 | // Coordinates: Coordinate arrays. 55 | Coordinates [][][][]float64 `json:"coordinates,omitempty"` 56 | 57 | // Type: Identifies this object as a multi-polygon. 58 | Type string `json:"type,omitempty"` 59 | } 60 | -------------------------------------------------------------------------------- /image/kube-ui.go: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright 2014 The Kubernetes Authors All rights reserved. 3 | 4 | Licensed under the Apache License, Version 2.0 (the "License"); 5 | you may not use this file except in compliance with the License. 6 | You may obtain a copy of the License at 7 | 8 | http://www.apache.org/licenses/LICENSE-2.0 9 | 10 | Unless required by applicable law or agreed to in writing, software 11 | distributed under the License is distributed on an "AS IS" BASIS, 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | See the License for the specific language governing permissions and 14 | limitations under the License. 15 | */ 16 | 17 | // A simple static web server for hosting the Kubernetes cluster UI. 18 | package main 19 | 20 | import ( 21 | "flag" 22 | "fmt" 23 | "mime" 24 | "net/http" 25 | 26 | "github.com/kubernetes-ui/kube-ui-docker/pkg/ui/data/dashboard" 27 | "github.com/golang/glog" 28 | 29 | assetfs "github.com/elazarl/go-bindata-assetfs" 30 | ) 31 | 32 | var ( 33 | port = flag.Int("port", 8080, "Port number to serve at.") 34 | ) 35 | 36 | func main() { 37 | flag.Parse() 38 | 39 | // Send correct mime type for .svg files. TODO: remove when 40 | // https://github.com/golang/go/commit/21e47d831bafb59f22b1ea8098f709677ec8ce33 41 | // makes it into all of our supported go versions. 42 | mime.AddExtensionType(".svg", "image/svg+xml") 43 | 44 | // Expose files in www/ on 45 | fileServer := http.FileServer(&assetfs.AssetFS{ 46 | Asset: dashboard.Asset, 47 | AssetDir: dashboard.AssetDir, 48 | Prefix: "www/app", 49 | }) 50 | http.Handle("/", fileServer) 51 | 52 | // TODO: Add support for serving over TLS. 53 | glog.Fatal(http.ListenAndServe(fmt.Sprintf("0.0.0.0:%d", *port), nil)) 54 | } 55 | -------------------------------------------------------------------------------- /hack/build-ui.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Copyright 2014 The Kubernetes Authors All rights reserved. 4 | # 5 | # Licensed under the Apache License, Version 2.0 (the "License"); 6 | # you may not use this file except in compliance with the License. 7 | # You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | # This script builds ui assets into a single go datafile 18 | 19 | set -o errexit 20 | set -o nounset 21 | set -o pipefail 22 | 23 | KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. 24 | # source "${KUBE_ROOT}/hack/lib/init.sh" 25 | 26 | cd "${KUBE_ROOT}" 27 | 28 | if ! which go-bindata > /dev/null 2>&1 ; then 29 | echo "Cannot find go-bindata. Install with \"go get github.com/jteeuwen/go-bindata/...\"" 30 | exit 1 31 | fi 32 | 33 | readonly TMP_DATAFILE="/tmp/datafile.go" 34 | readonly DASHBOARD_SRC="app/..." 35 | readonly DASHBOARD_PKG="dashboard" 36 | 37 | function kube::hack::build_ui() { 38 | local pkg="$1" 39 | local src="$2" 40 | local output_file="pkg/ui/data/${pkg}/datafile.go" 41 | 42 | go-bindata -nocompress -o "${output_file}" -prefix ${PWD} -pkg "${pkg}" "${src}" 43 | 44 | local year=$(date +%Y) 45 | cat hooks/boilerplate.go.txt | sed "s/YEAR/${year}/" > "${TMP_DATAFILE}" 46 | echo -e "// generated by hack/build-ui.sh; DO NOT EDIT\n" >> "${TMP_DATAFILE}" 47 | cat "${output_file}" >> "${TMP_DATAFILE}" 48 | 49 | gofmt -s -w "${TMP_DATAFILE}" 50 | 51 | mv "${TMP_DATAFILE}" "${output_file}" 52 | 53 | } 54 | 55 | kube::hack::build_ui "${DASHBOARD_PKG}" "${DASHBOARD_SRC}" 56 | 57 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/hash.go: -------------------------------------------------------------------------------- 1 | // Copyright 2011 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | package uuid 6 | 7 | import ( 8 | "crypto/md5" 9 | "crypto/sha1" 10 | "hash" 11 | ) 12 | 13 | // Well known Name Space IDs and UUIDs 14 | var ( 15 | NameSpace_DNS = Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8") 16 | NameSpace_URL = Parse("6ba7b811-9dad-11d1-80b4-00c04fd430c8") 17 | NameSpace_OID = Parse("6ba7b812-9dad-11d1-80b4-00c04fd430c8") 18 | NameSpace_X500 = Parse("6ba7b814-9dad-11d1-80b4-00c04fd430c8") 19 | NIL = Parse("00000000-0000-0000-0000-000000000000") 20 | ) 21 | 22 | // NewHash returns a new UUID dervied from the hash of space concatenated with 23 | // data generated by h. The hash should be at least 16 byte in length. The 24 | // first 16 bytes of the hash are used to form the UUID. The version of the 25 | // UUID will be the lower 4 bits of version. NewHash is used to implement 26 | // NewMD5 and NewSHA1. 27 | func NewHash(h hash.Hash, space UUID, data []byte, version int) UUID { 28 | h.Reset() 29 | h.Write(space) 30 | h.Write([]byte(data)) 31 | s := h.Sum(nil) 32 | uuid := make([]byte, 16) 33 | copy(uuid, s) 34 | uuid[6] = (uuid[6] & 0x0f) | uint8((version&0xf)<<4) 35 | uuid[8] = (uuid[8] & 0x3f) | 0x80 // RFC 4122 variant 36 | return uuid 37 | } 38 | 39 | // NewMD5 returns a new MD5 (Version 3) UUID based on the 40 | // supplied name space and data. 41 | // 42 | // NewHash(md5.New(), space, data, 3) 43 | func NewMD5(space UUID, data []byte) UUID { 44 | return NewHash(md5.New(), space, data, 3) 45 | } 46 | 47 | // NewSHA1 returns a new SHA1 (Version 5) UUID based on the 48 | // supplied name space and data. 49 | // 50 | // NewHash(sha1.New(), space, data, 5) 51 | func NewSHA1(space UUID, data []byte) UUID { 52 | return NewHash(sha1.New(), space, data, 5) 53 | } 54 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/mapofany.want: -------------------------------------------------------------------------------- 1 | // Package mapofany provides access to the Example API. 2 | // 3 | // Usage example: 4 | // 5 | // import "code.google.com/p/google-api-go-client/mapofany/v1" 6 | // ... 7 | // mapofanyService, err := mapofany.New(oauthHttpClient) 8 | package mapofany 9 | 10 | import ( 11 | "bytes" 12 | "code.google.com/p/google-api-go-client/googleapi" 13 | "encoding/json" 14 | "errors" 15 | "fmt" 16 | "io" 17 | "net/http" 18 | "net/url" 19 | "strconv" 20 | "strings" 21 | ) 22 | 23 | // Always reference these packages, just in case the auto-generated code 24 | // below doesn't. 25 | var _ = bytes.NewBuffer 26 | var _ = strconv.Itoa 27 | var _ = fmt.Sprintf 28 | var _ = json.NewDecoder 29 | var _ = io.Copy 30 | var _ = url.Parse 31 | var _ = googleapi.Version 32 | var _ = errors.New 33 | var _ = strings.Replace 34 | 35 | const apiId = "mapofany:v1" 36 | const apiName = "mapofany" 37 | const apiVersion = "v1" 38 | const basePath = "https://www.googleapis.com/discovery/v1/apis" 39 | 40 | func New(client *http.Client) (*Service, error) { 41 | if client == nil { 42 | return nil, errors.New("client is nil") 43 | } 44 | s := &Service{client: client, BasePath: basePath} 45 | return s, nil 46 | } 47 | 48 | type Service struct { 49 | client *http.Client 50 | BasePath string // API endpoint base URL 51 | } 52 | 53 | type JsonValue interface{} 54 | 55 | type TableDataInsertAllRequest struct { 56 | // Kind: The resource type of the response. 57 | Kind string `json:"kind,omitempty"` 58 | 59 | // Rows: The rows to insert. 60 | Rows []*TableDataInsertAllRequestRows `json:"rows,omitempty"` 61 | } 62 | 63 | type TableDataInsertAllRequestRows struct { 64 | // Json: [Required] A JSON object that contains a row of data. The 65 | // object's properties and values must match the destination table's 66 | // schema. 67 | Json map[string]JsonValue `json:"json,omitempty"` 68 | } 69 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/quotednum.want: -------------------------------------------------------------------------------- 1 | // Package adexchangebuyer provides access to the Ad Exchange Buyer API. 2 | // 3 | // See https://developers.google.com/ad-exchange/buyer-rest 4 | // 5 | // Usage example: 6 | // 7 | // import "code.google.com/p/google-api-go-client/adexchangebuyer/v1.1" 8 | // ... 9 | // adexchangebuyerService, err := adexchangebuyer.New(oauthHttpClient) 10 | package adexchangebuyer 11 | 12 | import ( 13 | "bytes" 14 | "code.google.com/p/google-api-go-client/googleapi" 15 | "encoding/json" 16 | "errors" 17 | "fmt" 18 | "io" 19 | "net/http" 20 | "net/url" 21 | "strconv" 22 | "strings" 23 | ) 24 | 25 | // Always reference these packages, just in case the auto-generated code 26 | // below doesn't. 27 | var _ = bytes.NewBuffer 28 | var _ = strconv.Itoa 29 | var _ = fmt.Sprintf 30 | var _ = json.NewDecoder 31 | var _ = io.Copy 32 | var _ = url.Parse 33 | var _ = googleapi.Version 34 | var _ = errors.New 35 | var _ = strings.Replace 36 | 37 | const apiId = "adexchangebuyer:v1.1" 38 | const apiName = "adexchangebuyer" 39 | const apiVersion = "v1.1" 40 | const basePath = "https://www.googleapis.com/adexchangebuyer/v1.1/" 41 | 42 | // OAuth2 scopes used by this API. 43 | const ( 44 | // Manage your Ad Exchange buyer account configuration 45 | AdexchangeBuyerScope = "https://www.googleapis.com/auth/adexchange.buyer" 46 | ) 47 | 48 | func New(client *http.Client) (*Service, error) { 49 | if client == nil { 50 | return nil, errors.New("client is nil") 51 | } 52 | s := &Service{client: client, BasePath: basePath} 53 | return s, nil 54 | } 55 | 56 | type Service struct { 57 | client *http.Client 58 | BasePath string // API endpoint base URL 59 | } 60 | 61 | type Creative struct { 62 | // AdvertiserId: Detected advertiser id, if any. Read-only. This field 63 | // should not be set in requests. 64 | AdvertiserId googleapi.Int64s `json:"advertiserId,omitempty"` 65 | } 66 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/CONTRIBUTORS: -------------------------------------------------------------------------------- 1 | # This is the official list of people who can contribute 2 | # (and typically have contributed) code to the repository. 3 | # The AUTHORS file lists the copyright holders; this file 4 | # lists people. For example, Google employees are listed here 5 | # but not in AUTHORS, because Google holds the copyright. 6 | # 7 | # The submission process automatically checks to make sure 8 | # that people submitting code are listed in this file (by email address). 9 | # 10 | # Names should be added to this file only after verifying that 11 | # the individual or the individual's organization has agreed to 12 | # the appropriate Contributor License Agreement, found here: 13 | # 14 | # http://code.google.com/legal/individual-cla-v1.0.html 15 | # http://code.google.com/legal/corporate-cla-v1.0.html 16 | # 17 | # The agreement for individuals can be filled out on the web. 18 | # 19 | # When adding J Random Contributor's name to this file, 20 | # either J's name or J's organization's name should be 21 | # added to the AUTHORS file, depending on whether the 22 | # individual or corporate CLA was used. 23 | 24 | # Names should be added to this file like so: 25 | # Name 26 | # 27 | # An entry with two email addresses specifies that the 28 | # first address should be used in the submit logs and 29 | # that the second address should be recognized as the 30 | # same person when interacting with Rietveld. 31 | 32 | # Please keep the list sorted. 33 | 34 | Alain Vongsouvanhalainv 35 | Andrew Gerrand 36 | Brad Fitzpatrick 37 | Francesc Campoy 38 | Garrick Evans 39 | Glenn Lewis 40 | Ivan Krasin 41 | Jason Hall 42 | Johan Euphrosine 43 | Kostik Shtoyk 44 | Nick Craig-Wood 45 | Scott Van Woudenberg 46 | Takashi Matsuo 47 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/go-uuid/uuid/util.go: -------------------------------------------------------------------------------- 1 | // Copyright 2011 Google Inc. All rights reserved. 2 | // Use of this source code is governed by a BSD-style 3 | // license that can be found in the LICENSE file. 4 | 5 | package uuid 6 | 7 | import ( 8 | "io" 9 | ) 10 | 11 | // randomBits completely fills slice b with random data. 12 | func randomBits(b []byte) { 13 | if _, err := io.ReadFull(rander, b); err != nil { 14 | panic(err.Error()) // rand should never fail 15 | } 16 | } 17 | 18 | // xvalues returns the value of a byte as a hexadecimal digit or 255. 19 | var xvalues = []byte{ 20 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 21 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 22 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 23 | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 255, 255, 255, 255, 255, 255, 24 | 255, 10, 11, 12, 13, 14, 15, 255, 255, 255, 255, 255, 255, 255, 255, 255, 25 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 26 | 255, 10, 11, 12, 13, 14, 15, 255, 255, 255, 255, 255, 255, 255, 255, 255, 27 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 28 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 29 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 30 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 31 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 32 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 33 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 34 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 35 | 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 36 | } 37 | 38 | // xtob converts the the first two hex bytes of x into a byte. 39 | func xtob(x string) (byte, bool) { 40 | b1 := xvalues[x[0]] 41 | b2 := xvalues[x[1]] 42 | return (b1 << 4) | b2, b1 != 255 && b2 != 255 43 | } 44 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/code.google.com/p/google-api-go-client/google-api-go-generator/testdata/mapofstrings-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "kind": "discovery#restDescription", 3 | "etag": "\"kEk3sFj6Ef5_yR1-H3bAO6qw9mI/3m5rB86FE5KuW1K3jAl88AxCreg\"", 4 | "discoveryVersion": "v1", 5 | "id": "additionalprops:v1", 6 | "name": "additionalprops", 7 | "version": "v1", 8 | "title": "Example API", 9 | "description": "The Example API demonstrates an associative array.", 10 | "ownerDomain": "google.com", 11 | "ownerName": "Google", 12 | "protocol": "rest", 13 | "schemas": { 14 | "TimeseriesDescriptor": { 15 | "id": "TimeseriesDescriptor", 16 | "type": "object", 17 | "description": "The descriptions of a time series.", 18 | "properties": { 19 | "labels": { 20 | "type": "object", 21 | "description": "The set of key-value pairs that describe this time series, including target-specific labels and metric-specific labels.", 22 | "additionalProperties": { 23 | "type": "string", 24 | "description": "The label's name." 25 | } 26 | }, 27 | "metric": { 28 | "type": "string", 29 | "description": "The name of the metric." 30 | }, 31 | "project": { 32 | "type": "string", 33 | "description": "The project ID to which this time series belongs." 34 | }, 35 | "tags": { 36 | "type": "object", 37 | "description": "A map of additional information.", 38 | "additionalProperties": { 39 | "type": "array", 40 | "description": "A string which maps to an array of values.", 41 | "items": { 42 | "type": "string" 43 | } 44 | } 45 | } 46 | } 47 | }, 48 | "GetMapResponse": { 49 | "id": "GetMapResponse", 50 | "type": "object", 51 | "description": "Response of getting a map.", 52 | "additionalProperties": { 53 | "type": "string" 54 | } 55 | } 56 | }, 57 | "resources": { 58 | "atlas": { 59 | "methods": { 60 | "getMap": { 61 | "id": "mapofstrings.getMap", 62 | "path": "map", 63 | "httpMethod": "GET", 64 | "description": "Get a map.", 65 | "response": { 66 | "$ref": "GetMapResponse" 67 | } 68 | } 69 | } 70 | } 71 | } 72 | } 73 | --------------------------------------------------------------------------------