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

Method CreateParams

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

Source from the content-addressed store, hash-verified

22}
23
24func (a *Provider) CreateParams() map[string]string {
25 return map[string]string{
26 imageID: imageIDDesc,
27 instanceType: instanceTypeDesc,
28 diskSize: diskSizeDesc,
29 networkName: networkNameDesc,
30 }
31}
32
33func (a *Provider) CreateParamsMandatory() []string {
34 return []string{imageID, networkName}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected