v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 FaceConfigLister

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

FaceConfigLister helps list FaceConfigs. All objects returned here must be treated as read-only.

func NewFaceConfigLister

func NewFaceConfigLister(indexer cache.Indexer) FaceConfigLister

NewFaceConfigLister returns a new FaceConfigLister.

type FaceConfigListerExpansion

type FaceConfigListerExpansion interface{}

FaceConfigListerExpansion allows custom methods to be added to FaceConfigLister.

type FaceConfigNamespaceLister

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

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

type FaceConfigNamespaceListerExpansion

type FaceConfigNamespaceListerExpansion interface{}

FaceConfigNamespaceListerExpansion allows custom methods to be added to FaceConfigNamespaceLister.

Jump to

Keyboard shortcuts

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