Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyLister ¶
type PolicyLister interface { // List lists all Policies in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Policy, err error) // Get retrieves the Policy from the index for a given name. Get(name string) (*v1alpha1.Policy, error) PolicyListerExpansion }
PolicyLister helps list Policies.
func NewPolicyLister ¶
func NewPolicyLister(indexer cache.Indexer) PolicyLister
NewPolicyLister returns a new PolicyLister.
type PolicyListerExpansion ¶
type PolicyListerExpansion interface{}
PolicyListerExpansion allows custom methods to be added to PolicyLister.
Click to show internal directories.
Click to hide internal directories.