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

Interface ModuleInterface

cyclops-ctrl/api/v1alpha1/client/modules.go:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
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)
22 Delete(name string) error
23 PatchStatus(module *cyclopsv1alpha1.Module) (*cyclopsv1alpha1.Module, error)
24}
25
26type moduleClient struct {
27 restClient rest.Interface

Callers 42

listModulesFunction · 0.65
listTemplateFunction · 0.65
listTemplateAuthRulesFunction · 0.65
describeModulesFunction · 0.65
describeTemplateFunction · 0.65
startPortForwardingFunction · 0.65
listRemoteRefsMethod · 0.65
updateModuleFunction · 0.65
updateTemplateFunction · 0.65
describeModulesFunction · 0.65
describeTemplateFunction · 0.65

Implementers 1

moduleClientcyclops-ctrl/api/v1alpha1/client/modul

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…