v1

package
v0.0.0-...-24e3e83 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2020 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 SecurityProfileLister

type SecurityProfileLister interface {
	// List lists all SecurityProfiles in the indexer.
	List(selector labels.Selector) (ret []*v1.SecurityProfile, err error)
	// SecurityProfiles returns an object that can list and get SecurityProfiles.
	SecurityProfiles(namespace string) SecurityProfileNamespaceLister
	SecurityProfileListerExpansion
}

SecurityProfileLister helps list SecurityProfiles.

func NewSecurityProfileLister

func NewSecurityProfileLister(indexer cache.Indexer) SecurityProfileLister

NewSecurityProfileLister returns a new SecurityProfileLister.

type SecurityProfileListerExpansion

type SecurityProfileListerExpansion interface{}

SecurityProfileListerExpansion allows custom methods to be added to SecurityProfileLister.

type SecurityProfileNamespaceLister

type SecurityProfileNamespaceLister interface {
	// List lists all SecurityProfiles in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.SecurityProfile, err error)
	// Get retrieves the SecurityProfile from the indexer for a given namespace and name.
	Get(name string) (*v1.SecurityProfile, error)
	SecurityProfileNamespaceListerExpansion
}

SecurityProfileNamespaceLister helps list and get SecurityProfiles.

type SecurityProfileNamespaceListerExpansion

type SecurityProfileNamespaceListerExpansion interface{}

SecurityProfileNamespaceListerExpansion allows custom methods to be added to SecurityProfileNamespaceLister.

Jump to

Keyboard shortcuts

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