website/content/en/examples
Kubernetes Prow Robot e0bf0b2699
Merge pull request #22011 from tengqm/fix-examples-test
Fix example tests for English site
2020-07-04 05:38:48 -07:00
..
admin Merge pull request #20691 from alculquicondor/fix-2nd-scheduler 2020-04-30 15:05:37 -07:00
application Fix example tests for English site 2020-06-24 19:10:14 +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 use printf to replace printenv 2020-07-01 14:48:38 +08:00
policy Standardized pod security profiles 2020-05-20 16:54:37 -07:00
service Cleanup and implement style guidelines. (#18980) 2020-02-12 11:06:51 -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