Documentation ¶
Index ¶
- type CertificateLister
- type CertificateListerExpansion
- type CertificateNamespaceLister
- type CertificateNamespaceListerExpansion
- type ConsumerGroupLister
- type ConsumerGroupListerExpansion
- type ConsumerGroupNamespaceLister
- type ConsumerGroupNamespaceListerExpansion
- type DpsCertificateLister
- type DpsCertificateListerExpansion
- type DpsCertificateNamespaceLister
- type DpsCertificateNamespaceListerExpansion
- type DpsLister
- type DpsListerExpansion
- type DpsNamespaceLister
- type DpsNamespaceListerExpansion
- type DpsSharedAccessPolicyLister
- type DpsSharedAccessPolicyListerExpansion
- type DpsSharedAccessPolicyNamespaceLister
- type DpsSharedAccessPolicyNamespaceListerExpansion
- type EndpointEventhubLister
- type EndpointEventhubListerExpansion
- type EndpointEventhubNamespaceLister
- type EndpointEventhubNamespaceListerExpansion
- type EndpointServicebusQueueLister
- type EndpointServicebusQueueListerExpansion
- type EndpointServicebusQueueNamespaceLister
- type EndpointServicebusQueueNamespaceListerExpansion
- type EndpointServicebusTopicLister
- type EndpointServicebusTopicListerExpansion
- type EndpointServicebusTopicNamespaceLister
- type EndpointServicebusTopicNamespaceListerExpansion
- type EndpointStorageContainerLister
- type EndpointStorageContainerListerExpansion
- type EndpointStorageContainerNamespaceLister
- type EndpointStorageContainerNamespaceListerExpansion
- type EnrichmentLister
- type EnrichmentListerExpansion
- type EnrichmentNamespaceLister
- type EnrichmentNamespaceListerExpansion
- type FallbackRouteLister
- type FallbackRouteListerExpansion
- type FallbackRouteNamespaceLister
- type FallbackRouteNamespaceListerExpansion
- type IothubLister
- type IothubListerExpansion
- type IothubNamespaceLister
- type IothubNamespaceListerExpansion
- type RouteLister
- type RouteListerExpansion
- type RouteNamespaceLister
- type RouteNamespaceListerExpansion
- type SharedAccessPolicyLister
- type SharedAccessPolicyListerExpansion
- type SharedAccessPolicyNamespaceLister
- type SharedAccessPolicyNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateLister ¶ added in v0.5.0
type CertificateLister interface { // List lists all Certificates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Certificate, err error) // Certificates returns an object that can list and get Certificates. Certificates(namespace string) CertificateNamespaceLister CertificateListerExpansion }
CertificateLister helps list Certificates. All objects returned here must be treated as read-only.
func NewCertificateLister ¶ added in v0.5.0
func NewCertificateLister(indexer cache.Indexer) CertificateLister
NewCertificateLister returns a new CertificateLister.
type CertificateListerExpansion ¶ added in v0.5.0
type CertificateListerExpansion interface{}
CertificateListerExpansion allows custom methods to be added to CertificateLister.
type CertificateNamespaceLister ¶ added in v0.5.0
type CertificateNamespaceLister interface { // List lists all Certificates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Certificate, err error) // Get retrieves the Certificate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Certificate, error) CertificateNamespaceListerExpansion }
CertificateNamespaceLister helps list and get Certificates. All objects returned here must be treated as read-only.
type CertificateNamespaceListerExpansion ¶ added in v0.5.0
type CertificateNamespaceListerExpansion interface{}
CertificateNamespaceListerExpansion allows custom methods to be added to CertificateNamespaceLister.
type ConsumerGroupLister ¶
type ConsumerGroupLister interface { // List lists all ConsumerGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsumerGroup, err error) // ConsumerGroups returns an object that can list and get ConsumerGroups. ConsumerGroups(namespace string) ConsumerGroupNamespaceLister ConsumerGroupListerExpansion }
ConsumerGroupLister helps list ConsumerGroups. All objects returned here must be treated as read-only.
func NewConsumerGroupLister ¶
func NewConsumerGroupLister(indexer cache.Indexer) ConsumerGroupLister
NewConsumerGroupLister returns a new ConsumerGroupLister.
type ConsumerGroupListerExpansion ¶
type ConsumerGroupListerExpansion interface{}
ConsumerGroupListerExpansion allows custom methods to be added to ConsumerGroupLister.
type ConsumerGroupNamespaceLister ¶
type ConsumerGroupNamespaceLister interface { // List lists all ConsumerGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ConsumerGroup, err error) // Get retrieves the ConsumerGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ConsumerGroup, error) ConsumerGroupNamespaceListerExpansion }
ConsumerGroupNamespaceLister helps list and get ConsumerGroups. All objects returned here must be treated as read-only.
type ConsumerGroupNamespaceListerExpansion ¶
type ConsumerGroupNamespaceListerExpansion interface{}
ConsumerGroupNamespaceListerExpansion allows custom methods to be added to ConsumerGroupNamespaceLister.
type DpsCertificateLister ¶
type DpsCertificateLister interface { // List lists all DpsCertificates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DpsCertificate, err error) // DpsCertificates returns an object that can list and get DpsCertificates. DpsCertificates(namespace string) DpsCertificateNamespaceLister DpsCertificateListerExpansion }
DpsCertificateLister helps list DpsCertificates. All objects returned here must be treated as read-only.
func NewDpsCertificateLister ¶
func NewDpsCertificateLister(indexer cache.Indexer) DpsCertificateLister
NewDpsCertificateLister returns a new DpsCertificateLister.
type DpsCertificateListerExpansion ¶
type DpsCertificateListerExpansion interface{}
DpsCertificateListerExpansion allows custom methods to be added to DpsCertificateLister.
type DpsCertificateNamespaceLister ¶
type DpsCertificateNamespaceLister interface { // List lists all DpsCertificates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DpsCertificate, err error) // Get retrieves the DpsCertificate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DpsCertificate, error) DpsCertificateNamespaceListerExpansion }
DpsCertificateNamespaceLister helps list and get DpsCertificates. All objects returned here must be treated as read-only.
type DpsCertificateNamespaceListerExpansion ¶
type DpsCertificateNamespaceListerExpansion interface{}
DpsCertificateNamespaceListerExpansion allows custom methods to be added to DpsCertificateNamespaceLister.
type DpsLister ¶
type DpsLister interface { // List lists all Dpses in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Dps, err error) // Dpses returns an object that can list and get Dpses. Dpses(namespace string) DpsNamespaceLister DpsListerExpansion }
DpsLister helps list Dpses. All objects returned here must be treated as read-only.
type DpsListerExpansion ¶
type DpsListerExpansion interface{}
DpsListerExpansion allows custom methods to be added to DpsLister.
type DpsNamespaceLister ¶
type DpsNamespaceLister interface { // List lists all Dpses in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Dps, err error) // Get retrieves the Dps from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Dps, error) DpsNamespaceListerExpansion }
DpsNamespaceLister helps list and get Dpses. All objects returned here must be treated as read-only.
type DpsNamespaceListerExpansion ¶
type DpsNamespaceListerExpansion interface{}
DpsNamespaceListerExpansion allows custom methods to be added to DpsNamespaceLister.
type DpsSharedAccessPolicyLister ¶
type DpsSharedAccessPolicyLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DpsSharedAccessPolicy, err error) DpsSharedAccessPolicies(namespace string) DpsSharedAccessPolicyNamespaceLister DpsSharedAccessPolicyListerExpansion }
DpsSharedAccessPolicyLister helps list DpsSharedAccessPolicies. All objects returned here must be treated as read-only.
func NewDpsSharedAccessPolicyLister ¶
func NewDpsSharedAccessPolicyLister(indexer cache.Indexer) DpsSharedAccessPolicyLister
NewDpsSharedAccessPolicyLister returns a new DpsSharedAccessPolicyLister.
type DpsSharedAccessPolicyListerExpansion ¶
type DpsSharedAccessPolicyListerExpansion interface{}
DpsSharedAccessPolicyListerExpansion allows custom methods to be added to DpsSharedAccessPolicyLister.
type DpsSharedAccessPolicyNamespaceLister ¶
type DpsSharedAccessPolicyNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.DpsSharedAccessPolicy, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.DpsSharedAccessPolicy, error) DpsSharedAccessPolicyNamespaceListerExpansion }
DpsSharedAccessPolicyNamespaceLister helps list and get DpsSharedAccessPolicies. All objects returned here must be treated as read-only.
type DpsSharedAccessPolicyNamespaceListerExpansion ¶
type DpsSharedAccessPolicyNamespaceListerExpansion interface{}
DpsSharedAccessPolicyNamespaceListerExpansion allows custom methods to be added to DpsSharedAccessPolicyNamespaceLister.
type EndpointEventhubLister ¶
type EndpointEventhubLister interface { // List lists all EndpointEventhubs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointEventhub, err error) // EndpointEventhubs returns an object that can list and get EndpointEventhubs. EndpointEventhubs(namespace string) EndpointEventhubNamespaceLister EndpointEventhubListerExpansion }
EndpointEventhubLister helps list EndpointEventhubs. All objects returned here must be treated as read-only.
func NewEndpointEventhubLister ¶
func NewEndpointEventhubLister(indexer cache.Indexer) EndpointEventhubLister
NewEndpointEventhubLister returns a new EndpointEventhubLister.
type EndpointEventhubListerExpansion ¶
type EndpointEventhubListerExpansion interface{}
EndpointEventhubListerExpansion allows custom methods to be added to EndpointEventhubLister.
type EndpointEventhubNamespaceLister ¶
type EndpointEventhubNamespaceLister interface { // List lists all EndpointEventhubs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointEventhub, err error) // Get retrieves the EndpointEventhub from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EndpointEventhub, error) EndpointEventhubNamespaceListerExpansion }
EndpointEventhubNamespaceLister helps list and get EndpointEventhubs. All objects returned here must be treated as read-only.
type EndpointEventhubNamespaceListerExpansion ¶
type EndpointEventhubNamespaceListerExpansion interface{}
EndpointEventhubNamespaceListerExpansion allows custom methods to be added to EndpointEventhubNamespaceLister.
type EndpointServicebusQueueLister ¶
type EndpointServicebusQueueLister interface { // List lists all EndpointServicebusQueues in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointServicebusQueue, err error) // EndpointServicebusQueues returns an object that can list and get EndpointServicebusQueues. EndpointServicebusQueues(namespace string) EndpointServicebusQueueNamespaceLister EndpointServicebusQueueListerExpansion }
EndpointServicebusQueueLister helps list EndpointServicebusQueues. All objects returned here must be treated as read-only.
func NewEndpointServicebusQueueLister ¶
func NewEndpointServicebusQueueLister(indexer cache.Indexer) EndpointServicebusQueueLister
NewEndpointServicebusQueueLister returns a new EndpointServicebusQueueLister.
type EndpointServicebusQueueListerExpansion ¶
type EndpointServicebusQueueListerExpansion interface{}
EndpointServicebusQueueListerExpansion allows custom methods to be added to EndpointServicebusQueueLister.
type EndpointServicebusQueueNamespaceLister ¶
type EndpointServicebusQueueNamespaceLister interface { // List lists all EndpointServicebusQueues in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointServicebusQueue, err error) // Get retrieves the EndpointServicebusQueue from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EndpointServicebusQueue, error) EndpointServicebusQueueNamespaceListerExpansion }
EndpointServicebusQueueNamespaceLister helps list and get EndpointServicebusQueues. All objects returned here must be treated as read-only.
type EndpointServicebusQueueNamespaceListerExpansion ¶
type EndpointServicebusQueueNamespaceListerExpansion interface{}
EndpointServicebusQueueNamespaceListerExpansion allows custom methods to be added to EndpointServicebusQueueNamespaceLister.
type EndpointServicebusTopicLister ¶
type EndpointServicebusTopicLister interface { // List lists all EndpointServicebusTopics in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointServicebusTopic, err error) // EndpointServicebusTopics returns an object that can list and get EndpointServicebusTopics. EndpointServicebusTopics(namespace string) EndpointServicebusTopicNamespaceLister EndpointServicebusTopicListerExpansion }
EndpointServicebusTopicLister helps list EndpointServicebusTopics. All objects returned here must be treated as read-only.
func NewEndpointServicebusTopicLister ¶
func NewEndpointServicebusTopicLister(indexer cache.Indexer) EndpointServicebusTopicLister
NewEndpointServicebusTopicLister returns a new EndpointServicebusTopicLister.
type EndpointServicebusTopicListerExpansion ¶
type EndpointServicebusTopicListerExpansion interface{}
EndpointServicebusTopicListerExpansion allows custom methods to be added to EndpointServicebusTopicLister.
type EndpointServicebusTopicNamespaceLister ¶
type EndpointServicebusTopicNamespaceLister interface { // List lists all EndpointServicebusTopics in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointServicebusTopic, err error) // Get retrieves the EndpointServicebusTopic from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EndpointServicebusTopic, error) EndpointServicebusTopicNamespaceListerExpansion }
EndpointServicebusTopicNamespaceLister helps list and get EndpointServicebusTopics. All objects returned here must be treated as read-only.
type EndpointServicebusTopicNamespaceListerExpansion ¶
type EndpointServicebusTopicNamespaceListerExpansion interface{}
EndpointServicebusTopicNamespaceListerExpansion allows custom methods to be added to EndpointServicebusTopicNamespaceLister.
type EndpointStorageContainerLister ¶
type EndpointStorageContainerLister interface { // List lists all EndpointStorageContainers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointStorageContainer, err error) // EndpointStorageContainers returns an object that can list and get EndpointStorageContainers. EndpointStorageContainers(namespace string) EndpointStorageContainerNamespaceLister EndpointStorageContainerListerExpansion }
EndpointStorageContainerLister helps list EndpointStorageContainers. All objects returned here must be treated as read-only.
func NewEndpointStorageContainerLister ¶
func NewEndpointStorageContainerLister(indexer cache.Indexer) EndpointStorageContainerLister
NewEndpointStorageContainerLister returns a new EndpointStorageContainerLister.
type EndpointStorageContainerListerExpansion ¶
type EndpointStorageContainerListerExpansion interface{}
EndpointStorageContainerListerExpansion allows custom methods to be added to EndpointStorageContainerLister.
type EndpointStorageContainerNamespaceLister ¶
type EndpointStorageContainerNamespaceLister interface { // List lists all EndpointStorageContainers in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EndpointStorageContainer, err error) // Get retrieves the EndpointStorageContainer from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EndpointStorageContainer, error) EndpointStorageContainerNamespaceListerExpansion }
EndpointStorageContainerNamespaceLister helps list and get EndpointStorageContainers. All objects returned here must be treated as read-only.
type EndpointStorageContainerNamespaceListerExpansion ¶
type EndpointStorageContainerNamespaceListerExpansion interface{}
EndpointStorageContainerNamespaceListerExpansion allows custom methods to be added to EndpointStorageContainerNamespaceLister.
type EnrichmentLister ¶
type EnrichmentLister interface { // List lists all Enrichments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Enrichment, err error) // Enrichments returns an object that can list and get Enrichments. Enrichments(namespace string) EnrichmentNamespaceLister EnrichmentListerExpansion }
EnrichmentLister helps list Enrichments. All objects returned here must be treated as read-only.
func NewEnrichmentLister ¶
func NewEnrichmentLister(indexer cache.Indexer) EnrichmentLister
NewEnrichmentLister returns a new EnrichmentLister.
type EnrichmentListerExpansion ¶
type EnrichmentListerExpansion interface{}
EnrichmentListerExpansion allows custom methods to be added to EnrichmentLister.
type EnrichmentNamespaceLister ¶
type EnrichmentNamespaceLister interface { // List lists all Enrichments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Enrichment, err error) // Get retrieves the Enrichment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Enrichment, error) EnrichmentNamespaceListerExpansion }
EnrichmentNamespaceLister helps list and get Enrichments. All objects returned here must be treated as read-only.
type EnrichmentNamespaceListerExpansion ¶
type EnrichmentNamespaceListerExpansion interface{}
EnrichmentNamespaceListerExpansion allows custom methods to be added to EnrichmentNamespaceLister.
type FallbackRouteLister ¶
type FallbackRouteLister interface { // List lists all FallbackRoutes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FallbackRoute, err error) // FallbackRoutes returns an object that can list and get FallbackRoutes. FallbackRoutes(namespace string) FallbackRouteNamespaceLister FallbackRouteListerExpansion }
FallbackRouteLister helps list FallbackRoutes. All objects returned here must be treated as read-only.
func NewFallbackRouteLister ¶
func NewFallbackRouteLister(indexer cache.Indexer) FallbackRouteLister
NewFallbackRouteLister returns a new FallbackRouteLister.
type FallbackRouteListerExpansion ¶
type FallbackRouteListerExpansion interface{}
FallbackRouteListerExpansion allows custom methods to be added to FallbackRouteLister.
type FallbackRouteNamespaceLister ¶
type FallbackRouteNamespaceLister interface { // List lists all FallbackRoutes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.FallbackRoute, err error) // Get retrieves the FallbackRoute from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.FallbackRoute, error) FallbackRouteNamespaceListerExpansion }
FallbackRouteNamespaceLister helps list and get FallbackRoutes. All objects returned here must be treated as read-only.
type FallbackRouteNamespaceListerExpansion ¶
type FallbackRouteNamespaceListerExpansion interface{}
FallbackRouteNamespaceListerExpansion allows custom methods to be added to FallbackRouteNamespaceLister.
type IothubLister ¶
type IothubLister interface { // List lists all Iothubs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Iothub, err error) // Iothubs returns an object that can list and get Iothubs. Iothubs(namespace string) IothubNamespaceLister IothubListerExpansion }
IothubLister helps list Iothubs. All objects returned here must be treated as read-only.
func NewIothubLister ¶
func NewIothubLister(indexer cache.Indexer) IothubLister
NewIothubLister returns a new IothubLister.
type IothubListerExpansion ¶
type IothubListerExpansion interface{}
IothubListerExpansion allows custom methods to be added to IothubLister.
type IothubNamespaceLister ¶
type IothubNamespaceLister interface { // List lists all Iothubs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Iothub, err error) // Get retrieves the Iothub from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Iothub, error) IothubNamespaceListerExpansion }
IothubNamespaceLister helps list and get Iothubs. All objects returned here must be treated as read-only.
type IothubNamespaceListerExpansion ¶
type IothubNamespaceListerExpansion interface{}
IothubNamespaceListerExpansion allows custom methods to be added to IothubNamespaceLister.
type RouteLister ¶
type RouteLister interface { // List lists all Routes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Route, err error) // Routes returns an object that can list and get Routes. Routes(namespace string) RouteNamespaceLister RouteListerExpansion }
RouteLister helps list Routes. All objects returned here must be treated as read-only.
func NewRouteLister ¶
func NewRouteLister(indexer cache.Indexer) RouteLister
NewRouteLister returns a new RouteLister.
type RouteListerExpansion ¶
type RouteListerExpansion interface{}
RouteListerExpansion allows custom methods to be added to RouteLister.
type RouteNamespaceLister ¶
type RouteNamespaceLister interface { // List lists all Routes in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Route, err error) // Get retrieves the Route from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Route, error) RouteNamespaceListerExpansion }
RouteNamespaceLister helps list and get Routes. All objects returned here must be treated as read-only.
type RouteNamespaceListerExpansion ¶
type RouteNamespaceListerExpansion interface{}
RouteNamespaceListerExpansion allows custom methods to be added to RouteNamespaceLister.
type SharedAccessPolicyLister ¶
type SharedAccessPolicyLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SharedAccessPolicy, err error) SharedAccessPolicies(namespace string) SharedAccessPolicyNamespaceLister SharedAccessPolicyListerExpansion }
SharedAccessPolicyLister helps list SharedAccessPolicies. All objects returned here must be treated as read-only.
func NewSharedAccessPolicyLister ¶
func NewSharedAccessPolicyLister(indexer cache.Indexer) SharedAccessPolicyLister
NewSharedAccessPolicyLister returns a new SharedAccessPolicyLister.
type SharedAccessPolicyListerExpansion ¶
type SharedAccessPolicyListerExpansion interface{}
SharedAccessPolicyListerExpansion allows custom methods to be added to SharedAccessPolicyLister.
type SharedAccessPolicyNamespaceLister ¶
type SharedAccessPolicyNamespaceLister interface { // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SharedAccessPolicy, err error) // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SharedAccessPolicy, error) SharedAccessPolicyNamespaceListerExpansion }
SharedAccessPolicyNamespaceLister helps list and get SharedAccessPolicies. All objects returned here must be treated as read-only.
type SharedAccessPolicyNamespaceListerExpansion ¶
type SharedAccessPolicyNamespaceListerExpansion interface{}
SharedAccessPolicyNamespaceListerExpansion allows custom methods to be added to SharedAccessPolicyNamespaceLister.