mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Automatic merge from submit-queue (batch tested with PRs 53780, 55663, 55321, 52421, 55659). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. add hostip and protocol to the hostport predicates **What this PR does / why we need it**: This PR adds "hostIP and protocol" to scheduler hostport predicate procedure **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # fix #51950 **Special notes for your reviewer**: - [x] basic implementation, need review - [x] e2e test - [x] update doc (will be done in seperate PR) **Release note**: ```release-note add hostIP and protocol to the original hostport predicates procedure in scheduler. ```