v1alpha1

package
v0.0.0-...-8210843 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 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 MissionLister

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

MissionLister helps list Missions. All objects returned here must be treated as read-only.

func NewMissionLister

func NewMissionLister(indexer cache.Indexer) MissionLister

NewMissionLister returns a new MissionLister.

type MissionListerExpansion

type MissionListerExpansion interface{}

MissionListerExpansion allows custom methods to be added to MissionLister.

type MissionNamespaceLister

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

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

type MissionNamespaceListerExpansion

type MissionNamespaceListerExpansion interface{}

MissionNamespaceListerExpansion allows custom methods to be added to MissionNamespaceLister.

Jump to

Keyboard shortcuts

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