Library for interacting with etcd-based service reporting. Intended to be used as a base image.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Chris Smith 1f6256ecc7 Ignore EtcdResult from pylint. 8年前
test Ignore EtcdResult from pylint. 8年前
Dockerfile Initial version 8年前
README.md Initial version 8年前
circle.yml Add CircleCI config 8年前
etcdlib.py Add pydoc strings 8年前

README.md

Docker service reporter library

This is a docker image intended as a base layer for things interacting with my service reporter container.

It provides a python library for interacting with etcd, with convenience functions for retrieving the higher-level data structures (such as containers and labels) that the reporter service creates.