website/content/ja/examples
OneSazae 223fa83950
[ja] Translate resize-container-resources.md into Japanese (#48921)
* [ja] Translate docs/tasks/configure-pod-container/resize-container-resources.md into Japanese

* Update content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

fixed uncertain description

Co-authored-by: bells17 <bells171@gmail.com>

* Update content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

added newline to meet style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide)

Co-authored-by: bells17 <bells171@gmail.com>

* added newline characters to content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

To meet the translation style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide)

* added a missing newline characters to content/ja/docs/tasks/configure-pod-container/resize-container-resources.md

To meet the translation style guide (https://kubernetes.io/ja/docs/contribute/localization/#style-guide)

---------

Co-authored-by: bells17 <bells171@gmail.com>
2024-12-22 10:46:10 +01:00
..
admin Update example manifests for Japanese 2023-02-03 15:59:08 +00:00
application [ja] Update stale StatefulSet with Cassandra example 2024-08-07 01:51:36 +03:00
audit
configmap
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
minikube
podpreset
pods [ja] Translate resize-container-resources.md into Japanese (#48921) 2024-12-22 10:46:10 +01:00
policy
service [ja] Delete rewrite-target annotation in ingress example 2024-07-21 09:36:33 +03: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/