objectstatus

package
v1.9.6 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	// TODO: Adopt iterators.
	Watch(ctx context.Context, namespace string, c chan<- *apipipeline.ObjectStatusChange) error

	CapsulesInitialized()
	RegisterCapsule(namespace string, capsule string)
	UnregisterCapsule(namespace string, capsule string)

	UpdateStatus(namespace string, capsule string, pluginID uuid.UUID, change *apiplugin.ObjectStatusChange)
}

func NewService

func NewService(
	cfg *v1alpha1.OperatorConfig,
	pipeline svc_pipeline.Service,
	logger logr.Logger,
) Service

Jump to

Keyboard shortcuts

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