v1alpha1

package
v0.0.0-...-c2045be Latest Latest
Warning

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

Go to latest
Published: Mar 23, 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 SwarmLister

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

SwarmLister helps list Swarms. All objects returned here must be treated as read-only.

func NewSwarmLister

func NewSwarmLister(indexer cache.Indexer) SwarmLister

NewSwarmLister returns a new SwarmLister.

type SwarmListerExpansion

type SwarmListerExpansion interface{}

SwarmListerExpansion allows custom methods to be added to SwarmLister.

type SwarmNamespaceLister

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

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

type SwarmNamespaceListerExpansion

type SwarmNamespaceListerExpansion interface{}

SwarmNamespaceListerExpansion allows custom methods to be added to SwarmNamespaceLister.

Jump to

Keyboard shortcuts

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