Documentation ¶
Index ¶
- type EndpointLister
- type EndpointListerExpansion
- type EndpointNamespaceLister
- type EndpointNamespaceListerExpansion
- type RuleAttachmentLister
- type RuleAttachmentListerExpansion
- type RuleAttachmentNamespaceLister
- type RuleAttachmentNamespaceListerExpansion
- type RuleLister
- type RuleListerExpansion
- type RuleNamespaceLister
- type RuleNamespaceListerExpansion
- 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 EndpointLister ¶ added in v0.5.0
type EndpointLister interface { // List lists all Endpoints in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Endpoint, err error) // Endpoints returns an object that can list and get Endpoints. Endpoints(namespace string) EndpointNamespaceLister EndpointListerExpansion }
EndpointLister helps list Endpoints. All objects returned here must be treated as read-only.
func NewEndpointLister ¶ added in v0.5.0
func NewEndpointLister(indexer cache.Indexer) EndpointLister
NewEndpointLister returns a new EndpointLister.
type EndpointListerExpansion ¶ added in v0.5.0
type EndpointListerExpansion interface{}
EndpointListerExpansion allows custom methods to be added to EndpointLister.
type EndpointNamespaceLister ¶ added in v0.5.0
type EndpointNamespaceLister interface { // List lists all Endpoints in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Endpoint, err error) // Get retrieves the Endpoint from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Endpoint, error) EndpointNamespaceListerExpansion }
EndpointNamespaceLister helps list and get Endpoints. All objects returned here must be treated as read-only.
type EndpointNamespaceListerExpansion ¶ added in v0.5.0
type EndpointNamespaceListerExpansion interface{}
EndpointNamespaceListerExpansion allows custom methods to be added to EndpointNamespaceLister.
type RuleAttachmentLister ¶ added in v0.5.0
type RuleAttachmentLister interface { // List lists all RuleAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RuleAttachment, err error) // RuleAttachments returns an object that can list and get RuleAttachments. RuleAttachments(namespace string) RuleAttachmentNamespaceLister RuleAttachmentListerExpansion }
RuleAttachmentLister helps list RuleAttachments. All objects returned here must be treated as read-only.
func NewRuleAttachmentLister ¶ added in v0.5.0
func NewRuleAttachmentLister(indexer cache.Indexer) RuleAttachmentLister
NewRuleAttachmentLister returns a new RuleAttachmentLister.
type RuleAttachmentListerExpansion ¶ added in v0.5.0
type RuleAttachmentListerExpansion interface{}
RuleAttachmentListerExpansion allows custom methods to be added to RuleAttachmentLister.
type RuleAttachmentNamespaceLister ¶ added in v0.5.0
type RuleAttachmentNamespaceLister interface { // List lists all RuleAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RuleAttachment, err error) // Get retrieves the RuleAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RuleAttachment, error) RuleAttachmentNamespaceListerExpansion }
RuleAttachmentNamespaceLister helps list and get RuleAttachments. All objects returned here must be treated as read-only.
type RuleAttachmentNamespaceListerExpansion ¶ added in v0.5.0
type RuleAttachmentNamespaceListerExpansion interface{}
RuleAttachmentNamespaceListerExpansion allows custom methods to be added to RuleAttachmentNamespaceLister.
type RuleLister ¶ added in v0.5.0
type RuleLister interface { // List lists all Rules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Rule, err error) // Rules returns an object that can list and get Rules. Rules(namespace string) RuleNamespaceLister RuleListerExpansion }
RuleLister helps list Rules. All objects returned here must be treated as read-only.
func NewRuleLister ¶ added in v0.5.0
func NewRuleLister(indexer cache.Indexer) RuleLister
NewRuleLister returns a new RuleLister.
type RuleListerExpansion ¶ added in v0.5.0
type RuleListerExpansion interface{}
RuleListerExpansion allows custom methods to be added to RuleLister.
type RuleNamespaceLister ¶ added in v0.5.0
type RuleNamespaceLister interface { // List lists all Rules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Rule, err error) // Get retrieves the Rule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Rule, error) RuleNamespaceListerExpansion }
RuleNamespaceLister helps list and get Rules. All objects returned here must be treated as read-only.
type RuleNamespaceListerExpansion ¶ added in v0.5.0
type RuleNamespaceListerExpansion interface{}
RuleNamespaceListerExpansion allows custom methods to be added to RuleNamespaceLister.
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.