v1alpha1

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineLister

type MachineLister interface {
	// List lists all Machines in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Machine, err error)
	// Get retrieves the Machine from the index for a given name.
	Get(name string) (*v1alpha1.Machine, error)
	MachineListerExpansion
}

MachineLister helps list Machines.

func NewMachineLister

func NewMachineLister(indexer cache.Indexer) MachineLister

NewMachineLister returns a new MachineLister.

type MachineListerExpansion

type MachineListerExpansion interface{}

MachineListerExpansion allows custom methods to be added to MachineLister.

type MachineSetLister added in v0.7.14

type MachineSetLister interface {
	// List lists all MachineSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.MachineSet, err error)
	// MachineSets returns an object that can list and get MachineSets.
	MachineSets(namespace string) MachineSetNamespaceLister
	MachineSetListerExpansion
}

MachineSetLister helps list MachineSets.

func NewMachineSetLister added in v0.7.14

func NewMachineSetLister(indexer cache.Indexer) MachineSetLister

NewMachineSetLister returns a new MachineSetLister.

type MachineSetListerExpansion added in v0.7.14

type MachineSetListerExpansion interface{}

MachineSetListerExpansion allows custom methods to be added to MachineSetLister.

type MachineSetNamespaceLister added in v0.7.14

type MachineSetNamespaceLister interface {
	// List lists all MachineSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.MachineSet, err error)
	// Get retrieves the MachineSet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.MachineSet, error)
	MachineSetNamespaceListerExpansion
}

MachineSetNamespaceLister helps list and get MachineSets.

type MachineSetNamespaceListerExpansion added in v0.7.14

type MachineSetNamespaceListerExpansion interface{}

MachineSetNamespaceListerExpansion allows custom methods to be added to MachineSetNamespaceLister.

Jump to

Keyboard shortcuts

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