website/content/en/examples
Kubernetes Prow Robot 962bf89914
Merge pull request #41802 from matthyx/sidecar
Add initial (alpha) documentation about sidecar containers
2023-08-07 08:50:32 -07:00
..
access Fix examples test for 1.27 2023-04-16 17:26:12 +08:00
admin Konnectivity example refresh. 2023-03-31 16:10:39 -07:00
application adding Sidecar Containers alpha feature 2023-08-01 17:13:12 +02:00
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
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 Documentation for in-place pod resize feature (#39845) 2023-03-30 19:59:48 -07:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness Migrated to use the v1beta3 API version of FlowSchema 2023-04-04 20:23:27 +05:30
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 Document behavior of endpoints with the feature EndpointSliceTerminatingCondition (#36791) 2023-03-15 08:32:17 -07:00
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05: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 [zh]Update content/zh/examples/README.md 2022-04-25 23:50:10 +08:00
examples.go Improve examples test (#9467) 2018-07-11 08:43:25 -07:00
examples_test.go Fix examples test for 1.27 2023-04-16 17:26:12 +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