• k8s-merge-robot's avatar
    Merge pull request #25307 from derekwaynecarr/set_uid_from_context · a0a07600
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Allow handlers earlier in a request flow to inject a UID for an object
    
    This lets admission controllers specify a stable UID for an object prior to its creation.  That lets the admission controller then record a reference to the object on another resource using that stable UID prior to the object being created.  This would be a prerequisite for supporting quota reservations.
    
    /cc @smarterclayton @lavalamp @deads2k 
    a0a07600
meta.go 5.66 KB