kubernetes/pkg/controller
Patrick Ohly b51d68bb87 DRA: bump API v1alpha2 -> v1alpha3
This is in preparation for revamping the resource.k8s.io completely. Because
there will be no support for transitioning from v1alpha2 to v1alpha3, the
roundtrip test data for that API in 1.29 and 1.30 gets removed.

Repeating the version in the import name of the API packages is not really
required. It was done for a while to support simpler grepping for usage of
alpha APIs, but there are better ways for that now. So during this transition,
"resourceapi" gets used instead of "resourcev1alpha3" and the version gets
dropped from informer and lister imports. The advantage is that the next bump
to v1beta1 will affect fewer source code lines.

Only source code where the version really matters (like API registration)
retains the versioned import.
2024-07-21 17:28:13 +02:00
..
apis/config Merge pull request #120396 from wangwei10061/master 2024-06-04 12:53:19 -07:00
bootstrap Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
certificates Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
clusterroleaggregation Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
cronjob fix(cronjob): lastSuccessfullTime not set when successfulJobsHistoryLimit equal to zero (#122025) 2024-07-05 03:57:47 -07:00
daemon Merge pull request #123233 from marshallbrekka/bugfix/daemonset-update-old-ready 2024-05-13 09:53:53 -07:00
deployment Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
disruption Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
endpoint Fix endpoints status out-of-sync when the pod state changes rapidly 2024-07-01 21:56:36 +08:00
endpointslice fix: enable testifylint on pkg/controller 2024-07-12 06:18:34 +00:00
endpointslicemirroring fix endpointslicemirroring controller not create endpointslice when the endpoints are recreate 2024-06-22 10:05:03 +08:00
garbagecollector fix: enable empty and len rules from testifylint on pkg package 2024-07-06 23:15:43 +00:00
history api: introduce separate VolumeResourceRequirements struct 2023-08-21 15:31:28 +02:00
job chore(Job): remove deprecated fake.NewSimpleClientset method 2024-07-19 23:46:29 +08:00
namespace Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
nodeipam remove vestiges of providerless tag 2024-06-06 12:18:38 -04:00
nodelifecycle Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
podautoscaler fix: enable testifylint on pkg/controller 2024-07-12 06:18:34 +00:00
podgc clean up codes after PodDisruptionConditions was promoted to GA and locked to default 2024-07-11 10:40:21 +08:00
replicaset Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
replication kube-controller-manager: readjust log verbosity 2024-02-26 14:51:56 +08:00
resourceclaim DRA: bump API v1alpha2 -> v1alpha3 2024-07-21 17:28:13 +02:00
resourcequota Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
serviceaccount Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
servicecidrs modify components to use the networking v1beta1 API 2024-06-30 09:48:46 +00:00
statefulset Respect controllers on PVCs for retention policy 2024-06-05 12:06:41 -07: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 Merge pull request #123537 from kaisoz/commonize-job-util-functions 2024-05-07 16:59:28 -07:00
util Merge pull request #115711 from sourcelliu/improve 2023-10-27 23:41:32 +02:00
validatingadmissionpolicystatus Use the generic/typed workqueue throughout 2024-05-04 14:33:12 -04:00
volume Fix pv reclaim failed due to its phase is wrongly updated to the Failed state by kcm 2024-06-28 01:25:45 +08:00
controller_ref_manager_test.go Merge pull request #101250 from evertrain/master 2021-11-10 09:19:26 -08:00
controller_ref_manager.go kube-controller-manager: finish conversion to contextual logging 2023-07-12 14:57:29 +02:00
controller_utils_test.go fix: enable testifylint on pkg/controller 2024-07-12 06:18:34 +00:00
controller_utils.go Avoid panics when logging a nil pod.deletionTimestamp 2024-01-12 15:34:44 +00:00
doc.go
OWNERS add myself as approver to pkg/controller 2022-01-12 19:33:02 -05:00