kubernetes/pkg/kubelet
Patrick Ohly bde9b64cdf DRA: remove "source" indirection from v1 Pod API
This makes the API nicer:

    resourceClaims:
    - name: with-template
      resourceClaimTemplateName: test-inline-claim-template
    - name: with-claim
      resourceClaimName: test-shared-claim

Previously, this was:

    resourceClaims:
    - name: with-template
      source:
        resourceClaimTemplateName: test-inline-claim-template
    - name: with-claim
      source:
        resourceClaimName: test-shared-claim

A more long-term benefit is that other, future alternatives
might not make sense under the "source" umbrella.

This is a breaking change. It's justified because DRA is still
alpha and will have several other API breaks in 1.31.
2024-06-27 17:53:24 +02:00
..
apis Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
cadvisor Remove gcp in-tree cloud provider and credential provider 2024-05-01 09:03:53 -04:00
certificate add test 2024-06-06 03:07:40 +00:00
checkpointmanager
client
cloudresource Replace uses of ObjectReflectDiff with cmp.Diff 2023-04-12 08:48:03 -07:00
clustertrustbundle kubelet: Support ClusterTrustBundlePEM projections 2023-11-03 11:40:48 -07:00
cm DRA: remove "source" indirection from v1 Pod API 2024-06-27 17:53:24 +02:00
config Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
configmap Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
container Merge pull request #120844 from bzsuni/cleanup/sets/kubelet 2024-06-14 09:09:17 -07:00
envvars
events Replace log entry by a warning event 2024-05-21 13:18:16 +03:00
eviction Merge pull request #124063 from olyazavr/immediate-eviction-grace-period-fix 2024-05-15 16:14:12 -07:00
images Merge pull request #120844 from bzsuni/cleanup/sets/kubelet 2024-06-14 09:09:17 -07:00
kubeletconfig Fix Abs path validation on Windows (#124084) 2024-04-10 10:13:59 -07:00
kuberuntime Merge pull request #120844 from bzsuni/cleanup/sets/kubelet 2024-06-14 09:09:17 -07:00
lifecycle Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
logs Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
metrics Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
network Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
nodeshutdown Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
nodestatus Merge pull request #124516 from danwinship/cloud-hostname-override 2024-04-25 14:47:24 -07:00
oom
pleg Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
pluginmanager Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
pod Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
preemption Add DisruptionTarget condition when preempting for critical pod 2023-05-02 18:53:19 +02:00
prober Cleanup defer from SetFeatureGateDuringTest function call 2024-04-24 20:25:29 +02:00
qos Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources 2023-03-10 14:49:26 +00:00
runtimeclass
secret Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
server Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
stats unittests: Skip failing Windows tests 2024-04-25 14:24:16 +00:00
status add ContainerStatusUnknown constant 2024-05-03 00:27:19 +08:00
sysctl Merge pull request #120995 from aroradaman/move-get-kernel-version 2023-10-31 20:23:41 +01:00
token
types Move pkg/kubelet/kuberuntime/logs to k8s.io/cri-client staging 2024-05-30 15:13:22 +02:00
userns Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
util Merge pull request #120844 from bzsuni/cleanup/sets/kubelet 2024-06-14 09:09:17 -07:00
volumemanager Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
winstats Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
active_deadline_test.go
active_deadline.go
doc.go
errors.go
kubelet_getters_test.go kubelet: change map[string]RuntimeHandler to []RuntimeHandler 2024-03-09 09:48:07 +09:00
kubelet_getters.go kubelet: change map[string]RuntimeHandler to []RuntimeHandler 2024-03-09 09:48:07 +09:00
kubelet_network_linux.go Remove IPTablesOwnershipCleanup checks and dead code 2023-07-17 16:51:47 -04:00
kubelet_network_others.go
kubelet_network.go
kubelet_node_status_others.go
kubelet_node_status_test.go Merge pull request #123845 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-beta 2024-05-08 12:23:19 -07:00
kubelet_node_status_windows.go
kubelet_node_status.go Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
kubelet_pods_linux_test.go kubelet: KEP-3857: Recursive Read-only (RRO) mounts 2024-03-10 03:00:59 +09:00
kubelet_pods_test.go Merge pull request #124677 from HirazawaUi/add-const-ContainerStatusUnknown 2024-06-06 17:05:23 -07:00
kubelet_pods_windows_test.go unittests: Skip failing Windows tests 2024-04-25 14:24:16 +00:00
kubelet_pods.go Merge pull request #120844 from bzsuni/cleanup/sets/kubelet 2024-06-14 09:09:17 -07:00
kubelet_resources_test.go
kubelet_resources.go
kubelet_server_journal_linux.go Fix kubelet_server_journal --until parms. 2024-01-11 01:09:28 +00:00
kubelet_server_journal_others.go kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint 2023-03-14 08:54:36 -07:00
kubelet_server_journal_test.go Add service name tests 2023-10-10 22:27:44 +00:00
kubelet_server_journal_windows.go kubelet: Expose simple journald and Get-WinEvent shims on the logs endpoint 2023-03-14 08:54:36 -07:00
kubelet_server_journal.go Merge pull request #120678 from rothgar/system-log-query 2023-10-26 20:56:28 +02:00
kubelet_test.go Merge pull request #120844 from bzsuni/cleanup/sets/kubelet 2024-06-14 09:09:17 -07:00
kubelet_volumes_linux_test.go
kubelet_volumes_test.go kubelet: pass context to VolumeManager.WaitFor* 2023-04-17 11:53:28 -05:00
kubelet_volumes.go Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
kubelet.go Merge pull request #125017 from fatsheep9146/syncPod-trace-record-error 2024-06-18 17:12:41 -07:00
OWNERS
pod_container_deletor_test.go
pod_container_deletor.go
pod_workers_test.go Use a generic Set instead of a specified Set in kubelet 2024-06-04 14:25:43 +08:00
pod_workers.go fix grace period set for force pod deletion 2024-04-02 09:22:37 -04:00
reason_cache_test.go
reason_cache.go
runonce_test.go Merge pull request #122082 from carlory/remove-keep-terminated-pod-volumes 2024-04-17 23:59:54 -07:00
runonce.go Fix some typo in kubelet component source code 2023-08-03 23:56:50 -07:00
runtime.go kubelet: change map[string]RuntimeHandler to []RuntimeHandler 2024-03-09 09:48:07 +09:00
volume_host.go Remove cloud provider dependency from volume host and volume controllers 2024-04-18 19:00:37 +08:00