manager

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseStreaming

type BaseStreaming struct {
	BrokerKind string `mapstructure:"kind"`
	Workers    int
	Schema     *url.URL
	// contains filtered or unexported fields
}

type Feature

type Feature struct {
	Schema   string   `json:"schema,omitempty"`
	Packages []string `json:"packages,omitempty"`
	*api.FeatureDescriptor
}

type Manager

type Manager interface {
	Start(context.Context) error
	Ready(context.Context) bool
}

func New

func New(src client.ObjectKey, rm api.RuntimeManager, cfg *rest.Config, logger logr.Logger) (Manager, error)

Jump to

Keyboard shortcuts

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