olm

package
v0.0.0-...-bf8a5f7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 14 Imported by: 2

Documentation

Index

Constants

View Source
const (
	// Interval specifies the time between two polls.
	Interval = 10 * time.Second
	// Timeout specifies the timeout for the function PollImmediate to reach a certain status.
	Timeout            = 8 * time.Minute
	OperatorsNamespace = "openshift-operators"
	OLMNamespace       = "openshift-marketplace"
)

Variables

This section is empty.

Functions

func IsCSVSucceeded

func IsCSVSucceeded(c *v1alpha1.ClusterServiceVersion, err error) (bool, error)

func IsSubscriptionInstalledCSVPresent

func IsSubscriptionInstalledCSVPresent(s *v1alpha1.Subscription, err error) (bool, error)

func OperatorCleanup

func OperatorCleanup(cs *clients.Clients, name string)

OperatorCleanup deletes All related CSVs, subscription & installplan from cluster

func SubscribeAndWaitForOperatorToBeReady

func SubscribeAndWaitForOperatorToBeReady(cs *clients.Clients, subscriptionName, channel, catalogsource string) (*v1alpha1.Subscription, error)

func UpdateSubscription

func UpdateSubscription(cs *clients.Clients, name, channel string) (*v1alpha1.Subscription, error)

func UptadeSubscriptionAndWaitForOperatorToBeReady

func UptadeSubscriptionAndWaitForOperatorToBeReady(cs *clients.Clients, subscriptionName, channel string) (*v1alpha1.Subscription, error)

func WaitForClusterServiceVersionState

func WaitForClusterServiceVersionState(cs *clients.Clients, name, namespace string, inState func(s *v1alpha1.ClusterServiceVersion, err error) (bool, error)) (*v1alpha1.ClusterServiceVersion, error)

func WaitForSubscriptionState

func WaitForSubscriptionState(cs *clients.Clients, name, namespace string, inState func(s *v1alpha1.Subscription, err error) (bool, error)) (*v1alpha1.Subscription, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL