controller

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	*controller.Controller
}

func NewApp

func NewApp(config AppConfig) (*App, error)

type AppCatalogEntry added in v0.2.0

type AppCatalogEntry struct {
	*controller.Controller
}

func NewAppCatalogEntry added in v0.2.0

func NewAppCatalogEntry(config AppCatalogEntryConfig) (*AppCatalogEntry, error)

type AppCatalogEntryConfig added in v0.2.0

type AppCatalogEntryConfig struct {
	K8sClient k8sclient.Interface
	Logger    micrologger.Logger

	GitHubToken string
	UniqueApp   bool
}

type AppConfig

type AppConfig struct {
	K8sClient k8sclient.Interface
	Logger    micrologger.Logger

	GitHubToken  string
	Installation string
	UniqueApp    bool
	VaultClient  *vaultapi.Client
}

Directories

Path Synopsis
handler

Jump to

Keyboard shortcuts

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