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

Struct createRequest

pkg/provider/openstack/create-instance.go:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type createRequest struct {
21 projectName string
22 imageID string
23 instanceType string
24 diskSize int
25 bootingPrivateKeyFilePath string
26 ocpPullSecretFilePath string
27 networkName string
28}
29
30func fillCreateRequest(projectName, bootingPrivateKeyFilePath, ocpPullSecretFilePath string,
31 args map[string]string) (*createRequest, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected