• Kubernetes Submit Queue's avatar
    Merge pull request #36399 from mwielgus/fedrc1 · ab184e1b
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Make desired objects in fed controller reconcilation function fully writable
    
    When creating desired objects for sub-cluster in reconciliate functions we don't make full copies. This may result in unexpected race condition in the future when someone actually adds some object modifications (not needed in most cases but anyway - the cost of extra copy will be relatively small comparing to inter-cluster traffic). In case of ReplicaSet and Deployment the spec copy was a shallow one - ok for setting just replicas but also error-prone in the future.
    
    cc: @quinton-hoole @nikhiljindal @madhusudancs
    ab184e1b
Name
Last commit
Last update
..
deletionhelper Loading commit data...
eventsink Loading commit data...
planner Loading commit data...
podanalyzer Loading commit data...
test Loading commit data...
BUILD Loading commit data...
backoff.go Loading commit data...
cluster_util.go Loading commit data...
configmap.go Loading commit data...
delaying_deliverer.go Loading commit data...
delaying_deliverer_test.go Loading commit data...
federated_informer.go Loading commit data...
federated_informer_test.go Loading commit data...
federated_updater.go Loading commit data...
federated_updater_test.go Loading commit data...
handlers.go Loading commit data...
handlers_test.go Loading commit data...
meta.go Loading commit data...
meta_test.go Loading commit data...
secret.go Loading commit data...
versionize_listoptions.go Loading commit data...