manifest

package
v2.14.3+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package manifest contains tools for working with kubernetes manifests.

Much like other parts of helm, it does not generally require that the manifests be correct yaml, so these functions can be run on broken manifests to aid in user debugging

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manifest

type Manifest struct {
	Name    string
	Content string
	Head    *releaseutil.SimpleHead
}

Manifest represents a manifest file, which has a name and some content.

func SplitManifests

func SplitManifests(templates map[string]string) []Manifest

SplitManifests takes a map of rendered templates and splits them into the detected manifests.

Jump to

Keyboard shortcuts

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