Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasNonLocalProjectedTokenPath (0.19 sec)

  1. pkg/api/pod/util.go

    		if len(errs) != 0 {
    			return true
    		}
    	}
    	return false
    }
    
    // hasNonLocalProjectedTokenPath return true if spec.Volumes have any entry with non-local projected token path
    func hasNonLocalProjectedTokenPath(spec *api.PodSpec) bool {
    	for _, volume := range spec.Volumes {
    		if volume.Projected != nil {
    			for _, source := range volume.Projected.Sources {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
Back to top