Documentation ¶
Index ¶
- type InspectPlanLister
- type InspectPlanListerExpansion
- type InspectPlanNamespaceLister
- type InspectPlanNamespaceListerExpansion
- type InspectResultLister
- type InspectResultListerExpansion
- type InspectResultNamespaceLister
- type InspectResultNamespaceListerExpansion
- type InspectRuleLister
- type InspectRuleListerExpansion
- type InspectRuleNamespaceLister
- type InspectRuleNamespaceListerExpansion
- type InspectTaskLister
- type InspectTaskListerExpansion
- type InspectTaskNamespaceLister
- type InspectTaskNamespaceListerExpansion
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) // InspectPlans returns an object that can list and get InspectPlans. InspectPlans(namespace string) InspectPlanNamespaceLister 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 InspectPlanNamespaceLister ¶
type InspectPlanNamespaceLister interface { // List lists all InspectPlans in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectPlan, err error) // Get retrieves the InspectPlan from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectPlan, error) InspectPlanNamespaceListerExpansion }
InspectPlanNamespaceLister helps list and get InspectPlans. All objects returned here must be treated as read-only.
type InspectPlanNamespaceListerExpansion ¶
type InspectPlanNamespaceListerExpansion interface{}
InspectPlanNamespaceListerExpansion allows custom methods to be added to InspectPlanNamespaceLister.
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) // InspectResults returns an object that can list and get InspectResults. InspectResults(namespace string) InspectResultNamespaceLister 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 InspectResultNamespaceLister ¶
type InspectResultNamespaceLister interface { // List lists all InspectResults in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectResult, err error) // Get retrieves the InspectResult from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectResult, error) InspectResultNamespaceListerExpansion }
InspectResultNamespaceLister helps list and get InspectResults. All objects returned here must be treated as read-only.
type InspectResultNamespaceListerExpansion ¶
type InspectResultNamespaceListerExpansion interface{}
InspectResultNamespaceListerExpansion allows custom methods to be added to InspectResultNamespaceLister.
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) // InspectRules returns an object that can list and get InspectRules. InspectRules(namespace string) InspectRuleNamespaceLister 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 InspectRuleNamespaceLister ¶
type InspectRuleNamespaceLister interface { // List lists all InspectRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectRule, err error) // Get retrieves the InspectRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectRule, error) InspectRuleNamespaceListerExpansion }
InspectRuleNamespaceLister helps list and get InspectRules. All objects returned here must be treated as read-only.
type InspectRuleNamespaceListerExpansion ¶
type InspectRuleNamespaceListerExpansion interface{}
InspectRuleNamespaceListerExpansion allows custom methods to be added to InspectRuleNamespaceLister.
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) // InspectTasks returns an object that can list and get InspectTasks. InspectTasks(namespace string) InspectTaskNamespaceLister 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.
type InspectTaskNamespaceLister ¶
type InspectTaskNamespaceLister interface { // List lists all InspectTasks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha2.InspectTask, err error) // Get retrieves the InspectTask from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha2.InspectTask, error) InspectTaskNamespaceListerExpansion }
InspectTaskNamespaceLister helps list and get InspectTasks. All objects returned here must be treated as read-only.
type InspectTaskNamespaceListerExpansion ¶
type InspectTaskNamespaceListerExpansion interface{}
InspectTaskNamespaceListerExpansion allows custom methods to be added to InspectTaskNamespaceLister.