Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for invalidpathType (0.11 sec)

  1. pkg/volume/hostpath/host_path_test.go

    	path            string
    	exists          bool
    	isDir           bool
    	isFile          bool
    	isSocket        bool
    	isBlock         bool
    	isChar          bool
    	validpathType   []*v1.HostPathType
    	invalidpathType []*v1.HostPathType
    }
    
    func (ftc *fakeHostPathTypeChecker) MakeFile() error { return nil }
    func (ftc *fakeHostPathTypeChecker) MakeDir() error  { return nil }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 20.5K bytes
    - Viewed (0)
Back to top