Documentation
¶
Index ¶
- type BridgeEventBusLister
- type BridgeEventBusListerExpansion
- type BridgeEventBusNamespaceLister
- type BridgeEventBusNamespaceListerExpansion
- type BridgeEventSourceLister
- type BridgeEventSourceListerExpansion
- type BridgeEventSourceNamespaceLister
- type BridgeEventSourceNamespaceListerExpansion
- type BridgeRuleLister
- type BridgeRuleListerExpansion
- type BridgeRuleNamespaceLister
- type BridgeRuleNamespaceListerExpansion
- type BridgeServiceLinkedRoleLister
- type BridgeServiceLinkedRoleListerExpansion
- type BridgeServiceLinkedRoleNamespaceLister
- type BridgeServiceLinkedRoleNamespaceListerExpansion
- type BridgeSlrLister
- type BridgeSlrListerExpansion
- type BridgeSlrNamespaceLister
- type BridgeSlrNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BridgeEventBusLister ¶
type BridgeEventBusLister interface { // List lists all BridgeEventBuses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeEventBus, err error) // BridgeEventBuses returns an object that can list and get BridgeEventBuses. BridgeEventBuses(namespace string) BridgeEventBusNamespaceLister BridgeEventBusListerExpansion }
BridgeEventBusLister helps list BridgeEventBuses. All objects returned here must be treated as read-only.
func NewBridgeEventBusLister ¶
func NewBridgeEventBusLister(indexer cache.Indexer) BridgeEventBusLister
NewBridgeEventBusLister returns a new BridgeEventBusLister.
type BridgeEventBusListerExpansion ¶
type BridgeEventBusListerExpansion interface{}
BridgeEventBusListerExpansion allows custom methods to be added to BridgeEventBusLister.
type BridgeEventBusNamespaceLister ¶
type BridgeEventBusNamespaceLister interface { // List lists all BridgeEventBuses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeEventBus, err error) // Get retrieves the BridgeEventBus from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BridgeEventBus, error) BridgeEventBusNamespaceListerExpansion }
BridgeEventBusNamespaceLister helps list and get BridgeEventBuses. All objects returned here must be treated as read-only.
type BridgeEventBusNamespaceListerExpansion ¶
type BridgeEventBusNamespaceListerExpansion interface{}
BridgeEventBusNamespaceListerExpansion allows custom methods to be added to BridgeEventBusNamespaceLister.
type BridgeEventSourceLister ¶ added in v0.4.0
type BridgeEventSourceLister interface { // List lists all BridgeEventSources in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeEventSource, err error) // BridgeEventSources returns an object that can list and get BridgeEventSources. BridgeEventSources(namespace string) BridgeEventSourceNamespaceLister BridgeEventSourceListerExpansion }
BridgeEventSourceLister helps list BridgeEventSources. All objects returned here must be treated as read-only.
func NewBridgeEventSourceLister ¶ added in v0.4.0
func NewBridgeEventSourceLister(indexer cache.Indexer) BridgeEventSourceLister
NewBridgeEventSourceLister returns a new BridgeEventSourceLister.
type BridgeEventSourceListerExpansion ¶ added in v0.4.0
type BridgeEventSourceListerExpansion interface{}
BridgeEventSourceListerExpansion allows custom methods to be added to BridgeEventSourceLister.
type BridgeEventSourceNamespaceLister ¶ added in v0.4.0
type BridgeEventSourceNamespaceLister interface { // List lists all BridgeEventSources in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeEventSource, err error) // Get retrieves the BridgeEventSource from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BridgeEventSource, error) BridgeEventSourceNamespaceListerExpansion }
BridgeEventSourceNamespaceLister helps list and get BridgeEventSources. All objects returned here must be treated as read-only.
type BridgeEventSourceNamespaceListerExpansion ¶ added in v0.4.0
type BridgeEventSourceNamespaceListerExpansion interface{}
BridgeEventSourceNamespaceListerExpansion allows custom methods to be added to BridgeEventSourceNamespaceLister.
type BridgeRuleLister ¶ added in v0.4.0
type BridgeRuleLister interface { // List lists all BridgeRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeRule, err error) // BridgeRules returns an object that can list and get BridgeRules. BridgeRules(namespace string) BridgeRuleNamespaceLister BridgeRuleListerExpansion }
BridgeRuleLister helps list BridgeRules. All objects returned here must be treated as read-only.
func NewBridgeRuleLister ¶ added in v0.4.0
func NewBridgeRuleLister(indexer cache.Indexer) BridgeRuleLister
NewBridgeRuleLister returns a new BridgeRuleLister.
type BridgeRuleListerExpansion ¶ added in v0.4.0
type BridgeRuleListerExpansion interface{}
BridgeRuleListerExpansion allows custom methods to be added to BridgeRuleLister.
type BridgeRuleNamespaceLister ¶ added in v0.4.0
type BridgeRuleNamespaceLister interface { // List lists all BridgeRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeRule, err error) // Get retrieves the BridgeRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BridgeRule, error) BridgeRuleNamespaceListerExpansion }
BridgeRuleNamespaceLister helps list and get BridgeRules. All objects returned here must be treated as read-only.
type BridgeRuleNamespaceListerExpansion ¶ added in v0.4.0
type BridgeRuleNamespaceListerExpansion interface{}
BridgeRuleNamespaceListerExpansion allows custom methods to be added to BridgeRuleNamespaceLister.
type BridgeServiceLinkedRoleLister ¶ added in v0.5.0
type BridgeServiceLinkedRoleLister interface { // List lists all BridgeServiceLinkedRoles in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeServiceLinkedRole, err error) // BridgeServiceLinkedRoles returns an object that can list and get BridgeServiceLinkedRoles. BridgeServiceLinkedRoles(namespace string) BridgeServiceLinkedRoleNamespaceLister BridgeServiceLinkedRoleListerExpansion }
BridgeServiceLinkedRoleLister helps list BridgeServiceLinkedRoles. All objects returned here must be treated as read-only.
func NewBridgeServiceLinkedRoleLister ¶ added in v0.5.0
func NewBridgeServiceLinkedRoleLister(indexer cache.Indexer) BridgeServiceLinkedRoleLister
NewBridgeServiceLinkedRoleLister returns a new BridgeServiceLinkedRoleLister.
type BridgeServiceLinkedRoleListerExpansion ¶ added in v0.5.0
type BridgeServiceLinkedRoleListerExpansion interface{}
BridgeServiceLinkedRoleListerExpansion allows custom methods to be added to BridgeServiceLinkedRoleLister.
type BridgeServiceLinkedRoleNamespaceLister ¶ added in v0.5.0
type BridgeServiceLinkedRoleNamespaceLister interface { // List lists all BridgeServiceLinkedRoles in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeServiceLinkedRole, err error) // Get retrieves the BridgeServiceLinkedRole from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BridgeServiceLinkedRole, error) BridgeServiceLinkedRoleNamespaceListerExpansion }
BridgeServiceLinkedRoleNamespaceLister helps list and get BridgeServiceLinkedRoles. All objects returned here must be treated as read-only.
type BridgeServiceLinkedRoleNamespaceListerExpansion ¶ added in v0.5.0
type BridgeServiceLinkedRoleNamespaceListerExpansion interface{}
BridgeServiceLinkedRoleNamespaceListerExpansion allows custom methods to be added to BridgeServiceLinkedRoleNamespaceLister.
type BridgeSlrLister ¶ added in v0.4.0
type BridgeSlrLister interface { // List lists all BridgeSlrs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeSlr, err error) // BridgeSlrs returns an object that can list and get BridgeSlrs. BridgeSlrs(namespace string) BridgeSlrNamespaceLister BridgeSlrListerExpansion }
BridgeSlrLister helps list BridgeSlrs. All objects returned here must be treated as read-only.
func NewBridgeSlrLister ¶ added in v0.4.0
func NewBridgeSlrLister(indexer cache.Indexer) BridgeSlrLister
NewBridgeSlrLister returns a new BridgeSlrLister.
type BridgeSlrListerExpansion ¶ added in v0.4.0
type BridgeSlrListerExpansion interface{}
BridgeSlrListerExpansion allows custom methods to be added to BridgeSlrLister.
type BridgeSlrNamespaceLister ¶ added in v0.4.0
type BridgeSlrNamespaceLister interface { // List lists all BridgeSlrs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BridgeSlr, err error) // Get retrieves the BridgeSlr from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BridgeSlr, error) BridgeSlrNamespaceListerExpansion }
BridgeSlrNamespaceLister helps list and get BridgeSlrs. All objects returned here must be treated as read-only.
type BridgeSlrNamespaceListerExpansion ¶ added in v0.4.0
type BridgeSlrNamespaceListerExpansion interface{}
BridgeSlrNamespaceListerExpansion allows custom methods to be added to BridgeSlrNamespaceLister.