kubernetes/pkg/controller
Antonin Bas 75a3069294 Remove unused lookupIP field in NodeIPAM Controller struct
I am not sure why this was originally required, but it doesn't seem to
have been used for years.

Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
2024-02-14 13:28:35 -08:00
..
apis/config
bootstrap
certificates
clusterroleaggregation
cronjob Add more test cases ensuring nextScheduleTimeDuration is never < 0 2023-10-24 11:08:02 +02:00
daemon use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
deployment use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
disruption
endpoint
endpointslice
endpointslicemirroring
garbagecollector
history
job Merge pull request #122261 from mimowo/unit-tests-for-job-controller-fix 2023-12-14 07:27:48 +01:00
namespace
nodeipam Remove unused lookupIP field in NodeIPAM Controller struct 2024-02-14 13:28:35 -08:00
nodelifecycle kube-controller-manager: Decouple TaintManager from NodeLifeCycleController (KEP-3902) 2023-10-30 12:23:56 +00:00
podautoscaler Merge pull request #121039 from josselin-c/master 2023-10-28 19:35:01 +02:00
podgc switch feature flag to beta for pod replacement policy and add e2e test 2023-10-26 21:50:37 +02:00
replicaset use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
replication
resourceclaim
resourcequota
serviceaccount KEP-4193: bound service account token improvements 2023-10-30 21:15:10 +00:00
servicecidrs servicecidrs controller clarify condition false reevaluation 2023-10-31 21:05:58 +00:00
statefulset use build-in max and min func to instead of k8s.io/utils/integer funcs 2023-12-15 15:09:11 +08:00
storageversiongc
tainteviction node_controller: improve taint eviction queue add worker time args 2024-01-30 10:18:59 +08:00
testutil
ttl
ttlafterfinished
util Merge pull request #115711 from sourcelliu/improve 2023-10-27 23:41:32 +02:00
validatingadmissionpolicystatus extend VAP status controller for extensions type checking. 2023-10-26 10:26:03 -07:00
volume Merge pull request #121824 from carlory/clean-112 2024-01-29 14:13:17 -08:00
controller_ref_manager.go
controller_ref_manager_test.go
controller_utils.go Avoid panics when logging a nil pod.deletionTimestamp 2024-01-12 15:34:44 +00:00
controller_utils_test.go
doc.go
OWNERS