mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-09-07 02:00:20 +00:00
Merge pull request #55 from c3os-io/feature/cluster-provider
Abstract Cluster Provisioning with Cluster Plugins
This commit is contained in:
9
sdk/clusterplugin/init.go
Normal file
9
sdk/clusterplugin/init.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package clusterplugin
|
||||
|
||||
import "github.com/twpayne/go-vfs"
|
||||
|
||||
var filesystem vfs.FS
|
||||
|
||||
func init() {
|
||||
filesystem = vfs.OSFS
|
||||
}
|
Reference in New Issue
Block a user