Documentation ¶
Index ¶
- func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.NovaKeypair)
- func Delete(instance *openstackv1beta1.NovaKeypair, compute *gophercloud.ServiceClient, ...) error
- func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.NovaKeypair, ...) error
- func Reconcile(ctx context.Context, instance *openstackv1beta1.NovaKeypair, ...) error
- type Reporter
- func (r *Reporter) DeleteError(ctx context.Context, message string, args ...any) error
- func (r *Reporter) Error(ctx context.Context, message string, args ...any) error
- func (r *Reporter) Pending(ctx context.Context, message string, args ...any) error
- func (r *Reporter) Reconciled(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddReadyCheck ¶
func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.NovaKeypair)
func Delete ¶
func Delete(instance *openstackv1beta1.NovaKeypair, compute *gophercloud.ServiceClient, identity *gophercloud.ServiceClient, log logr.Logger) error
func Ensure ¶
func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.NovaKeypair, log logr.Logger) error
func Reconcile ¶
func Reconcile(ctx context.Context, instance *openstackv1beta1.NovaKeypair, compute *gophercloud.ServiceClient, identity *gophercloud.ServiceClient, log logr.Logger) error
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.NovaKeypair, k8sClient client.Client, recorder record.EventRecorder) *Reporter
func (*Reporter) DeleteError ¶
Click to show internal directories.
Click to hide internal directories.