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