kubernetes/pkg
Roman Bednar bdca200430 kubelet: Do not use deprecated function for checking mount point
mount.IsNotMount point has been deprecated and mounter.IsMountPoint
is now preffered.

This small refactor if prepareSubpathTarget() should not pose any
risk because IsNotMountPoint directly calls IsMountPoint and just
returns its negated value.
2026-05-12 15:46:37 +02:00
..
admission/plugin Add policy manifest loader, source, and plugin wiring 2026-03-11 23:47:55 -07:00
api pkg/api/testing: record observed rules during DV equivalence tests 2026-05-09 18:59:16 +00:00
apis Merge pull request #138921 from liggitt/drop-redundant-dv 2026-05-09 11:17:17 +05:30
auth Add the Unconditional prefix to Authorizer and WantsAuthorizer interfaces 2026-05-07 22:22:14 +03:00
capabilities remove import doc comments 2024-12-02 16:59:34 +01:00
certauthorization Add the Unconditional prefix to Authorizer and WantsAuthorizer interfaces 2026-05-07 22:22:14 +03:00
client staging: extract CRI streaming modules with client-go compatibility 2026-03-12 09:59:55 -04:00
cluster/ports remove import doc comments 2024-12-02 16:59:34 +01:00
controller DRA: fix component list for ResourceClaim metric 2026-05-11 12:31:45 +02:00
controlplane undeprecate enable-logs-handler 2026-05-08 14:19:24 -07:00
credentialprovider clean up: remove loop variable capture 2026-04-28 23:53:27 +02:00
features Merge pull request #138907 from Jefftree/remove-locked-apimachinery-feature-gates 2026-05-09 01:57:18 +05:30
fieldpath remove import doc comments 2024-12-02 16:59:34 +01:00
generated Merge pull request #138780 from soltysh/update_sts_docs 2026-05-07 22:37:20 +05:30
kubeapiserver Add the Unconditional prefix to Authorizer and WantsAuthorizer interfaces 2026-05-07 22:22:14 +03:00
kubectl Create Workload API v1alpha2 (#136976) 2026-03-10 07:59:10 +05:30
kubelet Merge pull request #138854 from alexmchughdev/fix-eviction-monitor-shutdown 2026-05-11 13:55:50 +05:30
kubemark remove portworx from in-tree volume plugins 2026-01-19 11:35:30 +08:00
printers Merge pull request #135964 from jaehanbyun/fix-storageclass-multiple-defaults 2026-04-23 03:19:13 +05:30
probe Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
proxy Pass complete KubeProxyConfiguration to NewNodeManager 2026-04-29 10:35:14 -04:00
quota/v1 Make quota evaluators in admission conditional on enabled resources 2026-02-20 11:34:33 -05:00
registry test/declarative_validation: migrate DV equivalence tests to new tree 2026-05-09 19:11:01 +00:00
routes build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
scheduler Merge pull request #138542 from pohly/dra-create-resource-claim 2026-05-12 05:12:09 +05:30
security build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
securitycontext clean up: remove loop variable capture 2026-04-28 23:53:27 +02:00
serviceaccount Service account controller: Wire through context 2025-12-04 19:30:55 -05:00
util pkg/util/coverage: add ModulePath() to fakeTestDeps 2026-05-09 19:40:33 -04:00
volume kubelet: Do not use deprecated function for checking mount point 2026-05-12 15:46:37 +02:00
windows/service build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
.import-restrictions restrict the use of scheme internally to client-go 2025-05-16 08:48:39 +00:00
OWNERS