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