MCPcopy Create free account
hub / github.com/devspace-sh/devspace / NewRaw

Function NewRaw

pkg/devspace/config/versions/v1beta2/schema.go:22–29  ·  view source on GitHub ↗

NewRaw creates a new config object

()

Source from the content-addressed store, hash-verified

20
21// NewRaw creates a new config object
22func NewRaw() *Config {
23 return &Config{
24 Version: ptr.String(Version),
25 Cluster: &Cluster{},
26 Dev: &DevConfig{},
27 Images: &map[string]*ImageConfig{},
28 }
29}
30
31// Config defines the configuration
32type Config struct {

Callers 1

NewFunction · 0.70

Calls 1

StringFunction · 0.92

Tested by

no test coverage detected