Versions in this module Expand all Collapse all v0 v0.2.0 Apr 11, 2019 Changes in this version + func Add(mgr manager.Manager) error + type AzureAccountHandler struct + func (h *AzureAccountHandler) Find(n types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *AzureAccountHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *AzureAccountHandler) SetBindStatus(n types.NamespacedName, c client.Client, bound bool) error + type AzureContainerHandler struct + func (h *AzureContainerHandler) Find(n types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *AzureContainerHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *AzureContainerHandler) SetBindStatus(n types.NamespacedName, c client.Client, bound bool) error + type GCSBucketHandler struct + func (h *GCSBucketHandler) Find(n types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *GCSBucketHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h *GCSBucketHandler) SetBindStatus(n types.NamespacedName, c client.Client, bound bool) error + type Reconciler struct + func (r *Reconciler) Reconcile(request reconcile.Request) (reconcile.Result, error) + type S3BucketHandler struct + func (h *S3BucketHandler) Find(name types.NamespacedName, c client.Client) (corev1alpha1.Resource, error) + func (h *S3BucketHandler) Provision(class *corev1alpha1.ResourceClass, claim corev1alpha1.ResourceClaim, ...) (corev1alpha1.Resource, error) + func (h S3BucketHandler) SetBindStatus(name types.NamespacedName, c client.Client, bound bool) error