MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / pulumiYAML

Struct pulumiYAML

cmd/pulumi.go:82–85  ·  view source on GitHub ↗

pulumiYAML is the minimal subset of Pulumi.yaml we need.

Source from the content-addressed store, hash-verified

80
81// pulumiYAML is the minimal subset of Pulumi.yaml we need.
82type pulumiYAML struct {
83 Runtime pulumiRuntime `yaml:"runtime"`
84 Template *pulumiYAMLTemplate `yaml:"template"`
85}
86
87type pulumiYAMLTemplate struct {
88 Config map[string]pulumiYAMLTemplateConfig `yaml:"config"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected