Documentation ¶
Index ¶
- type CaptureRuleLister
- type CaptureRuleListerExpansion
- type CaptureRuleNamespaceLister
- type CaptureRuleNamespaceListerExpansion
- type ContextPropagationLister
- type ContextPropagationListerExpansion
- type ContextPropagationNamespaceLister
- type ContextPropagationNamespaceListerExpansion
- type EntryPointLister
- type EntryPointListerExpansion
- type EntryPointNamespaceLister
- type EntryPointNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureRuleLister ¶
type CaptureRuleLister interface { // List lists all CaptureRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaptureRule, err error) // CaptureRules returns an object that can list and get CaptureRules. CaptureRules(namespace string) CaptureRuleNamespaceLister CaptureRuleListerExpansion }
CaptureRuleLister helps list CaptureRules. All objects returned here must be treated as read-only.
func NewCaptureRuleLister ¶
func NewCaptureRuleLister(indexer cache.Indexer) CaptureRuleLister
NewCaptureRuleLister returns a new CaptureRuleLister.
type CaptureRuleListerExpansion ¶
type CaptureRuleListerExpansion interface{}
CaptureRuleListerExpansion allows custom methods to be added to CaptureRuleLister.
type CaptureRuleNamespaceLister ¶
type CaptureRuleNamespaceLister interface { // List lists all CaptureRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CaptureRule, err error) // Get retrieves the CaptureRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CaptureRule, error) CaptureRuleNamespaceListerExpansion }
CaptureRuleNamespaceLister helps list and get CaptureRules. All objects returned here must be treated as read-only.
type CaptureRuleNamespaceListerExpansion ¶
type CaptureRuleNamespaceListerExpansion interface{}
CaptureRuleNamespaceListerExpansion allows custom methods to be added to CaptureRuleNamespaceLister.
type ContextPropagationLister ¶
type ContextPropagationLister interface { // List lists all ContextPropagations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContextPropagation, err error) // ContextPropagations returns an object that can list and get ContextPropagations. ContextPropagations(namespace string) ContextPropagationNamespaceLister ContextPropagationListerExpansion }
ContextPropagationLister helps list ContextPropagations. All objects returned here must be treated as read-only.
func NewContextPropagationLister ¶
func NewContextPropagationLister(indexer cache.Indexer) ContextPropagationLister
NewContextPropagationLister returns a new ContextPropagationLister.
type ContextPropagationListerExpansion ¶
type ContextPropagationListerExpansion interface{}
ContextPropagationListerExpansion allows custom methods to be added to ContextPropagationLister.
type ContextPropagationNamespaceLister ¶
type ContextPropagationNamespaceLister interface { // List lists all ContextPropagations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ContextPropagation, err error) // Get retrieves the ContextPropagation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ContextPropagation, error) ContextPropagationNamespaceListerExpansion }
ContextPropagationNamespaceLister helps list and get ContextPropagations. All objects returned here must be treated as read-only.
type ContextPropagationNamespaceListerExpansion ¶
type ContextPropagationNamespaceListerExpansion interface{}
ContextPropagationNamespaceListerExpansion allows custom methods to be added to ContextPropagationNamespaceLister.
type EntryPointLister ¶
type EntryPointLister interface { // List lists all EntryPoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EntryPoint, err error) // EntryPoints returns an object that can list and get EntryPoints. EntryPoints(namespace string) EntryPointNamespaceLister EntryPointListerExpansion }
EntryPointLister helps list EntryPoints. All objects returned here must be treated as read-only.
func NewEntryPointLister ¶
func NewEntryPointLister(indexer cache.Indexer) EntryPointLister
NewEntryPointLister returns a new EntryPointLister.
type EntryPointListerExpansion ¶
type EntryPointListerExpansion interface{}
EntryPointListerExpansion allows custom methods to be added to EntryPointLister.
type EntryPointNamespaceLister ¶
type EntryPointNamespaceLister interface { // List lists all EntryPoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EntryPoint, err error) // Get retrieves the EntryPoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EntryPoint, error) EntryPointNamespaceListerExpansion }
EntryPointNamespaceLister helps list and get EntryPoints. All objects returned here must be treated as read-only.
type EntryPointNamespaceListerExpansion ¶
type EntryPointNamespaceListerExpansion interface{}
EntryPointNamespaceListerExpansion allows custom methods to be added to EntryPointNamespaceLister.