Documentation ¶
Overview ¶
package Pebble contains an addon that installs Pebble
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Details ¶
type Details struct { // Host is the hostname that can be used to connect to Pebble Host string }
type Pebble ¶
type Pebble struct { // Tiller is the tiller instance used to deploy the chart Tiller *tiller.Tiller // Name is a unique name for this Pebble deployment Name string // Namespace is the namespace to deploy Pebble into Namespace string // contains filtered or unexported fields }
Pebble describes the configuration details for an instance of Pebble deployed to the test cluster
func (*Pebble) Deprovision ¶
Deprovision will destroy this instance of Pebble
func (*Pebble) Details ¶
Details returns details that can be used to utilise the instance of Pebble.
func (*Pebble) SupportsGlobal ¶
Click to show internal directories.
Click to hide internal directories.