v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 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 MachineClassLister

type MachineClassLister interface {
	// List lists all MachineClasses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MachineClass, err error)
	// Get retrieves the MachineClass from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MachineClass, error)
	MachineClassListerExpansion
}

MachineClassLister helps list MachineClasses. All objects returned here must be treated as read-only.

func NewMachineClassLister

func NewMachineClassLister(indexer cache.Indexer) MachineClassLister

NewMachineClassLister returns a new MachineClassLister.

type MachineClassListerExpansion

type MachineClassListerExpansion interface{}

MachineClassListerExpansion allows custom methods to be added to MachineClassLister.

type MachineLister

type MachineLister interface {
	// List lists all Machines in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Machine, err error)
	// Machines returns an object that can list and get Machines.
	Machines(namespace string) MachineNamespaceLister
	MachineListerExpansion
}

MachineLister helps list Machines. All objects returned here must be treated as read-only.

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 MachineNamespaceLister

type MachineNamespaceLister interface {
	// List lists all Machines in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Machine, err error)
	// Get retrieves the Machine from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Machine, error)
	MachineNamespaceListerExpansion
}

MachineNamespaceLister helps list and get Machines. All objects returned here must be treated as read-only.

type MachineNamespaceListerExpansion

type MachineNamespaceListerExpansion interface{}

MachineNamespaceListerExpansion allows custom methods to be added to MachineNamespaceLister.

type MachinePoolLister

type MachinePoolLister interface {
	// List lists all MachinePools in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.MachinePool, err error)
	// Get retrieves the MachinePool from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.MachinePool, error)
	MachinePoolListerExpansion
}

MachinePoolLister helps list MachinePools. All objects returned here must be treated as read-only.

func NewMachinePoolLister

func NewMachinePoolLister(indexer cache.Indexer) MachinePoolLister

NewMachinePoolLister returns a new MachinePoolLister.

type MachinePoolListerExpansion

type MachinePoolListerExpansion interface{}

MachinePoolListerExpansion allows custom methods to be added to MachinePoolLister.

Jump to

Keyboard shortcuts

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