Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addResourceList (0.21 sec)

  1. pkg/api/v1/resource/helpers.go

    			// and add them to the resulting cumulative container requests
    			addResourceList(reqs, containerReqs)
    
    			// track our cumulative restartable init container resources
    			addResourceList(restartableInitContainerReqs, containerReqs)
    			containerReqs = restartableInitContainerReqs
    		} else {
    			tmp := v1.ResourceList{}
    			addResourceList(tmp, containerReqs)
    			addResourceList(tmp, restartableInitContainerReqs)
    			containerReqs = tmp
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 26 13:58:16 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  2. plugin/pkg/admission/limitranger/admission.go

    			// and add them to the resulting cumulative container requests
    			addResourceList(reqs, containerReqs)
    
    			// track our cumulative restartable init container resources
    			addResourceList(restartableInitCotnainerReqs, containerReqs)
    			containerReqs = restartableInitCotnainerReqs
    		} else {
    			tmp := api.ResourceList{}
    			addResourceList(tmp, containerReqs)
    			addResourceList(tmp, restartableInitCotnainerReqs)
    			containerReqs = tmp
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 13:04:39 UTC 2023
    - 25.8K bytes
    - Viewed (0)
Back to top