v1alpha1

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineClassLister added in v0.30.0

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)
	// MachineClasses returns an object that can list and get MachineClasses.
	MachineClasses(namespace string) MachineClassNamespaceLister
	MachineClassListerExpansion
}

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

func NewMachineClassLister added in v0.30.0

func NewMachineClassLister(indexer cache.Indexer) MachineClassLister

NewMachineClassLister returns a new MachineClassLister.

type MachineClassListerExpansion added in v0.30.0

type MachineClassListerExpansion interface{}

MachineClassListerExpansion allows custom methods to be added to MachineClassLister.

type MachineClassNamespaceLister added in v0.30.0

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

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

type MachineClassNamespaceListerExpansion added in v0.30.0

type MachineClassNamespaceListerExpansion interface{}

MachineClassNamespaceListerExpansion allows custom methods to be added to MachineClassNamespaceLister.

type MachineDeploymentLister

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

MachineDeploymentLister helps list MachineDeployments. All objects returned here must be treated as read-only.

func NewMachineDeploymentLister

func NewMachineDeploymentLister(indexer cache.Indexer) MachineDeploymentLister

NewMachineDeploymentLister returns a new MachineDeploymentLister.

type MachineDeploymentListerExpansion

type MachineDeploymentListerExpansion interface{}

MachineDeploymentListerExpansion allows custom methods to be added to MachineDeploymentLister.

type MachineDeploymentNamespaceLister

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

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

type MachineDeploymentNamespaceListerExpansion

type MachineDeploymentNamespaceListerExpansion interface{}

MachineDeploymentNamespaceListerExpansion allows custom methods to be added to MachineDeploymentNamespaceLister.

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 MachineSetLister

type MachineSetLister interface {
	// List lists all MachineSets in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.

type MachineSetNamespaceLister

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

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

type MachineSetNamespaceListerExpansion

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