website/content/en/examples
Shannon Kularathna cc62cbfda3 Move YAML snippets to examples directory and include with code shortcode 2023-10-05 18:40:34 -04:00
..
access Update test cases for v1.28 2023-08-18 09:03:30 +08:00
admin Added 'command' block for some busybox pods script 2023-06-21 22:00:38 +05:30
application sidecar container example use retry tail 2023-08-16 09:10:59 +00:00
audit
concepts/policy/limit-range [en] Add missing required `type` field to LimitRange example (#38706) 2023-01-01 20:21:31 -08:00
configmap Update example to configure pods 2022-10-25 10:44:37 -04:00
controllers Job Backoff Limit per index review remarks 2023-08-03 16:54:04 +02:00
debug Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
pods Fix initialDelaySeconds of container lifecycle 2023-10-02 16:18:43 +05:30
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Add section for APF good practices 2023-08-24 16:17:48 -07:00
secret Move YAML snippets to examples directory and include with code shortcode 2023-10-05 18:40:34 -04:00
security Await input in Pod Security Admission demo script 2023-03-02 22:39:41 +00:00
service removed duplicated examples 2023-03-23 00:39:56 +05:30
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
validatingadmissionpolicy Fix mismatched API groups in ValidatingAdmissionPolicy page (#42879) 2023-09-05 10:10:50 -07:00
windows
README.md [zh]Update content/zh/examples/README.md 2022-04-25 23:50:10 +08:00
examples.go
examples_test.go Update test cases for v1.28 2023-08-18 09:03:30 +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