website/content/ja/examples
Kenshi Muto 3995ff06a3
Update content/ja/examples/service/pod-with-graceful-termination.yaml
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
2023-03-27 22:26:26 +09:00
..
admin Update example manifests for Japanese 2023-02-03 15:59:08 +00:00
application Merge pull request #39283 from Arhell/ja-scale 2023-02-09 04:44:34 -08:00
audit
configmap
controllers [ja] Updated /content/ja/docs/concepts/workloads/controllers/replicaset.md file (#36482) 2022-09-06 08:57:54 -07:00
debug Replace k8s.gcr.io with registry.k8s.io 2023-02-03 15:59:01 +00:00
federation
minikube
podpreset
pods Update content/ja/examples/pods/pod-with-affinity-anti-affinity.yaml 2023-03-06 16:39:18 +09:00
policy
service Update content/ja/examples/service/pod-with-graceful-termination.yaml 2023-03-27 22:26:26 +09:00
windows
README.md
examples.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/