Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syncDeploymentStatus (0.15 sec)

  1. pkg/controller/deployment/sync.go

    			// that we may be overloading the api server.
    			return err
    		}
    	}
    
    	return nil
    }
    
    // syncDeploymentStatus checks if the status is up-to-date and sync it if necessary
    func (dc *DeploymentController) syncDeploymentStatus(ctx context.Context, allRSs []*apps.ReplicaSet, newRS *apps.ReplicaSet, d *apps.Deployment) error {
    	newStatus := calculateStatus(allRSs, newRS, d)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 24.5K bytes
    - Viewed (0)
Back to top