mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
delete unused field
Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
parent
4143bc7a96
commit
fe8b32317f
@ -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 New Issue
Block a user