tiller

package
v2.0.0-rc.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2016 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ListDefaultLimit int64 = 512

ListDefaultLimit is the default limit for number of items returned in a list.

Functions

This section is empty.

Types

type ReleaseServer

type ReleaseServer struct {
	// contains filtered or unexported fields
}

func NewReleaseServer

func NewReleaseServer(env *environment.Environment) *ReleaseServer

func (*ReleaseServer) GetHistory

func (*ReleaseServer) GetReleaseStatus

func (*ReleaseServer) GetVersion

func (*ReleaseServer) InstallRelease

func (*ReleaseServer) ListReleases

func (*ReleaseServer) RollbackRelease

func (*ReleaseServer) UninstallRelease

func (*ReleaseServer) UpdateRelease

type SortOrder

type SortOrder []string

SortOrder is an ordering of Kinds.

var InstallOrder SortOrder = []string{"Namespace", "Secret", "ConfigMap", "PersistentVolume", "ServiceAccount", "Service", "Pod", "ReplicationController", "Deployment", "DaemonSet", "Ingress", "Job"}

InstallOrder is the order in which manifests should be installed (by Kind)

var UninstallOrder SortOrder = []string{"Service", "Pod", "ReplicationController", "Deployment", "DaemonSet", "ConfigMap", "Secret", "PersistentVolume", "ServiceAccount", "Ingress", "Job", "Namespace"}

UninstallOrder is the order in which manifests should be uninstalled (by Kind)

Directories

Path Synopsis
Package environment describes the operating environment for Tiller.
Package environment describes the operating environment for Tiller.

Jump to

Keyboard shortcuts

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