website/content/en/examples
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
..
admin fix page configure-multiple-schedulers/#enable-leader-election style error (#22642) 2020-07-26 20:16:16 -07:00
application Add transferring ownership section to api concepts 2020-07-20 12:01:52 -07: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 Merge pull request #21278 from hasheddan/seccomp 2020-07-20 12:14:39 -07: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 ingress: Update documentation for wildcard hostnames 2020-07-07 18:17:25 -07: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