Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DevWorkspaceIsFlattened ¶
func DevWorkspaceIsFlattened(devworkspace *dw.DevWorkspaceTemplateSpec) bool
func ResolveDevWorkspace ¶
func ResolveDevWorkspace(workspace *dw.DevWorkspaceTemplateSpec, tooling ResolverTools) (*dw.DevWorkspaceTemplateSpec, error)
ResolveDevWorkspace takes a devworkspace and returns a "resolved" version of it -- i.e. one where all plugins and parents are inlined as components.
Types ¶
type ResolverTools ¶
type ResolverTools struct {
DefaultNamespace string
Context context.Context
K8sClient client.Client
InternalRegistry registry.InternalRegistry
HttpClient network.HTTPGetter
}
Click to show internal directories.
Click to hide internal directories.