Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for timeUntilDeleted (0.1 sec)

  1. pkg/controller/servicecidrs/servicecidrs_controller.go

    		// a grace period to be sure the deletion change has been propagated to the allocators
    		// and no new IPAddress is going to be allocated.
    		timeUntilDeleted := deletionGracePeriod - time.Since(cidr.GetDeletionTimestamp().Time)
    		if timeUntilDeleted > 0 {
    			c.queue.AddAfter(key, timeUntilDeleted)
    			return nil
    		}
    		return c.removeServiceCIDRFinalizerIfNeeded(ctx, cidr)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 18K bytes
    - Viewed (0)
Back to top