Documentation ¶
Index ¶
- type UserVpcAuthorizationLister
- type UserVpcAuthorizationListerExpansion
- type UserVpcAuthorizationNamespaceLister
- type UserVpcAuthorizationNamespaceListerExpansion
- type ZoneAttachmentLister
- type ZoneAttachmentListerExpansion
- type ZoneAttachmentNamespaceLister
- type ZoneAttachmentNamespaceListerExpansion
- type ZoneLister
- type ZoneListerExpansion
- type ZoneNamespaceLister
- type ZoneNamespaceListerExpansion
- type ZoneRecordLister
- type ZoneRecordListerExpansion
- type ZoneRecordNamespaceLister
- type ZoneRecordNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserVpcAuthorizationLister ¶ added in v0.4.0
type UserVpcAuthorizationLister interface { // List lists all UserVpcAuthorizations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserVpcAuthorization, err error) // UserVpcAuthorizations returns an object that can list and get UserVpcAuthorizations. UserVpcAuthorizations(namespace string) UserVpcAuthorizationNamespaceLister UserVpcAuthorizationListerExpansion }
UserVpcAuthorizationLister helps list UserVpcAuthorizations. All objects returned here must be treated as read-only.
func NewUserVpcAuthorizationLister ¶ added in v0.4.0
func NewUserVpcAuthorizationLister(indexer cache.Indexer) UserVpcAuthorizationLister
NewUserVpcAuthorizationLister returns a new UserVpcAuthorizationLister.
type UserVpcAuthorizationListerExpansion ¶ added in v0.4.0
type UserVpcAuthorizationListerExpansion interface{}
UserVpcAuthorizationListerExpansion allows custom methods to be added to UserVpcAuthorizationLister.
type UserVpcAuthorizationNamespaceLister ¶ added in v0.4.0
type UserVpcAuthorizationNamespaceLister interface { // List lists all UserVpcAuthorizations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.UserVpcAuthorization, err error) // Get retrieves the UserVpcAuthorization from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.UserVpcAuthorization, error) UserVpcAuthorizationNamespaceListerExpansion }
UserVpcAuthorizationNamespaceLister helps list and get UserVpcAuthorizations. All objects returned here must be treated as read-only.
type UserVpcAuthorizationNamespaceListerExpansion ¶ added in v0.4.0
type UserVpcAuthorizationNamespaceListerExpansion interface{}
UserVpcAuthorizationNamespaceListerExpansion allows custom methods to be added to UserVpcAuthorizationNamespaceLister.
type ZoneAttachmentLister ¶
type ZoneAttachmentLister interface { // List lists all ZoneAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ZoneAttachment, err error) // ZoneAttachments returns an object that can list and get ZoneAttachments. ZoneAttachments(namespace string) ZoneAttachmentNamespaceLister ZoneAttachmentListerExpansion }
ZoneAttachmentLister helps list ZoneAttachments. All objects returned here must be treated as read-only.
func NewZoneAttachmentLister ¶
func NewZoneAttachmentLister(indexer cache.Indexer) ZoneAttachmentLister
NewZoneAttachmentLister returns a new ZoneAttachmentLister.
type ZoneAttachmentListerExpansion ¶
type ZoneAttachmentListerExpansion interface{}
ZoneAttachmentListerExpansion allows custom methods to be added to ZoneAttachmentLister.
type ZoneAttachmentNamespaceLister ¶
type ZoneAttachmentNamespaceLister interface { // List lists all ZoneAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ZoneAttachment, err error) // Get retrieves the ZoneAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ZoneAttachment, error) ZoneAttachmentNamespaceListerExpansion }
ZoneAttachmentNamespaceLister helps list and get ZoneAttachments. All objects returned here must be treated as read-only.
type ZoneAttachmentNamespaceListerExpansion ¶
type ZoneAttachmentNamespaceListerExpansion interface{}
ZoneAttachmentNamespaceListerExpansion allows custom methods to be added to ZoneAttachmentNamespaceLister.
type ZoneLister ¶
type ZoneLister interface { // List lists all Zones in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Zone, err error) // Zones returns an object that can list and get Zones. Zones(namespace string) ZoneNamespaceLister ZoneListerExpansion }
ZoneLister helps list Zones. All objects returned here must be treated as read-only.
func NewZoneLister ¶
func NewZoneLister(indexer cache.Indexer) ZoneLister
NewZoneLister returns a new ZoneLister.
type ZoneListerExpansion ¶
type ZoneListerExpansion interface{}
ZoneListerExpansion allows custom methods to be added to ZoneLister.
type ZoneNamespaceLister ¶
type ZoneNamespaceLister interface { // List lists all Zones in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Zone, err error) // Get retrieves the Zone from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Zone, error) ZoneNamespaceListerExpansion }
ZoneNamespaceLister helps list and get Zones. All objects returned here must be treated as read-only.
type ZoneNamespaceListerExpansion ¶
type ZoneNamespaceListerExpansion interface{}
ZoneNamespaceListerExpansion allows custom methods to be added to ZoneNamespaceLister.
type ZoneRecordLister ¶
type ZoneRecordLister interface { // List lists all ZoneRecords in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ZoneRecord, err error) // ZoneRecords returns an object that can list and get ZoneRecords. ZoneRecords(namespace string) ZoneRecordNamespaceLister ZoneRecordListerExpansion }
ZoneRecordLister helps list ZoneRecords. All objects returned here must be treated as read-only.
func NewZoneRecordLister ¶
func NewZoneRecordLister(indexer cache.Indexer) ZoneRecordLister
NewZoneRecordLister returns a new ZoneRecordLister.
type ZoneRecordListerExpansion ¶
type ZoneRecordListerExpansion interface{}
ZoneRecordListerExpansion allows custom methods to be added to ZoneRecordLister.
type ZoneRecordNamespaceLister ¶
type ZoneRecordNamespaceLister interface { // List lists all ZoneRecords in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ZoneRecord, err error) // Get retrieves the ZoneRecord from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ZoneRecord, error) ZoneRecordNamespaceListerExpansion }
ZoneRecordNamespaceLister helps list and get ZoneRecords. All objects returned here must be treated as read-only.
type ZoneRecordNamespaceListerExpansion ¶
type ZoneRecordNamespaceListerExpansion interface{}
ZoneRecordNamespaceListerExpansion allows custom methods to be added to ZoneRecordNamespaceLister.