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.
Click to show internal directories.
Click to hide internal directories.