v1alpha1

package
v0.0.0-...-790edac Latest Latest
Warning

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

Go to latest
Published: Feb 17, 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 ClusterLister

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

ClusterLister helps list Clusters.

func NewClusterLister

func NewClusterLister(indexer cache.Indexer) ClusterLister

NewClusterLister returns a new ClusterLister.

type ClusterListerExpansion

type ClusterListerExpansion interface{}

ClusterListerExpansion allows custom methods to be added to ClusterLister.

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

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

MachineSetLister helps list MachineSets.

func NewMachineSetLister

func NewMachineSetLister(indexer cache.Indexer) MachineSetLister

NewMachineSetLister returns a new MachineSetLister.

type MachineSetListerExpansion

type MachineSetListerExpansion interface{}

MachineSetListerExpansion allows custom methods to be added to MachineSetLister.

Jump to

Keyboard shortcuts

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