Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Manifests ¶
func Manifests(c Config) ([]unstructured.Unstructured, error)
Manifests generate all required manifests for the API Server
Types ¶
type Config ¶
type Config struct { // Namespace is the KubeCarrier master controller manager should be deployed into. Namespace string // Name of this KubeCarrier API object. Name string // Spec of the APIServer Spec operatorv1alpha1.APIServerSpec }
Config holds the config information to generate the KubeCarrier master controller manager setup.
Click to show internal directories.
Click to hide internal directories.