package
2.17.0+incompatible
Repository: https://github.com/kubernetes/deployment-manager.git
Documentation: pkg.go.dev

# Packages

Package environment describes the operating environment for Tiller.

# Functions

DefaultServerOpts returns the set of default grpc ServerOption's that Tiller requires.
DeleteRelease is a helper that allows Rudder to delete a release without exposing most of Tiller inner functions.
GetAllVersionSet retrieves a set of available k8s API versions and objects This is a different function from GetVersionSet because the signature changed.
GetVersionSet retrieves a set of available k8s API versions.
NewReleaseServer creates a new release server.
NewServer creates a new grpc server.
SortByKind sorts manifests in InstallOrder.

# Variables

InstallOrder is the order in which manifests should be installed (by Kind).
ListDefaultLimit is the default limit for number of items returned in a list.
UninstallOrder is the order in which manifests should be uninstalled (by Kind).
ValidName is a regular expression for names.

# Structs

LocalReleaseModule is a local implementation of ReleaseModule.
ReleaseServer implements the server-side gRPC endpoint for the HAPI services.
RemoteReleaseModule is a ReleaseModule which calls Rudder service to operate on a release.

# Interfaces

ReleaseModule is an interface that allows ReleaseServer to run operations on release via either local implementation or Rudder service.

# Type aliases

Manifest represents a manifest file, which has a name and some content.
SortOrder is an ordering of Kinds.