package
0.0.0-20250303133330-dfb5669ca51c
Repository: https://github.com/operator-framework/operator-marketplace.git
Documentation: pkg.go.dev

# Functions

EnsureFinalizer ensures that the object's finalizer is included in the ObjectMeta Finalizers slice.
No description provided by the author
GetWatchNamespace returns the Namespace the operator should be watching for changes Note: the marketplace-operator YAML manifest deployed by the CVO specifies the $WATCH_NAMESPACE as an environment variable using the downward API.
HasFinalizer checks to see if the finalizer exists in the object's ObjectMeta.
IsObjectInOtherNamespace returns true if the namespace is not the watched namespace of the operator.
NewPhase returns a Phase object with the given name and message.
RemoveFinalizer removes the finalizer from the object's ObjectMeta.

# Structs

ObjectPhase describes the phase of a Marketplace object is in along with the last time a phase transition occurred and when the object was last updated.
Phase describes the phase the object is in.