Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProvisionedService ¶
type ProvisionedService struct {
Status Status `json:"status"`
}
ProvisionedService represents the duck-type which could any backing service
type ProvisionedServiceSyncerReconciler ¶
ProvisionedServiceSyncerReconciler reconciles a ProvisionedServiceSyncer object
func (*ProvisionedServiceSyncerReconciler) Reconcile ¶
func (r *ProvisionedServiceSyncerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/reconcile
func (*ProvisionedServiceSyncerReconciler) SetupWithManager ¶
func (r *ProvisionedServiceSyncerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type Status ¶
type Status struct {
Binding corev1.LocalObjectReference `json:"binding"`
}
Status of a ProvisionedService The name will be a reference to a secret
Click to show internal directories.
Click to hide internal directories.