website/content/en/examples
Tim Hockin 300c2e8545 Better docs for standard topology labels
As per KEP 1659, topology labels are now more formalized.  Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -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 Fix issue with tasks/administer-cluster/out-of-resource/ 2020-10-01 13:13:59 +09:00
application Update the example for kubectl port-forward 2020-10-07 22:02:37 -04: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 Better docs for standard topology labels 2020-11-03 11:27:58 -08: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