Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOsinOperator ¶
func NewOsinOperator(cmi v1.ConfigMapInformer, cm coreclientv1.ConfigMapsGetter, operatorConfigInformer controller.InformerGetter, operatorConfig dynamic.ResourceInterface) operator.Runner
func RunOperator ¶
func RunOperator(ctx *controllercmd.ControllerContext) error
Types ¶
type InstallConfig ¶
type InstallConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` // BaseDomain is the base domain to which the cluster should belong. BaseDomain string `json:"baseDomain"` }
Click to show internal directories.
Click to hide internal directories.