website/content/en/examples
Michal Wozniak 801b556183 Update for KEP3329: "Retriable and non-retriable Pod failures for Jobs"
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2023-03-21 15:56:19 +01:00
..
access Favor EndpointSlice over Endpoints 2022-10-11 12:38:39 +01:00
admin Add rolebinding to Configure Multiple Schedulers (#38208) 2023-01-29 06:06:43 -08:00
application Fix Deployment YAML used for SSA 2023-01-29 21:46:12 +08: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 Update for KEP3329: "Retriable and non-retriable Pod failures for Jobs" 2023-03-21 15:56:19 +01:00
debug Update docs to reference new container image registry 2022-08-18 16:35:26 +02:00
pods Doc for Beta feature PodSchedulingReadiness 2023-03-06 09:02:48 -08:00
policy
priority-and-fairness Fix examples and test cases 2023-01-02 16:36:51 +08:00
secret/serviceaccount Annotations are mappings, not sequences 2022-12-08 14:57:31 +01:00
security Await input in Pod Security Admission demo script 2023-03-02 22:39:41 +00:00
service updating Pod DNS config example to use documentation IP address (#39169) 2023-02-07 22:44:59 -08:00
tls
windows
README.md
examples.go
examples_test.go Fix examples test for newly changed example manifest 2023-02-06 20:53:06 +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