batch

package
v0.0.9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

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

func NewFactory

func NewFactory(clientset clientset.Interface, informerFactory informers.SharedInformerFactory) *Factory

func NewFactoryFromConfig

func NewFactoryFromConfig(config *rest.Config) (*Factory, error)

func NewFactoryFromConfigOrDie

func NewFactoryFromConfigOrDie(config *rest.Config) *Factory

func NewFactoryFromConfigWithNamespace

func NewFactoryFromConfigWithNamespace(config *rest.Config, namespace string) (*Factory, error)

func (*Factory) Batch

func (c *Factory) Batch() Interface

func (*Factory) SetThreadiness

func (c *Factory) SetThreadiness(gvk schema.GroupVersionKind, threadiness int)

func (*Factory) Start

func (c *Factory) Start(ctx context.Context, defaultThreadiness int) error

func (*Factory) Sync

func (c *Factory) Sync(ctx context.Context) error

type Interface

type Interface interface {
	V1() v1.Interface
}

func New

func New(controllerManager *generic.ControllerManager, informers informers.Interface,
	client clientset.Interface) Interface

New returns a new Interface.

Directories

Path Synopsis
v1

Jump to

Keyboard shortcuts

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