MCPcopy Create free account
hub / github.com/crc-org/crc-cloud / GetPlugin

Method GetPlugin

pkg/provider/openstack/openstack.go:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (a *Provider) GetPlugin() *providerAPI.PluginInfo {
15 return &providerAPI.PluginInfo{
16 Name: "openstack",
17 Version: "v3.15.1"}
18}
19
20func (a *Provider) ImportImageRunFunc(_, _, _ string) (pulumi.RunFunc, error) {
21 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected