mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
delete unused field
Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
parent
4143bc7a96
commit
fe8b32317f
1 changed files with 2 additions and 3 deletions
|
|
@ -357,9 +357,8 @@ type hostPathTypeChecker interface {
|
|||
}
|
||||
|
||||
type fileTypeChecker struct {
|
||||
path string
|
||||
exists bool
|
||||
hu hostutil.HostUtils
|
||||
path string
|
||||
hu hostutil.HostUtils
|
||||
}
|
||||
|
||||
func (ftc *fileTypeChecker) Exists() bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue