website/content/en/examples
John Law 58f108a489 Update shell-demo.yaml (#14892) 2019-06-19 13:04:20 -07:00
..
admin Update “Autoscale the DNS Service in a Cluster” (#14525) 2019-06-05 22:34:09 -07:00
application Update shell-demo.yaml (#14892) 2019-06-19 13:04:20 -07:00
audit
configmap Test examples files in configmap directory (#13128) 2019-03-14 06:44:23 -07:00
controllers Downloadable examples for “Run applications” section (#14147) 2019-06-10 19:48:17 -07:00
debug
federation
minikube
podpreset Modify indent from 3 to 2 spaces (#13056) 2019-03-12 11:26:44 -07:00
pods Pod yaml command and change pod curl (#14448) 2019-05-21 13:40:06 -07:00
policy Downloadable examples for “Run applications” section (#14147) 2019-06-10 19:48:17 -07:00
service update tutorial to use deployment yaml file (#14959) 2019-06-19 12:18:31 -07:00
windows
README.md
examples.go
examples_test.go Downloadable examples for “Run applications” section (#14147) 2019-06-10 19:48:17 -07:00

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/