Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FatalOnError ¶
func FatalOnError(err error)
Types ¶
type AppBuilder ¶
type AppBuilder struct {
// contains filtered or unexported fields
}
func NewAppBuilder ¶
func NewAppBuilder() AppBuilder
func (*AppBuilder) Cleanup ¶
func (b *AppBuilder) Cleanup()
func (*AppBuilder) Create ¶
func (b *AppBuilder) Create() App
func (*AppBuilder) WithBrokerClient ¶
func (b *AppBuilder) WithBrokerClient()
func (*AppBuilder) WithConfig ¶
func (b *AppBuilder) WithConfig()
func (*AppBuilder) WithGardenerClient ¶
func (b *AppBuilder) WithGardenerClient()
func (*AppBuilder) WithLogger ¶
func (b *AppBuilder) WithLogger()
func (*AppBuilder) WithProvisionerClient ¶
func (b *AppBuilder) WithProvisionerClient()
func (*AppBuilder) WithStorage ¶
func (b *AppBuilder) WithStorage()
Click to show internal directories.
Click to hide internal directories.