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 ¶ added in v0.3.0
RegisterCluster takes care of importing a non CAPI cluster.
func SnapshotReconciler ¶
Types ¶
type SnapshotPredicate ¶ added in v0.29.0
func (SnapshotPredicate) Create ¶ added in v0.29.0
func (p SnapshotPredicate) Create(obj event.TypedCreateEvent[*utilsv1beta1.Snapshot]) bool
func (SnapshotPredicate) Delete ¶ added in v0.29.0
func (p SnapshotPredicate) Delete(obj event.TypedDeleteEvent[*utilsv1beta1.Snapshot]) bool
func (SnapshotPredicate) Generic ¶ added in v0.29.0
func (p SnapshotPredicate) Generic(obj event.TypedGenericEvent[*utilsv1beta1.Snapshot]) bool
func (SnapshotPredicate) Update ¶ added in v0.29.0
func (p SnapshotPredicate) Update(obj event.TypedUpdateEvent[*utilsv1beta1.Snapshot]) bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.