Merge pull request #1789 from lavalamp/eventing4

Add event creation library and implement in scheduler.
This commit is contained in:
Eric Tune
2014-10-15 15:55:26 -07:00
15 changed files with 391 additions and 10 deletions

View File

@@ -19,10 +19,10 @@ set -o errexit
set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_REPO_ROOT=$(dirname "${BASH_SOURCE}")/..
# Set the environment variables required by the build.
source "${KUBE_ROOT}/hack/config-go.sh"
source "${KUBE_REPO_ROOT}/hack/config-go.sh"
# Go to the top of the tree.
cd "${KUBE_REPO_ROOT}"