releaseutil

package
v1.0.0-beta.9 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SplitManifests

func SplitManifests(bigFile string) map[string]string

SplitManifests takes a string of manifest and returns a map contains individual manifests

Types

type BySplitManifestsOrder

type BySplitManifestsOrder []string

BySplitManifestsOrder sorts by in-file manifest order, as provided in function `SplitManifests`

func (BySplitManifestsOrder) Len

func (a BySplitManifestsOrder) Len() int

func (BySplitManifestsOrder) Less

func (a BySplitManifestsOrder) Less(i, j int) bool

func (BySplitManifestsOrder) Swap

func (a BySplitManifestsOrder) Swap(i, j int)

type SimpleHead

type SimpleHead struct {
	Version  string `json:"apiVersion"`
	Kind     string `json:"kind,omitempty"`
	Metadata *struct {
		Name        string            `json:"name"`
		Annotations map[string]string `json:"annotations"`
	} `json:"metadata,omitempty"`
}

SimpleHead defines what the structure of the head of a manifest file

Jump to

Keyboard shortcuts

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