website/content/en/examples
Kubernetes Prow Robot 8fa319efb8
Merge pull request #36832 from tengqm/fix-example-test
Fix examples test
2022-09-19 14:31:34 -07:00
..
access Adding documentation about Endpoints write access in wake of CVE-2021-25740 2021-07-26 11:32:06 -07:00
admin fix(konnectivity): using default container repository and last tag 2022-08-30 19:54:30 +02:00
application Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
audit
configmap
controllers Removed docker mentions from daemonset code sample 2022-09-01 23:26:33 +05:30
debug Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
pods Merge pull request #35803 from ameukam/1-25-registry-k8s-io 2022-08-18 08:26:22 -07:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Catch APF description up with recent developments 2022-01-21 13:06:51 -05:00
security Added shell script examples 2021-12-08 10:41:55 +05:30
service [en] update en docs to use recommended labels 2022-07-11 08:45:48 -07:00
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
windows
README.md [zh]Update content/zh/examples/README.md 2022-04-25 23:50:10 +08:00
examples.go
examples_test.go Fix examples test 2022-09-15 19:35:40 +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