Documentation ¶
Index ¶
- type Datastream
- type DatastreamFactory
- type DatastreamFactoryFunc
- func ItemDatastreamFunc(dynamicClient *dynamic.DynamicClient, restMapper meta.RESTMapper) DatastreamFactoryFunc
- func LogsDatastreamFunc(typedClient *kubernetes.Clientset, dynamicClient *dynamic.DynamicClient, ...) DatastreamFactoryFunc
- func TableDatastreamFunc(dynamicClient *dynamic.DynamicClient, restMapper meta.RESTMapper) DatastreamFactoryFunc
- type InvalidPanelType
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
}
Click to show internal directories.
Click to hide internal directories.