Commit Graph

209 Commits

Author SHA1 Message Date
Kubernetes Prow Robot f72dfae2bd
Merge pull request #34622 from irbekrm/add_remaining_items
Adds remainingItemCount to HTTP response
2022-08-24 14:11:49 -07:00
Kevin Delgado 2dc5f254e9 Add Server Side Field Validation to API Concepts 2022-07-31 05:57:55 +00:00
ayatk 5cbf53b0c8 Migrate to latest versioning document
release/versioning.md that was in the k/design-proposals-archive repository
in the past has been migrated to k/sig-release repository.
2022-07-13 15:07:46 +00:00
Sean Wei 34721abcac Use relative links for k8s.io 2022-06-30 12:08:14 +08:00
irbekrm f1465601c3 Adds remainingItemCount to HTTP response
Signed-off-by: irbekrm <irbekrm@gmail.com>
2022-06-26 14:25:52 +01:00
Marcelo Juchem 0404de8e03
add perl and ruby to client libraries list 2022-06-23 11:28:02 -05:00
Marcelo Juchem 445856614d
sorting library list in lexicographic order 2022-06-23 02:27:22 -05:00
Marcelo Juchem 7bbdc5d83e
client-libraries.md: adding C client library link 2022-06-22 19:13:35 -05:00
Kubernetes Prow Robot 8f7748cd42
Merge pull request #33088 from Jitsusama/patch-1
Fix Minor Typo on API Concepts Page
2022-06-13 22:21:32 -07:00
Sean Wei 34155fed0b Fix links for k/design-proposals-archive
The contributors/design-proposals in k/community was removed. It's only
available in k/design-proposals-archive repo now.

This commit also changes https://github.com/kubernetes/repo/blob/master/file.md
to https://git.k8s.io/repo/file.md for better consistency.
2022-06-10 22:49:04 +08:00
Kubernetes Prow Robot bcc5507d79
Merge pull request #33969 from liggitt/psp-guide
Update PSP alternatives
2022-05-27 07:55:07 -07:00
Jordan Liggitt 4fd16ff800 Update PSP alternatives 2022-05-26 11:35:29 -04:00
David Xia 69d46a7a98
Update content/en/docs/reference/using-api/server-side-apply.md
Co-authored-by: Antoine Pelisse <apelisse@gmail.com>
2022-05-24 19:19:27 -04:00
David Xia 5846916395
docs: show server side apply overwrite for CLI
Docs currently say how to do it with HTTP request.
This addition will help `kubectl` users as well.
2022-05-24 17:34:12 -04:00
Luis Sanchez dd59f2a2d0
add authorization v1beta1 selfsubjectrulesreview 2022-05-09 09:25:35 -04:00
Kubernetes Prow Robot b97dfa02d6
Merge pull request #33449 from kinzhi/kinzhi93
[en]Modify the format content/en/docs/reference/using-api/deprecation-guide.md
2022-05-04 07:15:51 -07:00
wei.wang 98b049bf29 [en]Modify the format content/en/docs/reference/using-api/deprecation-guide.md
4
2022-05-04 21:09:01 +08:00
Nate W 5ead53b3e8 Merge remote-tracking branch 'upstream/main' into dev-1.24 2022-05-02 10:29:49 -07:00
xin.li b831e96c6a [en] modify debug-cluster/audit
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-04-29 20:40:59 +08:00
Joel Gerber 47be146d86
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-25 07:41:46 -04:00
Joel Gerber c00146a3a6
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-25 07:41:33 -04:00
Joel Gerber f3adb2cd66
Update content/en/docs/reference/using-api/api-concepts.md
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2022-04-22 07:06:31 -04:00
Joel Gerber bf0c2cfcf7
Fix a minor typo in the 2nd paragraph of overview 2022-04-21 11:35:46 -04:00
Kubernetes Prow Robot ca3737922a
Merge pull request #32284 from deads2k/beta-off-by-default
Add details about enabling individual API resources using --runtime-config
2022-04-11 09:20:06 -07:00
Jordan Liggitt 312d50b02d Add 1.27 deprecated API removals 2022-04-06 20:59:42 -04:00
David Eads 4a207186a6
Update content/en/docs/reference/using-api/_index.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-03-29 08:12:16 -04:00
David Eads 99174eaaa2 Add details about enabling individual API resources using --runtime-config
This is in support of beta APIs off by default KEP.  See
https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/3136-beta-apis-off-by-default#graduation-criteria
.
2022-03-16 14:52:16 -04:00
Kubernetes Prow Robot 90188d33b7
Merge pull request #31636 from tengqm/fix-links-2
Fix links and markdown format for some pages
2022-03-05 12:54:54 -08:00
Kubernetes Prow Robot 4b9ba4eda8
Merge pull request #31820 from arielshaqed/patch-1
Fix golang client-go/tools/cache package name
2022-02-23 00:32:19 -08:00
Ariel Shaqed (Scolnicov) 9d45d964ed
Fix golang client-go/tools/cache package name
Documentation shows incorrect package name, I believe it should refer to
[`client-go/ools/cache`](https://pkg.go.dev/k8s.io/client-go/tools/cache).
2022-02-22 17:08:57 +02:00
Qiming Teng 459a3f96ac Fix links and markdown format for some pages 2022-02-05 15:19:21 +08:00
Jordan Liggitt b828365a0e Change deprecation rule 4a to make stable APIs permanent within a major version 2022-01-24 11:43:05 -05:00
Jordan Liggitt 3dfffd39c8 Clarify deprecation rule 3 2022-01-18 10:12:19 -05:00
Giuseppe Tribulato ff7726faf1 Add link to lightkube in Community-maintained client libraries. 2021-12-20 20:21:09 +01:00
Jordan Liggitt 5b6e46d6de flowcontrol v1beta1 removal release 2021-12-13 18:28:16 -05:00
Rey Lejano a1506ae810 add hpa v2beta1 and v2beta2 to deprecation guide 2021-12-08 20:57:15 -08:00
243f6a88 85a308d3 af2a60b57f fix: typo in health-checks.md 2021-11-25 19:00:41 +09:00
Anakin100100 358ec86ec4
Removed depracated ruby client library
The 'kubr' gem has last been updated 7 years ago. It doesn't provide the required modern functionalities. The documentation consists of one code example and that's it. It's inclusion in this list only wastes time of Ruby on Rails developers because no sane person would chose it.
2021-11-12 21:44:23 +01:00
Kubernetes Prow Robot 1a8c641d79
Merge pull request #25299 from sftim/20201129_revise_api_reference
Revise “Kubernetes API Concepts”
2021-11-01 09:47:20 -07:00
Wei Zhang d7e05554de
ServerSideApply GA, drop the beta notice 2021-10-26 11:54:23 +08:00
Tim Bannister a49c612734 Rewrap API concepts page 2021-10-24 14:31:20 +01:00
Tim Bannister 2ca81a1cd2 Bump Table API to v1
Table is now GA
2021-10-24 14:31:20 +01:00
Tim Bannister a53db47615 Revise API details page 2021-10-24 14:31:19 +01:00
bhumijgupta d3dcda21a5 Revert change to double spacing
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-09-08 19:05:01 +05:30
bhumijgupta 2e55433aec Fix release cadence in deprecation policy page
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-09-08 19:01:08 +05:30
Anuraag Agrawal 6c1ecfa016
Fix typo in health-checks doc 2021-08-31 11:53:15 +09:00
Kubernetes Prow Robot da11af4bbe
Merge pull request #29271 from yuswift/update-ssa
update server-side-apply state to stable
2021-08-10 02:09:17 -07:00
yuswift 00c205bc38 update ssa state to stable
Signed-off-by: yuswift <yuswift2018@gmail.com>
2021-08-10 15:47:50 +08:00
yuswift 4e06971871 update ssa state to ga
Signed-off-by: yuswift <yuswift2018@gmail.com>
2021-08-06 22:17:24 +08:00
Yuiko Mouri 8f301ea379 Replace with relative path 2021-08-05 11:54:46 +09:00