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 ThreatProtectionLister

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

ThreatProtectionLister helps list ThreatProtections. All objects returned here must be treated as read-only.

func NewThreatProtectionLister

func NewThreatProtectionLister(indexer cache.Indexer) ThreatProtectionLister

NewThreatProtectionLister returns a new ThreatProtectionLister.

type ThreatProtectionListerExpansion

type ThreatProtectionListerExpansion interface{}

ThreatProtectionListerExpansion allows custom methods to be added to ThreatProtectionLister.

type ThreatProtectionNamespaceLister

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

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

type ThreatProtectionNamespaceListerExpansion

type ThreatProtectionNamespaceListerExpansion interface{}

ThreatProtectionNamespaceListerExpansion allows custom methods to be added to ThreatProtectionNamespaceLister.

Jump to

Keyboard shortcuts

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