v1alpha1

package
v0.0.0-...-98b4640 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 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 SeccompProfileLister

type SeccompProfileLister interface {
	// List lists all SeccompProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.SeccompProfile, err error)
	// Get retrieves the SeccompProfile from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.SeccompProfile, error)
	SeccompProfileListerExpansion
}

SeccompProfileLister helps list SeccompProfiles. All objects returned here must be treated as read-only.

func NewSeccompProfileLister

func NewSeccompProfileLister(indexer cache.Indexer) SeccompProfileLister

NewSeccompProfileLister returns a new SeccompProfileLister.

type SeccompProfileListerExpansion

type SeccompProfileListerExpansion interface{}

SeccompProfileListerExpansion allows custom methods to be added to SeccompProfileLister.

Jump to

Keyboard shortcuts

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