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

Function NewRaw

pkg/devspace/config/versions/v1beta1/schema.go:23–30  ·  view source on GitHub ↗

NewRaw creates a new config object

()

Source from the content-addressed store, hash-verified

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

Callers 1

NewFunction · 0.70

Calls 1

StringFunction · 0.92

Tested by

no test coverage detected