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