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 Catapult instance. Name string // Namespace that the Catapult instance should be deployed into. Namespace string ManagementClusterKind, ManagementClusterVersion, ManagementClusterGroup, ManagementClusterPlural string ServiceClusterKind, ServiceClusterVersion, ServiceClusterGroup, ServiceClusterPlural string ServiceClusterName, ServiceClusterSecret string WebhookStrategy 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.