v1alpha1

package
v0.0.0-...-8c56025 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2022 License: GPL-3.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HypernodeLister

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

HypernodeLister helps list Hypernodes. All objects returned here must be treated as read-only.

func NewHypernodeLister

func NewHypernodeLister(indexer cache.Indexer) HypernodeLister

NewHypernodeLister returns a new HypernodeLister.

type HypernodeListerExpansion

type HypernodeListerExpansion interface{}

HypernodeListerExpansion allows custom methods to be added to HypernodeLister.

type HypernodeNamespaceLister

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

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

type HypernodeNamespaceListerExpansion

type HypernodeNamespaceListerExpansion interface{}

HypernodeNamespaceListerExpansion allows custom methods to be added to HypernodeNamespaceLister.

Jump to

Keyboard shortcuts

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