Kubernetes Prow Robot
cb27724d3e
Merge pull request #43247 from srm09/patch-1
...
Fixes comment for webhook conversion strategy
2024-01-13 07:06:22 +01:00
hunshcn
bcc55ae7c9
fix outdated link/anchor
...
Signed-off-by: hunshcn <hunsh.cn@gmail.com>
2024-01-03 15:00:11 +08:00
Takashiidobe
d536e46dbd
fix typos
2023-12-24 21:00:53 -05:00
windsonsea
e9c2827477
Fix a link in custom-resource-definitions task
2023-12-15 09:07:10 +08:00
Kubernetes Prow Robot
fdcd1f6a49
Merge pull request #43560 from alexzielenski/4008-beta
...
KEP-4008: CRD Validation Ratcheting - Alpha 2 Docs
2023-11-27 18:23:40 +01:00
Alex Zielenski
6f44e15b56
typo fix
2023-11-27 09:17:40 -08:00
Alex Zielenski
41e0c2f21b
jpbetz feedback
2023-11-27 09:08:09 -08:00
Cici Huang
16fb2e68c6
Promote CRD validation rules to GA
2023-11-15 23:19:55 +00:00
Alexander Zielenski
d820f2b988
add CRDValidationRatcheting 1.29 docs
2023-11-14 10:56:26 -08:00
Able Lv
8ae01d5d8e
Fixed title level of "Validation rules" on custom-resource-definitions.md
...
The title level of "Validation rules" should be H3, instead of H2.
2023-10-22 22:17:18 +08:00
Sagar Muchhal
6c70a45be3
Fixes comment for webhook conversion strategy
...
This patch fixes the language of the comment for the webhook conversion strategy.
2023-09-28 12:22:45 -07:00
harsh
e366d2621b
Fixed the typo errors in the documentation.
2023-09-20 18:15:30 +05:30
Matheus Moraes
c64c7837c8
add CEL Playground link
2023-09-08 16:42:43 -03:00
Tim Bannister
20b43d6095
Merge branch 'main' into 'dev-1.28'
2023-08-09 11:13:31 +01:00
Kubernetes Prow Robot
a2cf620ad5
Merge pull request #41737 from alexzielenski/4008-crd-validation
...
Add Documentation for CRD Validation Ratcheting
2023-08-08 10:34:17 -07:00
Alexander Zielenski
75ec818022
feedback
2023-08-08 08:53:42 -07:00
Alexander Zielenski
e894028da7
move to other pages, add links
2023-08-07 22:10:04 -07:00
Cici Huang
61d5b61ba5
Address comments
2023-07-25 03:50:44 +00:00
Cici Huang
4391c3b0bc
Address comments
2023-07-21 17:05:35 +00:00
Cici Huang
0f66ee54cc
Update doc for KEP 2876
2023-07-20 23:15:47 +00:00
shubham82
1e063ce5ea
Fix broken hyperlinks to Extend the Kubernetes API with CustomResourceDefinitions task page.
2023-07-17 16:07:45 +05:30
Marco Voelz
44cce36683
VPA also requires scale subresource labelSelector
2023-07-13 14:27:43 +02:00
Kubernetes Prow Robot
0faa93ceca
Merge pull request #40027 from Jefftree/openapiv3-ga-doc
...
Doc update for KEP-2896 OpenAPIV3
2023-04-01 04:51:49 -07:00
Jefftree
0c9ba63075
Address comments
2023-03-31 18:17:30 +00:00
Kermit Alexander II
e239a7dd33
Documentation for messageExpression update to KEP-2876 ( #40019 )
...
* Add messageExpression documentation.
* Apply feedback on wording.
* Add info about casting to string.
* Use "evaluates to an error" to avoid ambiguous wording around "fails."
* Revise wording around string casting.
2023-03-30 20:41:48 -07:00
Jefftree
eb417b7128
Whitespace fix
2023-03-27 17:00:46 +00:00
Jefftree
af3e11936b
Update OpenAPI V3 section for CRDs
2023-03-27 17:00:46 +00:00
Michael
0cfca02a33
Fix link and bullets alignment in custom-resource-definition-versioning.md
2022-12-22 08:58:19 +08:00
Marcin Owsiany
270c6803d1
Applied review comment.
2022-12-14 12:15:28 +01:00
Marcin Owsiany
74dd655286
Clarify the case of requested version != stored version.
2022-12-14 12:12:28 +01:00
Marcin Owsiany
8c9ca0579d
Use "stored" rather than "persisted" consistently with the rest of the document.
2022-12-14 12:12:28 +01:00
mboukhalfa
0e569cc9ed
Update links in crd docs based to v1.25 k8s release
2022-10-25 14:13:02 +03:00
Kubernetes Prow Robot
e368a6ae3f
Merge pull request #37381 from Nordix/tiny-spell-fix/mohammed
...
Tiny spell fix and rephrasing
2022-10-24 10:58:25 -07:00
mboukhalfa
388a17b204
tiny spell fix and rephrasing
2022-10-19 15:25:12 +03:00
Chandan Singh
8b1209d948
Update custom-resource-definition-versioning.md
...
Since there can be only one version that needs to be stored and storage option is required else the parsing fails. Adding the storage option and setting it false.
Schema Vaildation fails with error: error validating data: ValidationError(CustomResourceDefinition.spec.versions[1]): missing
required field "storage" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion; if you choose to
ignore these errors, turn validation off with --validate=false
2022-10-12 18:13:03 +05:30
Kubernetes Prow Robot
15bf5813c6
Merge pull request #36716 from akankshakumari393/patch-6
...
Fix Broken Link to CustomResourceDefinition
2022-09-18 06:22:28 -07:00
Akanksha Kumari
0443319bda
Update the CRD link to reference/kubernetes-api/extend-resources/custom-resource-definition-v1/
2022-09-15 09:24:42 +05:30
Shubham
88380ad730
Modify note content about kubectl, CRDs, and subresources ( #34468 )
...
* Modified the NOTE for Kubectl Subresource Support.
Improvement: Removed word tool.
Typo fix.
* Added task for patch the deployment using subresource flag.
* Updated the content.
* Updated the link for kubectl patch.
* Resolved nits.
* Improvement: updated the content.
* Removed new deployment and used existing deployment manifests.
2022-09-14 15:41:23 -07:00
Akanksha Kumari
d0e4c5942e
Minor Typo Fix
2022-09-10 11:57:26 +05:30
Akanksha kumari
395143df47
Fix Broken Link to CustomResourceDefinition
2022-09-10 01:00:26 +05:30
Qiming Teng
ef511e7e65
Style tweak the crd task file
...
This PR reformats the CRD task file where line wrappings are expected or
proper indentations are needed. It also fixes a link to the kube-apiserver
reference.
2022-08-25 16:04:02 +08:00
kadtendulkar
655f6a2b8b
Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md
2022-08-24 21:45:12 +05:30
Cici Huang
d6201fdf65
Update doc for CustomResourceValidationExpressions feature.
2022-08-16 15:38:37 +00:00
Michael
6a1caa355a
[en] fix typos in /projected-volumes.md
2022-07-15 17:10:48 +08:00
Kubernetes Prow Robot
84c035d5a7
Merge pull request #34372 from tengqm/fix-links-1
...
Batch fixes for links (1)
2022-06-26 01:02:58 -07:00
Kubernetes Prow Robot
484995c06b
Merge pull request #33930 from xing-yang/deprecate_crd
...
Add doc for CRD version removal
2022-06-24 00:39:21 -07:00
Kubernetes Prow Robot
62a5ad6213
Merge pull request #34386 from Rishit-dagli/Rishit-dagli-updatecreatingCRD
...
Update Create a Custom Resource Definition
2022-06-23 17:03:19 -07:00
Rishit Dagli
aa60715e84
Update Create a Custom Resource Definition
...
Co-authored-by: Antonio Alonso Alarcon <antonio.al.al@gmail.com>
2022-06-18 11:48:00 +00:00
Qiming Teng
7add552174
Batch fixes for links (1)
...
There are dangling links or links that redirects to a different destination page.
This PR fixes some of them.
2022-06-18 13:37:13 +08:00
Kubernetes Prow Robot
29a21da70f
Merge pull request #33659 from macno/patch-1
...
Update Validation Rules Examples
2022-06-13 22:59:33 -07:00