website/content/en/examples
Kubernetes Prow Robot f2a78fa5d5
Merge pull request #23119 from devries/statefulset-mysql-language
Replace master/slave with primary/replica in MySQL StatefulSet example
2020-12-02 01:04:50 -08:00
..
access/certificate-signing-request Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, 24065 2020-10-16 22:27:15 +08:00
admin Add missing steps to configure konnectivity-server (#24141) 2020-11-12 23:52:23 -08:00
application Merge pull request #23119 from devries/statefulset-mysql-language 2020-12-02 01:04:50 -08:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
configmap Test examples files in configmap directory (#13128) 2019-03-14 06:44:23 -07:00
controllers Adding example for DaemonSet Rolling Update task 2020-03-27 06:47:50 +00:00
debug Fix orders of yaml for examples. (#15763) 2019-08-09 14:33:15 -07:00
podpreset Harmonize Pod Preset tasks (#18128) 2020-03-11 01:33:36 -07:00
pods Improve configmap usage as pod command and args 2020-11-17 21:54:25 +01:00
policy Standardized pod security profiles 2020-05-20 16:54:37 -07:00
priority-and-fairness Tweaked wording and added codenew example re health-for-strangers 2020-07-31 15:30:57 -04:00
service Move example-ingress.yaml 2020-10-12 11:17:08 +08:00
windows beta.kubernetes.io/os deprecated since v1.14, are targeted for removal in v1.18 2020-05-07 11:52:30 +08:00
README.md Revised README for English examples 2020-06-27 11:15:21 +08:00
examples.go Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples_test.go Fix example tests for English site 2020-06-24 19:10:14 +08:00

README.md

To run the tests for a localization, use the following command:

go test k8s.io/website/content/<lang>/examples

where <lang> is the two character representation of a language. For example:

go test k8s.io/website/content/en/examples