Documentation ¶
Index ¶
- type VLANClaimLister
- type VLANClaimListerExpansion
- type VLANClaimNamespaceLister
- type VLANClaimNamespaceListerExpansion
- type VLANEntryLister
- type VLANEntryListerExpansion
- type VLANEntryNamespaceLister
- type VLANEntryNamespaceListerExpansion
- type VLANIndexLister
- type VLANIndexListerExpansion
- type VLANIndexNamespaceLister
- type VLANIndexNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VLANClaimLister ¶
type VLANClaimLister interface { // List lists all VLANClaims in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VLANClaim, err error) // VLANClaims returns an object that can list and get VLANClaims. VLANClaims(namespace string) VLANClaimNamespaceLister VLANClaimListerExpansion }
VLANClaimLister helps list VLANClaims. All objects returned here must be treated as read-only.
func NewVLANClaimLister ¶
func NewVLANClaimLister(indexer cache.Indexer) VLANClaimLister
NewVLANClaimLister returns a new VLANClaimLister.
type VLANClaimListerExpansion ¶
type VLANClaimListerExpansion interface{}
VLANClaimListerExpansion allows custom methods to be added to VLANClaimLister.
type VLANClaimNamespaceLister ¶
type VLANClaimNamespaceLister interface { // List lists all VLANClaims in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VLANClaim, err error) // Get retrieves the VLANClaim from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VLANClaim, error) VLANClaimNamespaceListerExpansion }
VLANClaimNamespaceLister helps list and get VLANClaims. All objects returned here must be treated as read-only.
type VLANClaimNamespaceListerExpansion ¶
type VLANClaimNamespaceListerExpansion interface{}
VLANClaimNamespaceListerExpansion allows custom methods to be added to VLANClaimNamespaceLister.
type VLANEntryLister ¶
type VLANEntryLister interface { // List lists all VLANEntries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VLANEntry, err error) // VLANEntries returns an object that can list and get VLANEntries. VLANEntries(namespace string) VLANEntryNamespaceLister VLANEntryListerExpansion }
VLANEntryLister helps list VLANEntries. All objects returned here must be treated as read-only.
func NewVLANEntryLister ¶
func NewVLANEntryLister(indexer cache.Indexer) VLANEntryLister
NewVLANEntryLister returns a new VLANEntryLister.
type VLANEntryListerExpansion ¶
type VLANEntryListerExpansion interface{}
VLANEntryListerExpansion allows custom methods to be added to VLANEntryLister.
type VLANEntryNamespaceLister ¶
type VLANEntryNamespaceLister interface { // List lists all VLANEntries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VLANEntry, err error) // Get retrieves the VLANEntry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VLANEntry, error) VLANEntryNamespaceListerExpansion }
VLANEntryNamespaceLister helps list and get VLANEntries. All objects returned here must be treated as read-only.
type VLANEntryNamespaceListerExpansion ¶
type VLANEntryNamespaceListerExpansion interface{}
VLANEntryNamespaceListerExpansion allows custom methods to be added to VLANEntryNamespaceLister.
type VLANIndexLister ¶
type VLANIndexLister interface { // List lists all VLANIndexes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VLANIndex, err error) // VLANIndexes returns an object that can list and get VLANIndexes. VLANIndexes(namespace string) VLANIndexNamespaceLister VLANIndexListerExpansion }
VLANIndexLister helps list VLANIndexes. All objects returned here must be treated as read-only.
func NewVLANIndexLister ¶
func NewVLANIndexLister(indexer cache.Indexer) VLANIndexLister
NewVLANIndexLister returns a new VLANIndexLister.
type VLANIndexListerExpansion ¶
type VLANIndexListerExpansion interface{}
VLANIndexListerExpansion allows custom methods to be added to VLANIndexLister.
type VLANIndexNamespaceLister ¶
type VLANIndexNamespaceLister interface { // List lists all VLANIndexes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VLANIndex, err error) // Get retrieves the VLANIndex from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VLANIndex, error) VLANIndexNamespaceListerExpansion }
VLANIndexNamespaceLister helps list and get VLANIndexes. All objects returned here must be treated as read-only.
type VLANIndexNamespaceListerExpansion ¶
type VLANIndexNamespaceListerExpansion interface{}
VLANIndexNamespaceListerExpansion allows custom methods to be added to VLANIndexNamespaceLister.