templates

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// ManifestStaticPod path for static pods
	ManifestStaticPod = "/manifest-static-pod"
	// ManifestAPI path for kube-apiserver manifests
	ManifestAPI = "/manifest-api"
	// ManifestConfig path for configuration related to Kubernetes
	// like kubeconfig, audit files, ...
	ManifestConfig = "/manifest-config"
	// ManifestSystemdUnit path where systemd units are stored
	ManifestSystemdUnit = "/manifest-systemd-unit"
)

Variables

View Source
var KubeTaggedVersions map[string]string

KubeTaggedVersions is a mapping between string tags and real kube versions to ease usage

View Source
var Manifests map[string][]Manifest

Manifests is the map catalog where all Kubernetes major.minor are stored

Functions

This section is empty.

Types

type Manifest added in v0.3.0

type Manifest struct {
	Name        string
	Destination string
	Content     []byte
}

Manifest represent a file to be rendered in a destination

Jump to

Keyboard shortcuts

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