datastream

package
v0.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datastream

type Datastream interface {
	Run(stopCh <-chan struct{})
}

type DatastreamFactory

type DatastreamFactory interface {
	DatastreamForModel(tea.Model) (Datastream, error)
}

func NewDatastreamFactory

func NewDatastreamFactory(cfg *rest.Config) (DatastreamFactory, error)

type DatastreamFactoryFunc

type DatastreamFactoryFunc func(tea.Model) (Datastream, error)

func ItemDatastreamFunc

func ItemDatastreamFunc(dynamicClient *dynamic.DynamicClient, restMapper meta.RESTMapper) DatastreamFactoryFunc

func LogsDatastreamFunc

func LogsDatastreamFunc(typedClient *kubernetes.Clientset, dynamicClient *dynamic.DynamicClient, restMapper meta.RESTMapper) DatastreamFactoryFunc

func TableDatastreamFunc

func TableDatastreamFunc(dynamicClient *dynamic.DynamicClient, restMapper meta.RESTMapper) DatastreamFactoryFunc

type InvalidPanelType

type InvalidPanelType struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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