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