Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidatingPolicyLister ¶
type ValidatingPolicyLister interface { // List lists all ValidatingPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ValidatingPolicy, err error) // Get retrieves the ValidatingPolicy from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ValidatingPolicy, error) ValidatingPolicyListerExpansion }
ValidatingPolicyLister helps list ValidatingPolicies. All objects returned here must be treated as read-only.
func NewValidatingPolicyLister ¶
func NewValidatingPolicyLister(indexer cache.Indexer) ValidatingPolicyLister
NewValidatingPolicyLister returns a new ValidatingPolicyLister.
type ValidatingPolicyListerExpansion ¶
type ValidatingPolicyListerExpansion interface{}
ValidatingPolicyListerExpansion allows custom methods to be added to ValidatingPolicyLister.
Click to show internal directories.
Click to hide internal directories.