k3s/pkg
Kelsey Hightower c21a0ca39f Breakup the registry package into separate packages.
Currently all registry implementations live in a single package,
which makes it bit harder to maintain. The different registry
implementations do not follow the same coding style and naming
conventions, which makes the code harder to read.

Breakup the registry package into smaller packages based on
the registry implementation. Refactor the registry packages
to follow a similar coding style and naming convention.

This patch does not introduce any changes in behavior.
2014-08-11 20:58:09 -07:00
..
api Merge pull request #847 from thockin/health 2014-08-11 16:28:24 -07:00
apiserver Merge pull request #722 from smarterclayton/improve_errors 2014-08-11 12:43:06 -07:00
client Prevent accidental setting of sync or timeout 2014-08-08 14:09:14 -07:00
cloudprovider Don't use zone for regional load balancers. 2014-08-05 11:38:33 -07:00
controller Prepare for external scheduler 2014-08-10 15:05:36 -07:00
conversion Switch to new external fuzz package 2014-08-08 15:54:09 -07:00
health Reduce and comment exports 2014-08-11 00:11:59 -07:00
healthz add tests for the healthz package 2014-07-20 12:28:02 -07:00
httplog httplog: Improve test coverage 2014-07-26 21:17:10 -07:00
kubecfg Add WatchReplicationControllers to kubecfg's fake 2014-08-08 14:09:13 -07:00
kubelet Add container hashing to the container name, and restart containers on changes. 2014-08-08 13:32:07 -07:00
labels change strValues's type to util.StringSet; rename Comparator to Operator; small syntax fix 2014-07-31 23:56:37 -04:00
master Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
proxy Avoid data race in Proxier.OnUpdate 2014-08-06 04:34:54 +09:00
registry Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
scheduler Merge branch 'master' into fix/golint 2014-07-15 20:57:47 +09:00
tools Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
util Use IntOrString for HTTP health check ports 2014-08-10 23:26:42 -07:00
version Extract "pkg/version".PrintAndExitIfRequested() to its own package 2014-08-01 15:05:27 +09:00
volume Reorganization; Directory traversal less ugly 2014-08-06 11:20:34 -07:00
watch Split httpWatcher into watch.StreamWatcher and tools.APIEventDecoder. 2014-07-21 16:07:58 -07:00