TopLevelListContainer is an interface that allows retrieving the devfile top-level lists from an object. Main implementor of this interface will be the `DevWorkspaceTemplateSpecContent`, which will return all its devfile top-level lists. But this will also be implemented by `Overrides` which may re
| 63 | // not expected to override `projects` or `starterProjects` |
| 64 | // +k8s:deepcopy-gen=false |
| 65 | type TopLevelListContainer interface { |
| 66 | GetToplevelLists() TopLevelLists |
| 67 | } |
no outgoing calls
no test coverage detected