kubernetes/pkg/controller
Cici Huang b6fd7487fa Update status before returning err 2025-03-06 11:01:10 -08:00
..
apis/config generate 2024-09-03 14:26:26 -04:00
bootstrap Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
certificates trustbundles: add a new kube-apiserver-serving signer 2024-11-07 18:07:06 +01:00
clusterroleaggregation Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
cronjob generate 2024-09-03 14:26:26 -04:00
daemon Add unit tests verifying the update touches old, unhealthy pods first, and only after new pods. 2024-10-31 11:13:01 +01:00
deployment add tests for getReplicaSetFraction in the deployment controller (#128535) 2024-11-04 19:11:43 +00:00
disruption Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
endpoint Fix tests that assume core clients use JSON 2024-10-23 11:35:30 -04:00
endpointslice generate 2024-09-03 14:26:26 -04:00
endpointslicemirroring generate 2024-09-03 14:26:26 -04:00
garbagecollector Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru 2024-11-04 10:51:13 -05:00
history api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
job Job: Add evaluation step comments in the syncJob 2024-11-07 23:36:44 +09:00
namespace Update status before returning err 2025-03-06 11:01:10 -08:00
nodeipam Ensure that a node's CIDR isn't released until the node is deleted 2024-10-24 13:19:34 +02:00
nodelifecycle Merge pull request #127956 from carlory/KEP-3902-test 2024-11-07 08:51:30 +00:00
podautoscaler fix: use `ErrorContains(t, err` instead of `Contains(t, err.Error()` 2024-09-26 22:22:20 +02:00
podgc generate 2024-09-03 14:26:26 -04:00
replicaset generate 2024-09-03 14:26:26 -04:00
replication generate 2024-09-03 14:26:26 -04:00
resourceclaim DRA: use v1beta1 API 2024-11-06 13:03:19 +01:00
resourcequota generate 2024-09-03 14:26:26 -04:00
serviceaccount Add plugin and key-cache for ExternalJWTSigner integration 2024-11-07 03:16:23 +00:00
servicecidrs modify components to use the networking v1beta1 API 2024-06-30 09:48:46 +00:00
statefulset Do not attempt to truncate revision history if revisionHistoryLimit is negative 2024-12-20 10:02:28 +03:00
storageversiongc Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
storageversionmigrator svm: set UID and RV on SSA patch to cause conflict on logical create 2024-07-18 17:19:11 -04:00
tainteviction clean up codes after PodDisruptionConditions was promoted to GA and locked to default 2024-07-11 10:40:21 +08:00
testutil Use canonical json-patch v4 import 2024-05-28 10:48:22 +02:00
ttl fix: enable empty and len rules from testifylint on pkg package 2024-07-06 23:15:43 +00:00
ttlafterfinished generate 2024-09-03 14:26:26 -04:00
util Fix Go vet errors for master golang 2024-09-20 12:36:38 +05:30
validatingadmissionpolicystatus Merge pull request #126594 from omerap12/informet-validatingadmissionpolicystatus 2024-09-19 14:32:23 +01:00
volume Update property name in metrics 2024-11-06 11:16:06 +01:00
OWNERS
controller_ref_manager.go kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
controller_ref_manager_test.go
controller_utils.go consider sidecar containers in maxContainerRestarts 2024-11-07 09:07:45 +08:00
controller_utils_test.go Merge pull request #124952 from AxeZhan/maxContainerRestarts 2024-11-07 11:13:30 +00:00
doc.go