website/content/en/examples
Kubernetes Prow Robot 1d552afaa6
Merge pull request #30737 from mfbieber/ingress-class-name-in-example
Added ingressClassName: nginx to Ingress example
2022-01-24 11:37:35 -08:00
..
access Adding documentation about Endpoints write access in wake of CVE-2021-25740 2021-07-26 11:32:06 -07:00
admin replace dnsutils example image 2021-11-03 14:32:58 -07:00
application The `schedule: "*/1 * * * *"` is the same as "* * * * *" 2021-12-29 00:19:02 +00:00
audit
configmap
controllers Operator: Exists missing 2021-05-06 15:40:45 +02:00
debug
pods Fix errors detected by the test case 2021-12-15 12:50:30 +08: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 Added shell script examples 2021-12-08 10:41:55 +05:30
service Added ingressClassName: nginx to Ingress example, mentioned to the necessity of it and referenced to the section describing that further 2022-01-07 22:15:42 +01: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
examples_test.go Fix example test code 2021-12-15 12:49:45 +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