manifest

package
v0.0.0-...-04db488 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package manifest is for manifest-related resources

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(initializeCharts []string) (string, error)

Create is the entrypoint for creating a baseline manifest for the most-recent schema version

func Validate

func Validate(manifestContent string) (interfaces.Manifest, error)

Validate will accept a string that is the manifest file content and validate it

Types

type OnlyAPIVersion

type OnlyAPIVersion struct {
	APIVersion string `yaml:"apiVersion" json:"apiVersion"`
}

OnlyAPIVersion is just a struct with apiVersion field, which should be common across all versions useful so we can parse a manifest early to get this value for any manifest version and nothing else

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL