Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getReplicaFailures (0.17 sec)

  1. pkg/controller/deployment/progress.go

    			util.SetDeploymentCondition(&newStatus, *condition)
    		}
    	}
    
    	// Move failure conditions of all replica sets in deployment conditions. For now,
    	// only one failure condition is returned from getReplicaFailures.
    	if replicaFailureCond := dc.getReplicaFailures(allRSs, newRS); len(replicaFailureCond) > 0 {
    		// There will be only one ReplicaFailure condition on the replica set.
    		util.SetDeploymentCondition(&newStatus, replicaFailureCond[0])
    	} else {
    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