1 // Copyright 2019 The Kubernetes Authors. 2 // SPDX-License-Identifier: Apache-2.0 3 4 // Package filesys provides a file system abstraction, 5 // a subset of that provided by golang.org/pkg/os, 6 // with an on-disk and in-memory representation. 7 package filesys 8