website/content/ja/examples
Junya Okabe d9dfda7b6d
[ja] Translate `content/en/docs/concepts/workloads/pods/sidecar-containers.md` into Japanese (#44716)
* feat: translate into Japanese

* cp source file

* add: empty line

* update: L21

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L93

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L90

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L86

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L19

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L20

Co-authored-by: atoato88 <akihito-inou@nec.com>

* update: L89

* update: L89

* update: del \n

---------

Co-authored-by: atoato88 <akihito-inou@nec.com>
2024-04-02 15:14:12 -07:00
..
admin Update example manifests for Japanese 2023-02-03 15:59:08 +00:00
application [ja] Translate `content/en/docs/concepts/workloads/pods/sidecar-containers.md` into Japanese (#44716) 2024-04-02 15:14:12 -07:00
audit First Japanese l10n work for release-1.13 (#12998) 2019-03-07 10:17:41 -08:00
configmap tasks/configure-pod-container/configure-pod-configmap/ 2020-05-05 21:08:46 +09:00
controllers Sync the Japanese Job page with the latest version 2023-06-22 21:38:37 +09:00
debug Replace k8s.gcr.io with registry.k8s.io 2023-02-03 15:59:01 +00:00
federation First Japanese l10n work for release-1.13 (#12998) 2019-03-07 10:17:41 -08:00
minikube First Japanese l10n work for release-1.13 (#12998) 2019-03-07 10:17:41 -08:00
podpreset First Japanese l10n work for release-1.13 (#12998) 2019-03-07 10:17:41 -08:00
pods [ja] Add runAsGroup and change appropriate image 2024-03-13 13:37:23 +00:00
policy Use `runtime/default` for seccomp. (#14616) 2019-05-29 19:34:20 -07:00
service Update content/ja/examples/service/pod-with-graceful-termination.yaml 2023-03-27 22:26:26 +09:00
windows beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18 2020-05-07 11:56:34 +08:00
README.md First Japanese l10n work for release-1.13 (#12998) 2019-03-07 10:17:41 -08:00
examples.go First Japanese l10n work for release-1.13 (#12998) 2019-03-07 10:17:41 -08: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/