Documentation ¶
Overview ¶
This is the source repository for OpenShift Origin - the best way to build, manage, and deploy applications in the cloud. The OpenShift 3.0 codebase is based around Docker images and containers and the Kubernetes container management system.
Directories ¶
Path | Synopsis |
---|---|
Package cmd contains the executables for OpenShift 3.
|
Package cmd contains the executables for OpenShift 3. |
dockerregistry
Package main contains the main executable for the integrated OpenShift Docker registry 2.0.
|
Package main contains the main executable for the integrated OpenShift Docker registry 2.0. |
openshift
Package main contains the main executable for OpenShift 3 `openshift` which is an integrated client and server binary.
|
Package main contains the main executable for OpenShift 3 `openshift` which is an integrated client and server binary. |
Package examples contains sample applications for trying out the concepts in OpenShift 3.
|
Package examples contains sample applications for trying out the concepts in OpenShift 3. |
pets/mysql/healthz
This is a simple health monitor for mysql.
|
This is a simple health monitor for mysql. |
pets/peer-finder
A small utility program to lookup hostnames of endpoints in a service.
|
A small utility program to lookup hostnames of endpoints in a service. |
images
|
|
Package pkg contains all of the libraries for OpenShift 3.
|
Package pkg contains all of the libraries for OpenShift 3. |
api
Package api includes all OpenShift-specific types used to communicate between the various parts of the OpenShift and the Kubernetes systems.
|
Package api includes all OpenShift-specific types used to communicate between the various parts of the OpenShift and the Kubernetes systems. |
api/latest
Package latest defines the default output serializations that code should use and imports the required schemas.
|
Package latest defines the default output serializations that code should use and imports the required schemas. |
api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
assets
Package assets includes all of the built static assets used by the OpenShift console and login flows, as well as all supporting server logic for running the console.
|
Package assets includes all of the built static assets used by the OpenShift console and login flows, as well as all supporting server logic for running the console. |
auth
Package auth provides mechanisms for providing authorization and authentication to OpenShift
|
Package auth provides mechanisms for providing authorization and authentication to OpenShift |
auth/authenticator/password/basicauthpassword
Package basicauthpassword implements authenticator.Password by making a BasicAuth call to a remote endpoint and extracting user information from a JSON response.
|
Package basicauthpassword implements authenticator.Password by making a BasicAuth call to a remote endpoint and extracting user information from a JSON response. |
auth/authenticator/password/keystonepassword
Package keystone provide authentication via keystone.
|
Package keystone provide authentication via keystone. |
auth/authenticator/request/x509request
Package x509request provides a request authenticator that validates and extracts user information from client certificates
|
Package x509request provides a request authenticator that validates and extracts user information from client certificates |
auth/oauth/external
Package external implements an OAuth flow with an external identity provider
|
Package external implements an OAuth flow with an external identity provider |
authorization/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
authorization/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
authorization/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
authorization/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
authorization/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
authorization/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
bootstrap/docker/exec
Package exec contains a utility to Docker exec into a running a container
|
Package exec contains a utility to Docker exec into a running a container |
bootstrap/docker/host
Package host contains a utility to run commands on the Docker host by using an image in privileged mode.
|
Package host contains a utility to run commands on the Docker host by using an image in privileged mode. |
bootstrap/docker/run
Package runner contains a utility to run Docker containers
|
Package runner contains a utility to run Docker containers |
build
Package build contains the OpenShift build system.
|
Package build contains the OpenShift build system. |
build/admission
Package admission contains admission control plugins that work with builds or pods that are running builds.
|
Package admission contains admission control plugins that work with builds or pods that are running builds. |
build/admission/defaults
Package defaults contains the BuildDefaults admission control plugin.
|
Package defaults contains the BuildDefaults admission control plugin. |
build/admission/defaults/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
build/admission/overrides
Package overrides contains the BuildOverrides admission control plugin.
|
Package overrides contains the BuildOverrides admission control plugin. |
build/admission/overrides/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
build/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
build/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
build/builder
Package builder contains builders for STI and Docker in OpenShift Origin
|
Package builder contains builders for STI and Docker in OpenShift Origin |
build/builder/cmd
Package cmd contains the main entry point for the docker and STI builders
|
Package cmd contains the main entry point for the docker and STI builders |
build/builder/cmd/dockercfg
Package dockercfg contains a command helper to read .dockercfg files
|
Package dockercfg contains a command helper to read .dockercfg files |
build/builder/cmd/scmauth
Package scmauth provides SCM authentication methods based on secret files
|
Package scmauth provides SCM authentication methods based on secret files |
build/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
build/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
build/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
build/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
build/cmd
Package cmd provides command helpers for builds
|
Package cmd provides command helpers for builds |
build/generator
Package generator contains the code to generate Build from BuildConfig as well as REST support to help expose the generator from an API.
|
Package generator contains the code to generate Build from BuildConfig as well as REST support to help expose the generator from an API. |
build/util
Package util contains common functions that are used by the rest of the OpenShift build system.
|
Package util contains common functions that are used by the rest of the OpenShift build system. |
build/webhook
Package webhook contains code for managing and serving webhook services, providing post push events to trigger builds.
|
Package webhook contains code for managing and serving webhook services, providing post push events to trigger builds. |
build/webhook/generic
Package generic contains webhook.Plugin implementation of a generic webhooks for use in testing and/or other ad/hoc usage
|
Package generic contains webhook.Plugin implementation of a generic webhooks for use in testing and/or other ad/hoc usage |
build/webhook/github
Package github contains webhook.Plugin implementation of github webhooks according to https://developer.github.com/webhooks/
|
Package github contains webhook.Plugin implementation of github webhooks according to https://developer.github.com/webhooks/ |
cmd/admin/diagnostics
OpenShift v3 Diagnostics
|
OpenShift v3 Diagnostics |
cmd/flagtypes
Package flagtypes provides types that implement the pflags.Value interface for converting command line flags to objects.
|
Package flagtypes provides types that implement the pflags.Value interface for converting command line flags to objects. |
cmd/infra/builder
Package builder contains commands for running a Source-to-Images or Docker build from within a container
|
Package builder contains commands for running a Source-to-Images or Docker build from within a container |
cmd/server/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
cmd/server/election
Package election provides objects for managing the list of active masters via leases.
|
Package election provides objects for managing the list of active masters via leases. |
cmd/server/etcd
Package etcd provides objects for creating an embedded etcd server process.
|
Package etcd provides objects for creating an embedded etcd server process. |
cmd/server/etcd/etcdserver
This is a somewhat faithful reproduction of etcdmain/etcd.go
|
This is a somewhat faithful reproduction of etcdmain/etcd.go |
cmd/server/kubernetes
Package kubernetes provides objects for starting the Kubernetes master and node code.
|
Package kubernetes provides objects for starting the Kubernetes master and node code. |
cmd/server/origin
Package origin provides objects for creating an OpenShift Origin server
|
Package origin provides objects for creating an OpenShift Origin server |
cmd/util
Package util provides utility functions for the cmd packages.
|
Package util provides utility functions for the cmd packages. |
controller
Package controller provides reusable support for controller implementations.
|
Package controller provides reusable support for controller implementations. |
controller/shared
Package shared provides reusable support for shared informer implementations.
|
Package shared provides reusable support for shared informer implementations. |
deploy
Package deploy contains logic for watching and synchronizing deployments from configuration.
|
Package deploy contains logic for watching and synchronizing deployments from configuration. |
deploy/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
deploy/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
deploy/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
deploy/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
deploy/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
deploy/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
deploy/cmd
Package cmd contains various interface implementations for command-line tools associated with deploymentconfigs.
|
Package cmd contains various interface implementations for command-line tools associated with deploymentconfigs. |
deploy/controller
Package controller contains all the controllers which taken together implement the deployment system's behavior.
|
Package controller contains all the controllers which taken together implement the deployment system's behavior. |
deploy/graph/analysis
Package analysis provides functions that analyse deployment configurations and setup markers that will be reported by oc status
|
Package analysis provides functions that analyse deployment configurations and setup markers that will be reported by oc status |
deploy/registry/deployconfig
Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects.
|
Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects. |
deploy/registry/deploylog
Package deploylog provides a Registry interface for retrieving deployment logs
|
Package deploylog provides a Registry interface for retrieving deployment logs |
deploy/registry/generator
Package generator contains the code for DeploymentConfig regeneration as well as REST support to help expose the generator from an API.
|
Package generator contains the code for DeploymentConfig regeneration as well as REST support to help expose the generator from an API. |
deploy/registry/rollback
Package rollback contains the code for generating DeploymentConfigs representing rollbacks as well as REST support for API clients.
|
Package rollback contains the code for generating DeploymentConfigs representing rollbacks as well as REST support for API clients. |
deploy/strategy
Package strategy contains implementations of core deployment strategies.
|
Package strategy contains implementations of core deployment strategies. |
deploy/strategy/support
Package support is a library of code useful to any strategy.
|
Package support is a library of code useful to any strategy. |
dockerregistry/server
Package server wraps repository and blob store objects of docker/distribution upstream.
|
Package server wraps repository and blob store objects of docker/distribution upstream. |
generate/app
Package app defines reference objects used to generate OpenShift API objects
|
Package app defines reference objects used to generate OpenShift API objects |
generate/dockerfile
Package dockerfile provides utilities for finding and parsing Dockerfiles
|
Package dockerfile provides utilities for finding and parsing Dockerfiles |
generate/errors
Package errors defines errors thrown during config generation
|
Package errors defines errors thrown during config generation |
generate/git
Package git allows working with Git repositories
|
Package git allows working with Git repositories |
generate/source
Package source includes detectors for STI source repositories
|
Package source includes detectors for STI source repositories |
gitserver
Package gitserver provides a smart Git HTTP server that can also set and remove hooks.
|
Package gitserver provides a smart Git HTTP server that can also set and remove hooks. |
image
Package image provides support for images, image repositories, and image repository mappings, including RESTStorage implementations and registries.
|
Package image provides support for images, image repositories, and image repository mappings, including RESTStorage implementations and registries. |
image/admission/imagepolicy/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
image/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
image/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
image/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
image/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
image/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
image/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
oauth/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
oauth/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
oauth/api/validation
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.
|
Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid. |
oauth/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
oauth/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
oauth/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
oauth/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
oauth/osintypes
osintypes holds types that are used to interpret responses from the RangelReale osin server.
|
osintypes holds types that are used to interpret responses from the RangelReale osin server. |
project
Package project provides support for projects including RESTStorage implementations and registries.
|
Package project provides support for projects including RESTStorage implementations and registries. |
project/admission/requestlimit/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
project/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
project/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
project/auth
Package auth provides mechanisms for enforcing authorization to Project resources in OpenShift
|
Package auth provides mechanisms for enforcing authorization to Project resources in OpenShift |
project/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
project/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
project/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
project/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
quota/admission/clusterresourceoverride/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
quota/admission/runonceduration
Package runonceduration contains the RunOnceDuration admission control plugin.
|
Package runonceduration contains the RunOnceDuration admission control plugin. |
quota/admission/runonceduration/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
quota/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
quota/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
quota/image
Package image implements evaluators of usage for imagestreams and images.
|
Package image implements evaluators of usage for imagestreams and images. |
route
Package route provides support for managing and watching routes.
|
Package route provides support for managing and watching routes. |
route/allocation
Package allocation contains all the route allocation plugins.
|
Package allocation contains all the route allocation plugins. |
route/allocation/simple
Package simple contains the SimpleAllocation route plugin.
|
Package simple contains the SimpleAllocation route plugin. |
route/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
route/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
route/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
route/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
route/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
route/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
route/controller
Package controller contains all the route handling controllers.
|
Package controller contains all the route handling controllers. |
route/controller/allocation
Package allocation contains all the route allocation controllers.
|
Package allocation contains all the route allocation controllers. |
route/generator
Package generator implements the Generator interface for routes
|
Package generator implements the Generator interface for routes |
route/graph
Package graph contains graph utilities for routes
|
Package graph contains graph utilities for routes |
route/graph/analysis
Package analysis provides functions that analyse routes and setup markers that will be reported by oc status
|
Package analysis provides functions that analyse routes and setup markers that will be reported by oc status |
route/graph/nodes
Package nodes contains graph functions and types for routes
|
Package nodes contains graph functions and types for routes |
router
Package router contains the abstraction for router backend implementations.
|
Package router contains the abstraction for router backend implementations. |
router/controller
Package controller contains the router controller.
|
Package controller contains the router controller. |
router/controller/factory
Package factory contains code used to create the router controller.
|
Package factory contains code used to create the router controller. |
scheduler/admission/podnodeconstraints/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
sdn/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
sdn/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
sdn/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
sdn/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
sdn/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
sdn/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
security/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
security/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
template
Package template provides TemplateProcessor, capable of transforming Template objects into Config objects.
|
Package template provides TemplateProcessor, capable of transforming Template objects into Config objects. |
template/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
template/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
template/api/validation
Package validation has functions for validating the correctness of Template objects and explaining what is wrong with them when they aren't valid.
|
Package validation has functions for validating the correctness of Template objects and explaining what is wrong with them when they aren't valid. |
template/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
template/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
template/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
template/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
template/generator
Package generator defines GeneratorInterface interface and implements some random value generators.
|
Package generator defines GeneratorInterface interface and implements some random value generators. |
template/generator/examples
Package examples demonstrates possible implementation of some random value generators.
|
Package examples demonstrates possible implementation of some random value generators. |
unidling
Package unidling supports unidling scalable resources upon network traffic to associated services
|
Package unidling supports unidling scalable resources upon network traffic to associated services |
user/api
Package api is the internal version of the API.
|
Package api is the internal version of the API. |
user/api/v1
Package v1 is the v1 version of the API.
|
Package v1 is the v1 version of the API. |
user/client/clientset_generated/internalclientset
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
user/client/clientset_generated/internalclientset/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
user/client/clientset_generated/internalclientset/typed/core/unversioned
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
user/client/clientset_generated/internalclientset/typed/core/unversioned/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
util
Package util implements various utility functions used in both testing and implementation of OpenShift.
|
Package util implements various utility functions used in both testing and implementation of OpenShift. |
util/docker
Package docker has utilities to work with Docker.
|
Package docker has utilities to work with Docker. |
util/docker/dockerfile
Package dockerfile has utilities that complement Docker's official Dockerfile parser.
|
Package dockerfile has utilities that complement Docker's official Dockerfile parser. |
util/errors
Package errors provides utility functions for various errors
|
Package errors provides utility functions for various errors |
util/file
Package file implements utility functions used to work with arbitrary files.
|
Package file implements utility functions used to work with arbitrary files. |
util/fsnotification
Package fsnotification provides helper functions that wrap the fsnotify filesystem notification package.
|
Package fsnotification provides helper functions that wrap the fsnotify filesystem notification package. |
util/httpproxy
Package httpproxy contains an upgrade-aware HTTP single-host reverse proxy.
|
Package httpproxy contains an upgrade-aware HTTP single-host reverse proxy. |
util/ipcmd
Package ipcmd provides a wrapper around the "ip" command.
|
Package ipcmd provides a wrapper around the "ip" command. |
util/labelselector
labelselector is trim down version of k8s/pkg/labels/selector.go It only accepts exact label matches Example: "k1=v1, k2 = v2"
|
labelselector is trim down version of k8s/pkg/labels/selector.go It only accepts exact label matches Example: "k1=v1, k2 = v2" |
util/namer
Package namer contains a name generator for unique names
|
Package namer contains a name generator for unique names |
util/ovs
Package ovs provides a wrapper around ovs-vsctl and ovs-ofctl
|
Package ovs provides a wrapper around ovs-vsctl and ovs-ofctl |
version
Package version supplies version information collected at build time to OpenShift and Kubernetes components.
|
Package version supplies version information collected at build time to OpenShift and Kubernetes components. |
Package test contains cross-functional test suites for OpenShift 3.
|
Package test contains cross-functional test suites for OpenShift 3. |
extended
Package extended contains extended tests for OpenShift Origin
|
Package extended contains extended tests for OpenShift Origin |
integration
Package integration contains integration tests for OpenShift Origin.
|
Package integration contains integration tests for OpenShift Origin. |
third_party
|
|
github.com/docker/libcompose/project
package project contains a stripped down version of libcompose types from commit 3ca15215f36154fbf64f15bfa305bfb0cebb6ca7
|
package project contains a stripped down version of libcompose types from commit 3ca15215f36154fbf64f15bfa305bfb0cebb6ca7 |
tools
|
|
genconversion
conversion-gen is a tool for auto-generating Conversion functions.
|
conversion-gen is a tool for auto-generating Conversion functions. |
gendeepcopy
deepcopy-gen is a tool for auto-generating DeepCopy functions.
|
deepcopy-gen is a tool for auto-generating DeepCopy functions. |
genprotobuf
go-to-protobuf generates a Protobuf IDL from a Go struct, respecting any existing IDL tags on the Go struct.
|
go-to-protobuf generates a Protobuf IDL from a Go struct, respecting any existing IDL tags on the Go struct. |
genprotobuf/protoc-gen-gogo
Package main defines the protoc-gen-gogo binary we use to generate our proto go files, as well as takes dependencies on the correct gogo/protobuf packages for godeps.
|
Package main defines the protoc-gen-gogo binary we use to generate our proto go files, as well as takes dependencies on the correct gogo/protobuf packages for godeps. |
Click to show internal directories.
Click to hide internal directories.