MCPcopy
hub / github.com/cyclops-ui/cyclops / Get

Method Get

cyclops-ctrl/api/v1alpha1/client/modules.go:18–18  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

16type ModuleInterface interface {
17 List(opts metav1.ListOptions) ([]cyclopsv1alpha1.Module, error)
18 Get(name string) (*cyclopsv1alpha1.Module, error)
19 Create(*cyclopsv1alpha1.Module) (*cyclopsv1alpha1.Module, error)
20 Update(*cyclopsv1alpha1.Module) (*cyclopsv1alpha1.Module, error)
21 Watch(opts metav1.ListOptions) (watch.Interface, error)

Callers 15

updateModuleFunction · 0.65
updateTemplateFunction · 0.65
describeModulesFunction · 0.65
describeTemplateFunction · 0.65
createModuleFunction · 0.65
apply.goFile · 0.65
reconcileModuleFunction · 0.65
startPortForwardingFunction · 0.65
GetTemplateMethod · 0.65
GetTemplateRevisionsMethod · 0.65

Implementers 1

moduleClientcyclops-ctrl/api/v1alpha1/client/modul

Calls

no outgoing calls

Tested by

no test coverage detected