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.
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.
Click to show internal directories.
Click to hide internal directories.