chartrenderer

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: Apache-2.0, MIT Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory interface {
	NewForConfig(config *rest.Config) (chartrenderer.Interface, error)
}

Factory is a factory that is able to produce chartrenderer.Interface.

func DefaultFactory

func DefaultFactory() Factory

DefaultFactory returns the default Factory.

type FactoryFunc

type FactoryFunc func(config *rest.Config) (chartrenderer.Interface, error)

FactoryFunc implements the Factory interface.

func (FactoryFunc) NewForConfig

func (f FactoryFunc) NewForConfig(config *rest.Config) (chartrenderer.Interface, error)

NewForConfig implements Factory.

Jump to

Keyboard shortcuts

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