website/content/en/examples
Nitesh Seram d3a5a71e88
remove addonmanager.kubernetes.io labels
2021-09-28 10:49:37 +05:30
..
access Adding documentation about Endpoints write access in wake of CVE-2021-25740 2021-07-26 11:32:06 -07:00
admin remove addonmanager.kubernetes.io labels 2021-09-28 10:49:37 +05:30
application Add MongoDB deployment and service. 2021-06-21 18:27:52 +05:30
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 Operator: Exists missing 2021-05-06 15:40:45 +02:00
debug Fix orders of yaml for examples. (#15763) 2019-08-09 14:33:15 -07:00
pods docs(configure-redis-using-configmap): update for clarity (#25712) 2021-03-17 13:13:19 -07:00
policy Address PR feedback 2021-06-24 10:16:32 -07:00
priority-and-fairness Update API Priority and Fairness doc for graduatino to beta (#24975) 2020-11-14 01:55:04 -08:00
security incorporating initial round of feedback 2021-07-21 15:33:46 +00:00
service KEP-2365: documentation for namespace-scoped parameters reference 2021-03-26 13:34:46 +05:30
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 test case for examples 2021-08-09 22:29:17 +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