engine, yamlgraph: Disable the old exported resources stuff
These were really just stubs so that I could prove out the reactive model very early, and I don't think they're really used anywhere. I'm also not really using the yamlgraph frontend. If someone wants any of that code, step up, or it will rot even more.
This commit is contained in:
@@ -376,14 +376,6 @@ type CompatibleRes interface {
|
||||
Merge(CompatibleRes) (CompatibleRes, error)
|
||||
}
|
||||
|
||||
// CollectableRes is an interface for resources that support collection. It is
|
||||
// currently temporary until a proper API for all resources is invented.
|
||||
type CollectableRes interface {
|
||||
Res
|
||||
|
||||
CollectPattern(string) // XXX: temporary until Res collection is more advanced
|
||||
}
|
||||
|
||||
// YAMLRes is a resource that supports creation by unmarshalling.
|
||||
type YAMLRes interface {
|
||||
Res
|
||||
|
||||
Reference in New Issue
Block a user