Documentation ¶
Index ¶
- type BandwidthPackageAttachmentLister
- type BandwidthPackageAttachmentListerExpansion
- type BandwidthPackageAttachmentNamespaceLister
- type BandwidthPackageAttachmentNamespaceListerExpansion
- type BandwidthPackageLister
- type BandwidthPackageListerExpansion
- type BandwidthPackageNamespaceLister
- type BandwidthPackageNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BandwidthPackageAttachmentLister ¶
type BandwidthPackageAttachmentLister interface { // List lists all BandwidthPackageAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackageAttachment, err error) // BandwidthPackageAttachments returns an object that can list and get BandwidthPackageAttachments. BandwidthPackageAttachments(namespace string) BandwidthPackageAttachmentNamespaceLister BandwidthPackageAttachmentListerExpansion }
BandwidthPackageAttachmentLister helps list BandwidthPackageAttachments. All objects returned here must be treated as read-only.
func NewBandwidthPackageAttachmentLister ¶
func NewBandwidthPackageAttachmentLister(indexer cache.Indexer) BandwidthPackageAttachmentLister
NewBandwidthPackageAttachmentLister returns a new BandwidthPackageAttachmentLister.
type BandwidthPackageAttachmentListerExpansion ¶
type BandwidthPackageAttachmentListerExpansion interface{}
BandwidthPackageAttachmentListerExpansion allows custom methods to be added to BandwidthPackageAttachmentLister.
type BandwidthPackageAttachmentNamespaceLister ¶
type BandwidthPackageAttachmentNamespaceLister interface { // List lists all BandwidthPackageAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackageAttachment, err error) // Get retrieves the BandwidthPackageAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BandwidthPackageAttachment, error) BandwidthPackageAttachmentNamespaceListerExpansion }
BandwidthPackageAttachmentNamespaceLister helps list and get BandwidthPackageAttachments. All objects returned here must be treated as read-only.
type BandwidthPackageAttachmentNamespaceListerExpansion ¶
type BandwidthPackageAttachmentNamespaceListerExpansion interface{}
BandwidthPackageAttachmentNamespaceListerExpansion allows custom methods to be added to BandwidthPackageAttachmentNamespaceLister.
type BandwidthPackageLister ¶
type BandwidthPackageLister interface { // List lists all BandwidthPackages in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackage, err error) // BandwidthPackages returns an object that can list and get BandwidthPackages. BandwidthPackages(namespace string) BandwidthPackageNamespaceLister BandwidthPackageListerExpansion }
BandwidthPackageLister helps list BandwidthPackages. All objects returned here must be treated as read-only.
func NewBandwidthPackageLister ¶
func NewBandwidthPackageLister(indexer cache.Indexer) BandwidthPackageLister
NewBandwidthPackageLister returns a new BandwidthPackageLister.
type BandwidthPackageListerExpansion ¶
type BandwidthPackageListerExpansion interface{}
BandwidthPackageListerExpansion allows custom methods to be added to BandwidthPackageLister.
type BandwidthPackageNamespaceLister ¶
type BandwidthPackageNamespaceLister interface { // List lists all BandwidthPackages in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackage, err error) // Get retrieves the BandwidthPackage from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BandwidthPackage, error) BandwidthPackageNamespaceListerExpansion }
BandwidthPackageNamespaceLister helps list and get BandwidthPackages. All objects returned here must be treated as read-only.
type BandwidthPackageNamespaceListerExpansion ¶
type BandwidthPackageNamespaceListerExpansion interface{}
BandwidthPackageNamespaceListerExpansion allows custom methods to be added to BandwidthPackageNamespaceLister.