* Example for required node affinity tasks Example for required node affinity tasks * Create pod-nginx-preffered-affinity.yaml * task for assigning pods nodes using node affinity A new task for assigning pods nodes using node affinity * Correcting syntax and spelling Correcting syntax and spelling * Correcting syntax and spelling Correcting syntax and spelling * fix for review comment Fix for review comment * Adding min k8s server version Adding min k8s server version * Correcting small style issues Correcting small style issues. This will also retrigger new build. |
||
---|---|---|
.. | ||
admin | ||
application | ||
audit | ||
configmap | ||
controllers | ||
debug | ||
minikube | ||
podpreset | ||
pods | ||
policy | ||
service | ||
windows | ||
README.md | ||
examples.go | ||
examples_test.go |
README.md
Note: These tests are importing code from kubernetes that isn't really meant to be used outside the repo. This causes vendoring problems. As a result, we have to work around those with these lines in the travis config:
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/*
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/