v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 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 NodePoolLabelSetLister

type NodePoolLabelSetLister interface {
	// List lists all NodePoolLabelSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.NodePoolLabelSet, err error)
	// NodePoolLabelSets returns an object that can list and get NodePoolLabelSets.
	NodePoolLabelSets(namespace string) NodePoolLabelSetNamespaceLister
	NodePoolLabelSetListerExpansion
}

NodePoolLabelSetLister helps list NodePoolLabelSets.

func NewNodePoolLabelSetLister

func NewNodePoolLabelSetLister(indexer cache.Indexer) NodePoolLabelSetLister

NewNodePoolLabelSetLister returns a new NodePoolLabelSetLister.

type NodePoolLabelSetListerExpansion

type NodePoolLabelSetListerExpansion interface{}

NodePoolLabelSetListerExpansion allows custom methods to be added to NodePoolLabelSetLister.

type NodePoolLabelSetNamespaceLister

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

NodePoolLabelSetNamespaceLister helps list and get NodePoolLabelSets.

type NodePoolLabelSetNamespaceListerExpansion

type NodePoolLabelSetNamespaceListerExpansion interface{}

NodePoolLabelSetNamespaceListerExpansion allows custom methods to be added to NodePoolLabelSetNamespaceLister.

Jump to

Keyboard shortcuts

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