v1alpha1

package
v0.0.0-...-d88c8b5 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 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 PodPresetLister

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

PodPresetLister helps list PodPresets. All objects returned here must be treated as read-only.

func NewPodPresetLister

func NewPodPresetLister(indexer cache.Indexer) PodPresetLister

NewPodPresetLister returns a new PodPresetLister.

type PodPresetListerExpansion

type PodPresetListerExpansion interface{}

PodPresetListerExpansion allows custom methods to be added to PodPresetLister.

type PodPresetNamespaceLister

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

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

type PodPresetNamespaceListerExpansion

type PodPresetNamespaceListerExpansion interface{}

PodPresetNamespaceListerExpansion allows custom methods to be added to PodPresetNamespaceLister.

Jump to

Keyboard shortcuts

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