website/content/en/examples
Kubernetes Prow Robot 4585cc1886
Merge pull request #47967 from saschagrunert/seccomp
Add dedicated seccomp node reference
2024-10-09 00:28:22 +01:00
..
access update ValidatingAdmissionPolicy to v1 2024-04-14 07:09:07 +08:00
admin Change dnsutils from jessie-dnsutils to agnhost 2024-08-30 20:57:02 -07:00
application [en] Reduce GracePeriod to 300 sec for deploying Cassandra with a StatefulSet 2024-07-04 14:55:03 +05:30
audit
concepts/policy/limit-range [en] Add missing required `type` field to LimitRange example (#38706) 2023-01-01 20:21:31 -08:00
configmap Add envFrom details in docs (#47709) 2024-09-11 14:07:12 +01:00
controllers Fix a Job example which fails the manifest validation 2024-05-09 11:02:37 +08:00
customresourcedefinition Add docs for CRD field selection 2024-03-18 11:09:04 -04:00
debug
deployments Updating Configuration via a Configmap 2024-04-05 09:16:51 +05:30
pods Add dedicated seccomp node reference 2024-10-08 11:03:19 +02:00
policy
priority-and-fairness apiserver: update APF documentation for GA 2023-11-22 14:49:27 -05: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 Delete rewrite-target annotation in ingress example 2024-06-11 08:16:29 +08:00
storage improve yaml context for storage/storage-classes.md 2024-09-25 22:13:59 +08:00
tls
validatingadmissionpolicy update ValidatingAdmissionPolicy to v1 2024-04-14 07:09:07 +08:00
windows
README.md
examples.go
examples_test.go Fix examples test for v1.31 2024-08-27 20:47:01 +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