Documentation
¶
Index ¶
- func UpdateOrganizationMetrics(organization *greenhousev1alpha1.Organization)
- type OrganizationReconciler
- func (r *OrganizationReconciler) EnsureCreated(ctx context.Context, object lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
- func (r *OrganizationReconciler) EnsureDeleted(ctx context.Context, obj lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
- func (r *OrganizationReconciler) EnsureSuspended(_ context.Context, _ lifecycle.RuntimeObject) (ctrl.Result, error)
- func (r *OrganizationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *OrganizationReconciler) SetupWithManager(name string, mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateOrganizationMetrics ¶ added in v0.6.0
func UpdateOrganizationMetrics(organization *greenhousev1alpha1.Organization)
Types ¶
type OrganizationReconciler ¶
type OrganizationReconciler struct {
client.Client
DexStorageType string
Namespace string
// contains filtered or unexported fields
}
OrganizationReconciler reconciles an Organization object
func (*OrganizationReconciler) EnsureCreated ¶
func (r *OrganizationReconciler) EnsureCreated(ctx context.Context, object lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
func (*OrganizationReconciler) EnsureDeleted ¶
func (r *OrganizationReconciler) EnsureDeleted(ctx context.Context, obj lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
func (*OrganizationReconciler) EnsureSuspended ¶ added in v0.7.0
func (r *OrganizationReconciler) EnsureSuspended(_ context.Context, _ lifecycle.RuntimeObject) (ctrl.Result, error)
func (*OrganizationReconciler) SetupWithManager ¶
func (r *OrganizationReconciler) SetupWithManager(name string, mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.