Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Components ¶
type CorePlatform ¶
type CorePlatform struct {
Image string `yaml:"image" validate:"required"`
}
type ReleaseManifest ¶
type ReleaseManifest struct {
Schema api.SchemaVersion `yaml:"schema,omitempty"`
Metadata *api.Metadata `yaml:"metadata,omitempty"`
CorePlatform *CorePlatform `yaml:"corePlatform" validate:"required"`
Components Components `yaml:"components,omitempty"`
}
func Parse ¶
func Parse(data []byte) (*ReleaseManifest, error)
Click to show internal directories.
Click to hide internal directories.