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

Method CreateRunFunc

pkg/provider/openstack/openstack.go:37–44  ·  view source on GitHub ↗
(projectName, bootingPrivateKeyFilePath, ocpPullSecretFilePath string,
	args map[string]string)

Source from the content-addressed store, hash-verified

35}
36
37func (a *Provider) CreateRunFunc(projectName, bootingPrivateKeyFilePath, ocpPullSecretFilePath string,
38 args map[string]string) (pulumi.RunFunc, error) {
39 r, err := fillCreateRequest(projectName, bootingPrivateKeyFilePath, ocpPullSecretFilePath, args)
40 if err != nil {
41 return nil, err
42 }
43 return r.runFunc, nil
44}

Callers

nothing calls this directly

Calls 1

fillCreateRequestFunction · 0.70

Tested by

no test coverage detected