Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Manifests ¶
func Manifests(c Config) ([]unstructured.Unstructured, error)
Types ¶
type Config ¶
type Config struct { // Name is the name of the Elevator instance. Name string // Namespace that the Elevator instance should be deployed into. Namespace string ProviderKind, ProviderVersion, ProviderGroup, ProviderPlural string TenantKind, TenantVersion, TenantGroup, TenantPlural string DerivedCRName string LogLevel *int }
Config holds the config information to generate the kubecarrier controller manager setup.
Click to show internal directories.
Click to hide internal directories.