Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkContainer (0.26 sec)

  1. pkg/volume/util/nested_volumes.go

    // for the volume indicated by name.
    // note: the returned list is relative to baseDir
    func getNestedMountpoints(name, baseDir string, pod v1.Pod) ([]string, error) {
    	var retval []string
    	checkContainer := func(container *v1.Container) error {
    		var allMountPoints []string // all mount points in this container
    		var myMountPoints []string  // mount points that match name
    		for _, vol := range container.VolumeMounts {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 18 12:19:17 UTC 2022
    - 4.1K bytes
    - Viewed (0)
Back to top