Documentation ¶
Overview ¶
Package manifest provides tools for working with Kubernetes manifests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Manifest struct {
Version, Kind, Name string
// Filename of source, "" if no file
Source string
VersionedObject *codec.Object
}
Manifest represents a Kubernetes manifest object.
func Parse ¶
Parse takes a filename, loads the file, and parses it into one or more *Manifest objects.
Click to show internal directories.
Click to hide internal directories.