website/content/en/examples
Qiming Teng 5a2f3ff8cb Update test cases for examples
This PR updates the Go module dependency and revise the test case
for checking example manifests. This check ensures that all manifests
we use as examples are still valid under v1.32.
2024-12-22 09:45:10 +08:00
..
access update ValidatingAdmissionPolicy to v1 2024-04-14 07:09:07 +08:00
admin Update pause with Docker Schema 2 image 2024-12-19 13:11:05 -08:00
application [en] Reduce GracePeriod to 300 sec for deploying Cassandra with a StatefulSet 2024-07-04 14:55:03 +05:30
audit audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
concepts/policy/limit-range Update pause with Docker Schema 2 image 2024-12-19 13:11:05 -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 doc: document the usage of the PodLogsQuerySplitStreams feature 2024-11-30 00:22:25 +08:00
deployments Tweak node capacity overprovisioning task 2024-11-19 14:31:41 +00:00
mutatingadmissionpolicy KEP-3962: Mutating admission policy documentation (#48646) 2024-11-26 18:20:56 +00:00
pods Update pause with Docker Schema 2 image 2024-12-19 13:11:05 -08:00
policy Updated wording in yaml file 2022-04-26 13:59:38 +00:00
priority-and-fairness apiserver: update APF documentation for GA 2023-11-22 14:49:27 -05:00
priorityclass Tweak node capacity overprovisioning task 2024-11-19 14:31:41 +00: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 Move misplaced comment outside YAML block in storageclass-aws-ebs.yaml (#48809) 2024-11-26 01:24:56 +00:00
tls Update TLS doc to use example signer for arbitrary https server 2022-02-01 12:22:32 -05:00
validatingadmissionpolicy update ValidatingAdmissionPolicy to v1 2024-04-14 07:09:07 +08: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 Update test cases for examples 2024-12-22 09:45:10 +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