v1alpha1

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 2 more Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeGroupLister

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

NodeGroupLister helps list NodeGroups. All objects returned here must be treated as read-only.

func NewNodeGroupLister

func NewNodeGroupLister(indexer cache.Indexer) NodeGroupLister

NewNodeGroupLister returns a new NodeGroupLister.

type NodeGroupListerExpansion

type NodeGroupListerExpansion interface{}

NodeGroupListerExpansion allows custom methods to be added to NodeGroupLister.

type NodeUnitLister

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

NodeUnitLister helps list NodeUnits. All objects returned here must be treated as read-only.

func NewNodeUnitLister

func NewNodeUnitLister(indexer cache.Indexer) NodeUnitLister

NewNodeUnitLister returns a new NodeUnitLister.

type NodeUnitListerExpansion

type NodeUnitListerExpansion interface{}

NodeUnitListerExpansion allows custom methods to be added to NodeUnitLister.

Jump to

Keyboard shortcuts

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