Versions in this module Expand all Collapse all v0 v0.0.1 Feb 18, 2020 Changes in this version + func ConvertToUnstructured(o metav1.Object, scheme *runtime.Scheme) (*unstructured.Unstructured, error) + func CreateKubernetesApplication(ctx context.Context, kube client.Client, scheme *runtime.Scheme, ...) error + func CreateKubernetesCluster(ctx context.Context, kube client.Client, ...) error + func CreateMySQLInstance(ctx context.Context, kube client.Client, ...) error + func FillWithDefaults(wp *wordpressv1alpha1.WordpressInstance) + func GetEndpoint(ctx context.Context, kube client.Client, ...) (string, error) + func GetLocalResourceSelector(wp v1alpha1.WordpressInstance) map[string]string + func GetOwnerReference(wp v1alpha1.WordpressInstance) metav1.OwnerReference + func GetServiceResourceObjectKey(app *workload.KubernetesApplication) (client.ObjectKey, error) + func ProduceKubernetesApplication(scheme *runtime.Scheme, wp v1alpha1.WordpressInstance, ...) (*workload.KubernetesApplication, error) + func ProduceKubernetesCluster(wp v1alpha1.WordpressInstance) *compute.KubernetesCluster + func ProduceMySQLInstance(wp v1alpha1.WordpressInstance) *database.MySQLInstance + type WordpressInstanceReconciler struct + Log logr.Logger + func (r *WordpressInstanceReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) + func (r *WordpressInstanceReconciler) SetupWithManager(mgr ctrl.Manager) error