MCPcopy
hub / github.com/operator-framework/operator-sdk / Version

Method Version

internal/plugins/helm/v1/plugin.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44func (Plugin) Name() string { return pluginName }
45func (Plugin) Version() plugin.Version { return pluginVersion }
46func (Plugin) SupportedProjectVersions() []config.Version { return supportedProjectVersions }
47func (p Plugin) GetInitSubcommand() plugin.InitSubcommand { return &p.initSubcommand }
48func (p Plugin) GetCreateAPISubcommand() plugin.CreateAPISubcommand { return &p.createAPISubcommand }

Callers 6

runFunction · 0.45
cmd_test.goFile · 0.45
printVersionFunction · 0.45
version_test.goFile · 0.45
GetPluginsCLIAndRootFunction · 0.45
makeVersionStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected