Import docker.io_18.09.9+dfsg1.orig-swarmkit.tar.xz
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Mon, 16 Sep 2019 04:18:11 +0000 (05:18 +0100)
committerArnaud Rebillout <arnaud.rebillout@collabora.com>
Mon, 16 Sep 2019 04:18:11 +0000 (05:18 +0100)
commit50ef5673ef29dd9674cd3088cf4077ee3ee12e48
tree1fb8e765d6aa0bee0f64f3b57d4482f6aa7b77df
Import docker.io_18.09.9+dfsg1.orig-swarmkit.tar.xz

[dgit import orig docker.io_18.09.9+dfsg1.orig-swarmkit.tar.xz]
467 files changed:
.circleci/config.yml [new file with mode: 0644]
.gometalinter.json [new file with mode: 0644]
BUILDING.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MAINTAINERS [new file with mode: 0644]
Makefile [new file with mode: 0644]
Protobuild.toml [new file with mode: 0644]
README.md [new file with mode: 0644]
agent/agent.go [new file with mode: 0644]
agent/agent_test.go [new file with mode: 0644]
agent/config.go [new file with mode: 0644]
agent/configs/configs.go [new file with mode: 0644]
agent/dependency.go [new file with mode: 0644]
agent/errors.go [new file with mode: 0644]
agent/exec/controller.go [new file with mode: 0644]
agent/exec/controller_stub.go [new file with mode: 0644]
agent/exec/controller_test.go [new file with mode: 0644]
agent/exec/dockerapi/adapter.go [new file with mode: 0644]
agent/exec/dockerapi/container.go [new file with mode: 0644]
agent/exec/dockerapi/container_test.go [new file with mode: 0644]
agent/exec/dockerapi/controller.go [new file with mode: 0644]
agent/exec/dockerapi/controller_integration_test.go [new file with mode: 0644]
agent/exec/dockerapi/controller_test.go [new file with mode: 0644]
agent/exec/dockerapi/docker_client_stub.go [new file with mode: 0644]
agent/exec/dockerapi/errors.go [new file with mode: 0644]
agent/exec/dockerapi/executor.go [new file with mode: 0644]
agent/exec/errors.go [new file with mode: 0644]
agent/exec/executor.go [new file with mode: 0644]
agent/helpers.go [new file with mode: 0644]
agent/reporter.go [new file with mode: 0644]
agent/reporter_test.go [new file with mode: 0644]
agent/resource.go [new file with mode: 0644]
agent/secrets/secrets.go [new file with mode: 0644]
agent/session.go [new file with mode: 0644]
agent/storage.go [new file with mode: 0644]
agent/storage_test.go [new file with mode: 0644]
agent/task.go [new file with mode: 0644]
agent/task_test.go [new file with mode: 0644]
agent/testutils/fakes.go [new file with mode: 0644]
agent/worker.go [new file with mode: 0644]
agent/worker_test.go [new file with mode: 0644]
api/README.md [new file with mode: 0644]
api/api.pb.txt [new file with mode: 0755]
api/ca.pb.go [new file with mode: 0644]
api/ca.proto [new file with mode: 0644]
api/control.pb.go [new file with mode: 0644]
api/control.proto [new file with mode: 0644]
api/deepcopy/copy.go [new file with mode: 0644]
api/defaults/service.go [new file with mode: 0644]
api/dispatcher.pb.go [new file with mode: 0644]
api/dispatcher.proto [new file with mode: 0644]
api/equality/equality.go [new file with mode: 0644]
api/equality/equality_test.go [new file with mode: 0644]
api/genericresource/helpers.go [new file with mode: 0644]
api/genericresource/helpers_test.go [new file with mode: 0644]
api/genericresource/parse.go [new file with mode: 0644]
api/genericresource/parse_test.go [new file with mode: 0644]
api/genericresource/resource_management.go [new file with mode: 0644]
api/genericresource/resource_management_test.go [new file with mode: 0644]
api/genericresource/string.go [new file with mode: 0644]
api/genericresource/validate.go [new file with mode: 0644]
api/health.pb.go [new file with mode: 0644]
api/health.proto [new file with mode: 0644]
api/logbroker.pb.go [new file with mode: 0644]
api/logbroker.proto [new file with mode: 0644]
api/naming/naming.go [new file with mode: 0644]
api/naming/naming_test.go [new file with mode: 0644]
api/objects.pb.go [new file with mode: 0644]
api/objects.proto [new file with mode: 0644]
api/raft.pb.go [new file with mode: 0644]
api/raft.proto [new file with mode: 0644]
api/resource.pb.go [new file with mode: 0644]
api/resource.proto [new file with mode: 0644]
api/snapshot.pb.go [new file with mode: 0644]
api/snapshot.proto [new file with mode: 0644]
api/specs.pb.go [new file with mode: 0644]
api/specs.proto [new file with mode: 0644]
api/storeobject.go [new file with mode: 0644]
api/types.pb.go [new file with mode: 0644]
api/types.proto [new file with mode: 0644]
api/validation/secrets.go [new file with mode: 0644]
api/watch.pb.go [new file with mode: 0644]
api/watch.proto [new file with mode: 0644]
ca/auth.go [new file with mode: 0644]
ca/certificates.go [new file with mode: 0644]
ca/certificates_test.go [new file with mode: 0644]
ca/config.go [new file with mode: 0644]
ca/config_test.go [new file with mode: 0644]
ca/external.go [new file with mode: 0644]
ca/external_test.go [new file with mode: 0644]
ca/forward.go [new file with mode: 0644]
ca/keyreadwriter.go [new file with mode: 0644]
ca/keyreadwriter_test.go [new file with mode: 0644]
ca/keyutils/keyutils.go [new file with mode: 0644]
ca/keyutils/keyutils_test.go [new file with mode: 0644]
ca/pkcs8/pkcs8.go [new file with mode: 0644]
ca/pkcs8/pkcs8_test.go [new file with mode: 0644]
ca/reconciler.go [new file with mode: 0644]
ca/renewer.go [new file with mode: 0644]
ca/renewer_test.go [new file with mode: 0644]
ca/server.go [new file with mode: 0644]
ca/server_test.go [new file with mode: 0644]
ca/testutils/cautils.go [new file with mode: 0644]
ca/testutils/externalutils.go [new file with mode: 0644]
ca/testutils/staticcerts.go [new file with mode: 0644]
ca/transport.go [new file with mode: 0644]
ca/transport_test.go [new file with mode: 0644]
cli/external_ca.go [new file with mode: 0644]
cli/external_ca_test.go [new file with mode: 0644]
cmd/external-ca-example/README.md [new file with mode: 0644]
cmd/external-ca-example/main.go [new file with mode: 0644]
cmd/protoc-gen-gogoswarm/customnameid.go [new file with mode: 0644]
cmd/protoc-gen-gogoswarm/main.go [new file with mode: 0644]
cmd/swarm-bench/benchmark.go [new file with mode: 0644]
cmd/swarm-bench/collector.go [new file with mode: 0644]
cmd/swarm-bench/main.go [new file with mode: 0644]
cmd/swarm-rafttool/common.go [new file with mode: 0644]
cmd/swarm-rafttool/common_test.go [new file with mode: 0644]
cmd/swarm-rafttool/dump.go [new file with mode: 0644]
cmd/swarm-rafttool/main.go [new file with mode: 0644]
cmd/swarmctl/cluster/cmd.go [new file with mode: 0644]
cmd/swarmctl/cluster/common.go [new file with mode: 0644]
cmd/swarmctl/cluster/inspect.go [new file with mode: 0644]
cmd/swarmctl/cluster/list.go [new file with mode: 0644]
cmd/swarmctl/cluster/unlockkey.go [new file with mode: 0644]
cmd/swarmctl/cluster/update.go [new file with mode: 0644]
cmd/swarmctl/common/common.go [new file with mode: 0644]
cmd/swarmctl/common/print.go [new file with mode: 0644]
cmd/swarmctl/common/resolver.go [new file with mode: 0644]
cmd/swarmctl/config/cmd.go [new file with mode: 0644]
cmd/swarmctl/config/common.go [new file with mode: 0644]
cmd/swarmctl/config/create.go [new file with mode: 0644]
cmd/swarmctl/config/inspect.go [new file with mode: 0644]
cmd/swarmctl/config/list.go [new file with mode: 0644]
cmd/swarmctl/config/remove.go [new file with mode: 0644]
cmd/swarmctl/main.go [new file with mode: 0644]
cmd/swarmctl/network/cmd.go [new file with mode: 0644]
cmd/swarmctl/network/common.go [new file with mode: 0644]
cmd/swarmctl/network/create.go [new file with mode: 0644]
cmd/swarmctl/network/inspect.go [new file with mode: 0644]
cmd/swarmctl/network/list.go [new file with mode: 0644]
cmd/swarmctl/network/remove.go [new file with mode: 0644]
cmd/swarmctl/node/activate.go [new file with mode: 0644]
cmd/swarmctl/node/cmd.go [new file with mode: 0644]
cmd/swarmctl/node/common.go [new file with mode: 0644]
cmd/swarmctl/node/demote.go [new file with mode: 0644]
cmd/swarmctl/node/drain.go [new file with mode: 0644]
cmd/swarmctl/node/inspect.go [new file with mode: 0644]
cmd/swarmctl/node/list.go [new file with mode: 0644]
cmd/swarmctl/node/pause.go [new file with mode: 0644]
cmd/swarmctl/node/promote.go [new file with mode: 0644]
cmd/swarmctl/node/remove.go [new file with mode: 0644]
cmd/swarmctl/node/update.go [new file with mode: 0644]
cmd/swarmctl/secret/cmd.go [new file with mode: 0644]
cmd/swarmctl/secret/common.go [new file with mode: 0644]
cmd/swarmctl/secret/create.go [new file with mode: 0644]
cmd/swarmctl/secret/inspect.go [new file with mode: 0644]
cmd/swarmctl/secret/list.go [new file with mode: 0644]
cmd/swarmctl/secret/remove.go [new file with mode: 0644]
cmd/swarmctl/service/cmd.go [new file with mode: 0644]
cmd/swarmctl/service/common.go [new file with mode: 0644]
cmd/swarmctl/service/create.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/bind.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/config.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/container.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/flags.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/mode.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/network.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/npipe.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/placement.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/port.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/resource.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/restart.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/secret.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/tmpfs.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/update.go [new file with mode: 0644]
cmd/swarmctl/service/flagparser/volume.go [new file with mode: 0644]
cmd/swarmctl/service/inspect.go [new file with mode: 0644]
cmd/swarmctl/service/list.go [new file with mode: 0644]
cmd/swarmctl/service/logs.go [new file with mode: 0644]
cmd/swarmctl/service/remove.go [new file with mode: 0644]
cmd/swarmctl/service/update.go [new file with mode: 0644]
cmd/swarmctl/task/cmd.go [new file with mode: 0644]
cmd/swarmctl/task/inspect.go [new file with mode: 0644]
cmd/swarmctl/task/list.go [new file with mode: 0644]
cmd/swarmctl/task/print.go [new file with mode: 0644]
cmd/swarmctl/task/remove.go [new file with mode: 0644]
cmd/swarmd/defaults/defaults_unix.go [new file with mode: 0644]
cmd/swarmd/defaults/defaults_windows.go [new file with mode: 0644]
cmd/swarmd/main.go [new file with mode: 0644]
codecov.yml [new file with mode: 0644]
connectionbroker/broker.go [new file with mode: 0644]
containerized.mk [new file with mode: 0644]
design/generic_resources.md [new file with mode: 0644]
design/nomenclature.md [new file with mode: 0644]
design/orchestrators.md [new file with mode: 0644]
design/raft.md [new file with mode: 0644]
design/raft_encryption.md [new file with mode: 0644]
design/scheduler.md [new file with mode: 0644]
design/store.md [new file with mode: 0644]
design/task_model.md [new file with mode: 0644]
design/tla/.gitignore [new file with mode: 0644]
design/tla/EventCounter.tla [new file with mode: 0644]
design/tla/Makefile [new file with mode: 0644]
design/tla/README.md [new file with mode: 0644]
design/tla/SwarmKit.tla [new file with mode: 0644]
design/tla/Tasks.tla [new file with mode: 0644]
design/tla/Types.tla [new file with mode: 0644]
design/tla/WorkerImpl.tla [new file with mode: 0644]
design/tla/WorkerSpec.tla [new file with mode: 0644]
design/tla/models/SwarmKit.cfg [new file with mode: 0644]
design/tla/models/WorkerImpl.cfg [new file with mode: 0644]
design/topology.md [new file with mode: 0644]
direct.mk [new file with mode: 0644]
doc.go [new file with mode: 0644]
docker-sync.yml [new file with mode: 0644]
identity/doc.go [new file with mode: 0644]
identity/randomid.go [new file with mode: 0644]
identity/randomid_test.go [new file with mode: 0644]
integration/api.go [new file with mode: 0644]
integration/cluster.go [new file with mode: 0644]
integration/integration_test.go [new file with mode: 0644]
integration/node.go [new file with mode: 0644]
ioutils/ioutils.go [new file with mode: 0644]
ioutils/ioutils_test.go [new file with mode: 0644]
log/context.go [new file with mode: 0644]
log/context_test.go [new file with mode: 0644]
log/grpc.go [new file with mode: 0644]
log/grpc_test.go [new file with mode: 0644]
manager/allocator/allocator.go [new file with mode: 0644]
manager/allocator/allocator_linux_test.go [new file with mode: 0644]
manager/allocator/allocator_test.go [new file with mode: 0644]
manager/allocator/cnmallocator/drivers_darwin.go [new file with mode: 0644]
manager/allocator/cnmallocator/drivers_ipam.go [new file with mode: 0644]
manager/allocator/cnmallocator/drivers_network_linux.go [new file with mode: 0644]
manager/allocator/cnmallocator/drivers_network_windows.go [new file with mode: 0644]
manager/allocator/cnmallocator/drivers_unsupported.go [new file with mode: 0644]
manager/allocator/cnmallocator/networkallocator.go [new file with mode: 0644]
manager/allocator/cnmallocator/networkallocator_test.go [new file with mode: 0644]
manager/allocator/cnmallocator/portallocator.go [new file with mode: 0644]
manager/allocator/cnmallocator/portallocator_test.go [new file with mode: 0644]
manager/allocator/doc.go [new file with mode: 0644]
manager/allocator/network.go [new file with mode: 0644]
manager/allocator/network_test.go [new file with mode: 0644]
manager/allocator/networkallocator/networkallocator.go [new file with mode: 0644]
manager/constraint/constraint.go [new file with mode: 0644]
manager/constraint/constraint_test.go [new file with mode: 0644]
manager/controlapi/ca_rotation.go [new file with mode: 0644]
manager/controlapi/ca_rotation_test.go [new file with mode: 0644]
manager/controlapi/cluster.go [new file with mode: 0644]
manager/controlapi/cluster_test.go [new file with mode: 0644]
manager/controlapi/common.go [new file with mode: 0644]
manager/controlapi/common_test.go [new file with mode: 0644]
manager/controlapi/config.go [new file with mode: 0644]
manager/controlapi/config_test.go [new file with mode: 0644]
manager/controlapi/network.go [new file with mode: 0644]
manager/controlapi/network_test.go [new file with mode: 0644]
manager/controlapi/node.go [new file with mode: 0644]
manager/controlapi/node_test.go [new file with mode: 0644]
manager/controlapi/secret.go [new file with mode: 0644]
manager/controlapi/secret_test.go [new file with mode: 0644]
manager/controlapi/server.go [new file with mode: 0644]
manager/controlapi/server_test.go [new file with mode: 0644]
manager/controlapi/service.go [new file with mode: 0644]
manager/controlapi/service_test.go [new file with mode: 0644]
manager/controlapi/task.go [new file with mode: 0644]
manager/controlapi/task_test.go [new file with mode: 0644]
manager/deks.go [new file with mode: 0644]
manager/deks_test.go [new file with mode: 0644]
manager/dirty.go [new file with mode: 0644]
manager/dirty_test.go [new file with mode: 0644]
manager/dispatcher/assignments.go [new file with mode: 0644]
manager/dispatcher/dispatcher.go [new file with mode: 0644]
manager/dispatcher/dispatcher_test.go [new file with mode: 0644]
manager/dispatcher/heartbeat/heartbeat.go [new file with mode: 0644]
manager/dispatcher/heartbeat/heartbeat_test.go [new file with mode: 0644]
manager/dispatcher/nodes.go [new file with mode: 0644]
manager/dispatcher/period.go [new file with mode: 0644]
manager/dispatcher/period_test.go [new file with mode: 0644]
manager/doc.go [new file with mode: 0644]
manager/drivers/provider.go [new file with mode: 0644]
manager/drivers/secrets.go [new file with mode: 0644]
manager/encryption/encryption.go [new file with mode: 0644]
manager/encryption/encryption_test.go [new file with mode: 0644]
manager/encryption/fernet.go [new file with mode: 0644]
manager/encryption/fernet_test.go [new file with mode: 0644]
manager/encryption/nacl.go [new file with mode: 0644]
manager/encryption/nacl_test.go [new file with mode: 0644]
manager/health/health.go [new file with mode: 0644]
manager/keymanager/keymanager.go [new file with mode: 0644]
manager/keymanager/keymanager_test.go [new file with mode: 0644]
manager/logbroker/broker.go [new file with mode: 0644]
manager/logbroker/broker_test.go [new file with mode: 0644]
manager/logbroker/subscription.go [new file with mode: 0644]
manager/manager.go [new file with mode: 0644]
manager/manager_test.go [new file with mode: 0644]
manager/metrics/collector.go [new file with mode: 0644]
manager/orchestrator/constraintenforcer/constraint_enforcer.go [new file with mode: 0644]
manager/orchestrator/constraintenforcer/constraint_enforcer_test.go [new file with mode: 0644]
manager/orchestrator/global/global.go [new file with mode: 0644]
manager/orchestrator/global/global_test.go [new file with mode: 0644]
manager/orchestrator/replicated/drain_test.go [new file with mode: 0644]
manager/orchestrator/replicated/replicated.go [new file with mode: 0644]
manager/orchestrator/replicated/replicated_test.go [new file with mode: 0644]
manager/orchestrator/replicated/restart_test.go [new file with mode: 0644]
manager/orchestrator/replicated/services.go [new file with mode: 0644]
manager/orchestrator/replicated/slot.go [new file with mode: 0644]
manager/orchestrator/replicated/tasks.go [new file with mode: 0644]
manager/orchestrator/replicated/update_test.go [new file with mode: 0644]
manager/orchestrator/restart/restart.go [new file with mode: 0644]
manager/orchestrator/service.go [new file with mode: 0644]
manager/orchestrator/slot.go [new file with mode: 0644]
manager/orchestrator/task.go [new file with mode: 0644]
manager/orchestrator/task_test.go [new file with mode: 0644]
manager/orchestrator/taskinit/init.go [new file with mode: 0644]
manager/orchestrator/taskreaper/task_reaper.go [new file with mode: 0644]
manager/orchestrator/taskreaper/task_reaper_test.go [new file with mode: 0644]
manager/orchestrator/testutils/testutils.go [new file with mode: 0644]
manager/orchestrator/update/updater.go [new file with mode: 0644]
manager/orchestrator/update/updater_test.go [new file with mode: 0644]
manager/raftselector/raftselector.go [new file with mode: 0644]
manager/resourceapi/allocator.go [new file with mode: 0644]
manager/role_manager.go [new file with mode: 0644]
manager/role_manager_test.go [new file with mode: 0644]
manager/scheduler/constraint_test.go [new file with mode: 0644]
manager/scheduler/decision_tree.go [new file with mode: 0644]
manager/scheduler/filter.go [new file with mode: 0644]
manager/scheduler/nodeheap.go [new file with mode: 0644]
manager/scheduler/nodeinfo.go [new file with mode: 0644]
manager/scheduler/nodeinfo_test.go [new file with mode: 0644]
manager/scheduler/nodeset.go [new file with mode: 0644]
manager/scheduler/pipeline.go [new file with mode: 0644]
manager/scheduler/scheduler.go [new file with mode: 0644]
manager/scheduler/scheduler_test.go [new file with mode: 0644]
manager/state/proposer.go [new file with mode: 0644]
manager/state/raft/membership/cluster.go [new file with mode: 0644]
manager/state/raft/membership/cluster_test.go [new file with mode: 0644]
manager/state/raft/raft.go [new file with mode: 0644]
manager/state/raft/raft_test.go [new file with mode: 0644]
manager/state/raft/storage.go [new file with mode: 0644]
manager/state/raft/storage/common_test.go [new file with mode: 0644]
manager/state/raft/storage/snapwrap.go [new file with mode: 0644]
manager/state/raft/storage/snapwrap_test.go [new file with mode: 0644]
manager/state/raft/storage/storage.go [new file with mode: 0644]
manager/state/raft/storage/storage_test.go [new file with mode: 0644]
manager/state/raft/storage/walwrap.go [new file with mode: 0644]
manager/state/raft/storage/walwrap_test.go [new file with mode: 0644]
manager/state/raft/storage_test.go [new file with mode: 0644]
manager/state/raft/testutils/testutils.go [new file with mode: 0644]
manager/state/raft/transport/mock_raft_test.go [new file with mode: 0644]
manager/state/raft/transport/peer.go [new file with mode: 0644]
manager/state/raft/transport/peer_test.go [new file with mode: 0644]
manager/state/raft/transport/transport.go [new file with mode: 0644]
manager/state/raft/transport/transport_test.go [new file with mode: 0644]
manager/state/raft/util.go [new file with mode: 0644]
manager/state/raft/wait.go [new file with mode: 0644]
manager/state/store/apply.go [new file with mode: 0644]
manager/state/store/by.go [new file with mode: 0644]
manager/state/store/clusters.go [new file with mode: 0644]
manager/state/store/combinator_test.go [new file with mode: 0644]
manager/state/store/combinators.go [new file with mode: 0644]
manager/state/store/configs.go [new file with mode: 0644]
manager/state/store/doc.go [new file with mode: 0644]
manager/state/store/extensions.go [new file with mode: 0644]
manager/state/store/memory.go [new file with mode: 0644]
manager/state/store/memory_test.go [new file with mode: 0644]
manager/state/store/networks.go [new file with mode: 0644]
manager/state/store/nodes.go [new file with mode: 0644]
manager/state/store/object.go [new file with mode: 0644]
manager/state/store/resources.go [new file with mode: 0644]
manager/state/store/secrets.go [new file with mode: 0644]
manager/state/store/services.go [new file with mode: 0644]
manager/state/store/tasks.go [new file with mode: 0644]
manager/state/testutils/mock_proposer.go [new file with mode: 0644]
manager/state/watch.go [new file with mode: 0644]
manager/watchapi/server.go [new file with mode: 0644]
manager/watchapi/server_test.go [new file with mode: 0644]
manager/watchapi/watch.go [new file with mode: 0644]
manager/watchapi/watch_test.go [new file with mode: 0644]
node/node.go [new file with mode: 0644]
node/node_test.go [new file with mode: 0644]
protobuf/plugin/authenticatedwrapper/authenticatedwrapper.go [new file with mode: 0644]
protobuf/plugin/deepcopy/deepcopy.go [new file with mode: 0644]
protobuf/plugin/deepcopy/deepcopytest.go [new file with mode: 0644]
protobuf/plugin/deepcopy/test/deepcopy.pb.go [new file with mode: 0644]
protobuf/plugin/deepcopy/test/deepcopy.proto [new file with mode: 0644]
protobuf/plugin/deepcopy/test/deepcopypb_test.go [new file with mode: 0644]
protobuf/plugin/helpers.go [new file with mode: 0644]
protobuf/plugin/plugin.pb.go [new file with mode: 0644]
protobuf/plugin/plugin.proto [new file with mode: 0644]
protobuf/plugin/raftproxy/raftproxy.go [new file with mode: 0644]
protobuf/plugin/raftproxy/test/raftproxy_test.go [new file with mode: 0644]
protobuf/plugin/raftproxy/test/service.pb.go [new file with mode: 0644]
protobuf/plugin/raftproxy/test/service.proto [new file with mode: 0644]
protobuf/plugin/storeobject/storeobject.go [new file with mode: 0644]
protobuf/ptypes/doc.go [new file with mode: 0644]
protobuf/ptypes/timestamp.go [new file with mode: 0644]
remotes/remotes.go [new file with mode: 0644]
remotes/remotes_test.go [new file with mode: 0644]
template/context.go [new file with mode: 0644]
template/context_test.go [new file with mode: 0644]
template/expand.go [new file with mode: 0644]
template/getter.go [new file with mode: 0644]
template/getter_test.go [new file with mode: 0644]
template/template.go [new file with mode: 0644]
testutils/grpc.go [new file with mode: 0644]
testutils/poll.go [new file with mode: 0644]
vendor.conf [new file with mode: 0644]
vendor/github.com/fernet/fernet-go/License [new file with mode: 0644]
vendor/github.com/fernet/fernet-go/Readme [new file with mode: 0644]
vendor/github.com/fernet/fernet-go/fernet.go [new file with mode: 0644]
vendor/github.com/fernet/fernet-go/key.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/LICENSE [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/README.md [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/edges.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/iradix.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/iter.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/node.go [new file with mode: 0644]
vendor/github.com/hashicorp/go-immutable-radix/raw_iter.go [new file with mode: 0644]
vendor/github.com/phayes/permbits/README.md [new file with mode: 0644]
vendor/github.com/phayes/permbits/godoc.go [new file with mode: 0644]
vendor/github.com/phayes/permbits/permbits.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/LICENSE.txt [new file with mode: 0644]
vendor/github.com/spf13/cobra/README.md [new file with mode: 0644]
vendor/github.com/spf13/cobra/bash_completions.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command_notwin.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command_win.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/LICENSE [new file with mode: 0644]
vendor/github.com/spf13/pflag/README.md [new file with mode: 0644]
vendor/github.com/spf13/pflag/bool.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/count.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/duration.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/flag.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/float32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/float64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/golangflag.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int8.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ip.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipmask.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipnet.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint16.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint8.go [new file with mode: 0644]
version/cmd.go [new file with mode: 0644]
version/print.go [new file with mode: 0644]
version/version.go [new file with mode: 0644]
version/version.sh [new file with mode: 0755]
watch/queue/queue.go [new file with mode: 0644]
watch/queue/queue_test.go [new file with mode: 0644]
watch/sinks.go [new file with mode: 0644]
watch/sinks_test.go [new file with mode: 0644]
watch/watch.go [new file with mode: 0644]
watch/watch_test.go [new file with mode: 0644]
xnet/xnet_unix.go [new file with mode: 0644]
xnet/xnet_windows.go [new file with mode: 0644]