Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InspectPlanLister ¶
type InspectPlanLister interface { // List lists all InspectPlans in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectPlan, err error) // Get retrieves the InspectPlan from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectPlan, error) InspectPlanListerExpansion }
InspectPlanLister helps list InspectPlans. All objects returned here must be treated as read-only.
func NewInspectPlanLister ¶
func NewInspectPlanLister(indexer cache.Indexer) InspectPlanLister
NewInspectPlanLister returns a new InspectPlanLister.
type InspectPlanListerExpansion ¶
type InspectPlanListerExpansion interface{}
InspectPlanListerExpansion allows custom methods to be added to InspectPlanLister.
type InspectResultLister ¶
type InspectResultLister interface { // List lists all InspectResults in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectResult, err error) // Get retrieves the InspectResult from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectResult, error) InspectResultListerExpansion }
InspectResultLister helps list InspectResults. All objects returned here must be treated as read-only.
func NewInspectResultLister ¶
func NewInspectResultLister(indexer cache.Indexer) InspectResultLister
NewInspectResultLister returns a new InspectResultLister.
type InspectResultListerExpansion ¶
type InspectResultListerExpansion interface{}
InspectResultListerExpansion allows custom methods to be added to InspectResultLister.
type InspectRuleLister ¶
type InspectRuleLister interface { // List lists all InspectRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectRule, err error) // Get retrieves the InspectRule from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectRule, error) InspectRuleListerExpansion }
InspectRuleLister helps list InspectRules. All objects returned here must be treated as read-only.
func NewInspectRuleLister ¶
func NewInspectRuleLister(indexer cache.Indexer) InspectRuleLister
NewInspectRuleLister returns a new InspectRuleLister.
type InspectRuleListerExpansion ¶
type InspectRuleListerExpansion interface{}
InspectRuleListerExpansion allows custom methods to be added to InspectRuleLister.
type InspectTaskLister ¶
type InspectTaskLister interface { // List lists all InspectTasks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectTask, err error) // Get retrieves the InspectTask from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectTask, error) InspectTaskListerExpansion }
InspectTaskLister helps list InspectTasks. All objects returned here must be treated as read-only.
func NewInspectTaskLister ¶
func NewInspectTaskLister(indexer cache.Indexer) InspectTaskLister
NewInspectTaskLister returns a new InspectTaskLister.
type InspectTaskListerExpansion ¶
type InspectTaskListerExpansion interface{}
InspectTaskListerExpansion allows custom methods to be added to InspectTaskLister.