Documentation
¶
Index ¶
- func Generate(ctx context.Context, args []string, logger logr.Logger) error
- func LogLevel(ctx context.Context, args []string, logger logr.Logger) error
- func RegisterCluster(ctx context.Context, args []string, logger logr.Logger) error
- func Show(ctx context.Context, args []string, logger logr.Logger) error
- func Snapshot(ctx context.Context, args []string, logger logr.Logger) error
- func SnapshotReconciler(ctx context.Context, req reconcile.Request) (reconcile.Result, error)
- func Version(args []string, logger logr.Logger) error
- type SnapshotPredicate
- func (p SnapshotPredicate) Create(obj event.TypedCreateEvent[*utilsv1beta1.Snapshot]) bool
- func (p SnapshotPredicate) Delete(obj event.TypedDeleteEvent[*utilsv1beta1.Snapshot]) bool
- func (p SnapshotPredicate) Generic(obj event.TypedGenericEvent[*utilsv1beta1.Snapshot]) bool
- func (p SnapshotPredicate) Update(obj event.TypedUpdateEvent[*utilsv1beta1.Snapshot]) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCluster ¶
RegisterCluster takes care of importing a non CAPI cluster.
func SnapshotReconciler ¶
Types ¶
type SnapshotPredicate ¶
func (SnapshotPredicate) Create ¶
func (p SnapshotPredicate) Create(obj event.TypedCreateEvent[*utilsv1beta1.Snapshot]) bool
func (SnapshotPredicate) Delete ¶
func (p SnapshotPredicate) Delete(obj event.TypedDeleteEvent[*utilsv1beta1.Snapshot]) bool
func (SnapshotPredicate) Generic ¶
func (p SnapshotPredicate) Generic(obj event.TypedGenericEvent[*utilsv1beta1.Snapshot]) bool
func (SnapshotPredicate) Update ¶
func (p SnapshotPredicate) Update(obj event.TypedUpdateEvent[*utilsv1beta1.Snapshot]) bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.