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

Method List

cyclops-ctrl/api/v1alpha1/client/modules.go:17–17  ·  view source on GitHub ↗
(opts metav1.ListOptions)

Source from the content-addressed store, hash-verified

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)

Callers 15

listModulesFunction · 0.65
listTemplateFunction · 0.65
listTemplateAuthRulesFunction · 0.65
describeModulesFunction · 0.65
describeTemplateFunction · 0.65
startPortForwardingFunction · 0.65
listRemoteRefsMethod · 0.65
resolveRefFunction · 0.65
resolveDefaultBranchRefFunction · 0.65
cloneFunction · 0.65
GetDeploymentLogsMethod · 0.65

Implementers 1

moduleClientcyclops-ctrl/api/v1alpha1/client/modul

Calls

no outgoing calls

Tested by

no test coverage detected