Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for nowFn (0.02 sec)

  1. pkg/controller/deployment/progress.go

    				continue
    			}
    			conditions = append(conditions, util.ReplicaSetToDeploymentCondition(c))
    		}
    	}
    	return conditions
    }
    
    // used for unit testing
    var nowFn = func() time.Time { return time.Now() }
    
    // requeueStuckDeployment checks whether the provided deployment needs to be synced for a progress
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 11:00:44 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top