Documentation
¶
Index ¶
- type AlbLister
- type AlbListerExpansion
- type AlbNamespaceLister
- type AlbNamespaceListerExpansion
- type ListenerCertificateLister
- type ListenerCertificateListerExpansion
- type ListenerCertificateNamespaceLister
- type ListenerCertificateNamespaceListerExpansion
- type ListenerLister
- type ListenerListerExpansion
- type ListenerNamespaceLister
- type ListenerNamespaceListerExpansion
- type ListenerRuleLister
- type ListenerRuleListerExpansion
- type ListenerRuleNamespaceLister
- type ListenerRuleNamespaceListerExpansion
- type TargetGroupAttachmentLister
- type TargetGroupAttachmentListerExpansion
- type TargetGroupAttachmentNamespaceLister
- type TargetGroupAttachmentNamespaceListerExpansion
- type TargetGroupLister
- type TargetGroupListerExpansion
- type TargetGroupNamespaceLister
- type TargetGroupNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlbLister ¶
type AlbLister interface { // List lists all Albs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alb, err error) // Albs returns an object that can list and get Albs. Albs(namespace string) AlbNamespaceLister AlbListerExpansion }
AlbLister helps list Albs. All objects returned here must be treated as read-only.
func NewAlbLister ¶
NewAlbLister returns a new AlbLister.
type AlbListerExpansion ¶
type AlbListerExpansion interface{}
AlbListerExpansion allows custom methods to be added to AlbLister.
type AlbNamespaceLister ¶
type AlbNamespaceLister interface { // List lists all Albs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Alb, err error) // Get retrieves the Alb from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Alb, error) AlbNamespaceListerExpansion }
AlbNamespaceLister helps list and get Albs. All objects returned here must be treated as read-only.
type AlbNamespaceListerExpansion ¶
type AlbNamespaceListerExpansion interface{}
AlbNamespaceListerExpansion allows custom methods to be added to AlbNamespaceLister.
type ListenerCertificateLister ¶
type ListenerCertificateLister interface { // List lists all ListenerCertificates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ListenerCertificate, err error) // ListenerCertificates returns an object that can list and get ListenerCertificates. ListenerCertificates(namespace string) ListenerCertificateNamespaceLister ListenerCertificateListerExpansion }
ListenerCertificateLister helps list ListenerCertificates. All objects returned here must be treated as read-only.
func NewListenerCertificateLister ¶
func NewListenerCertificateLister(indexer cache.Indexer) ListenerCertificateLister
NewListenerCertificateLister returns a new ListenerCertificateLister.
type ListenerCertificateListerExpansion ¶
type ListenerCertificateListerExpansion interface{}
ListenerCertificateListerExpansion allows custom methods to be added to ListenerCertificateLister.
type ListenerCertificateNamespaceLister ¶
type ListenerCertificateNamespaceLister interface { // List lists all ListenerCertificates in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ListenerCertificate, err error) // Get retrieves the ListenerCertificate from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ListenerCertificate, error) ListenerCertificateNamespaceListerExpansion }
ListenerCertificateNamespaceLister helps list and get ListenerCertificates. All objects returned here must be treated as read-only.
type ListenerCertificateNamespaceListerExpansion ¶
type ListenerCertificateNamespaceListerExpansion interface{}
ListenerCertificateNamespaceListerExpansion allows custom methods to be added to ListenerCertificateNamespaceLister.
type ListenerLister ¶
type ListenerLister interface { // List lists all Listeners in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Listener, err error) // Listeners returns an object that can list and get Listeners. Listeners(namespace string) ListenerNamespaceLister ListenerListerExpansion }
ListenerLister helps list Listeners. All objects returned here must be treated as read-only.
func NewListenerLister ¶
func NewListenerLister(indexer cache.Indexer) ListenerLister
NewListenerLister returns a new ListenerLister.
type ListenerListerExpansion ¶
type ListenerListerExpansion interface{}
ListenerListerExpansion allows custom methods to be added to ListenerLister.
type ListenerNamespaceLister ¶
type ListenerNamespaceLister interface { // List lists all Listeners in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Listener, err error) // Get retrieves the Listener from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Listener, error) ListenerNamespaceListerExpansion }
ListenerNamespaceLister helps list and get Listeners. All objects returned here must be treated as read-only.
type ListenerNamespaceListerExpansion ¶
type ListenerNamespaceListerExpansion interface{}
ListenerNamespaceListerExpansion allows custom methods to be added to ListenerNamespaceLister.
type ListenerRuleLister ¶
type ListenerRuleLister interface { // List lists all ListenerRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ListenerRule, err error) // ListenerRules returns an object that can list and get ListenerRules. ListenerRules(namespace string) ListenerRuleNamespaceLister ListenerRuleListerExpansion }
ListenerRuleLister helps list ListenerRules. All objects returned here must be treated as read-only.
func NewListenerRuleLister ¶
func NewListenerRuleLister(indexer cache.Indexer) ListenerRuleLister
NewListenerRuleLister returns a new ListenerRuleLister.
type ListenerRuleListerExpansion ¶
type ListenerRuleListerExpansion interface{}
ListenerRuleListerExpansion allows custom methods to be added to ListenerRuleLister.
type ListenerRuleNamespaceLister ¶
type ListenerRuleNamespaceLister interface { // List lists all ListenerRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ListenerRule, err error) // Get retrieves the ListenerRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ListenerRule, error) ListenerRuleNamespaceListerExpansion }
ListenerRuleNamespaceLister helps list and get ListenerRules. All objects returned here must be treated as read-only.
type ListenerRuleNamespaceListerExpansion ¶
type ListenerRuleNamespaceListerExpansion interface{}
ListenerRuleNamespaceListerExpansion allows custom methods to be added to ListenerRuleNamespaceLister.
type TargetGroupAttachmentLister ¶
type TargetGroupAttachmentLister interface { // List lists all TargetGroupAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TargetGroupAttachment, err error) // TargetGroupAttachments returns an object that can list and get TargetGroupAttachments. TargetGroupAttachments(namespace string) TargetGroupAttachmentNamespaceLister TargetGroupAttachmentListerExpansion }
TargetGroupAttachmentLister helps list TargetGroupAttachments. All objects returned here must be treated as read-only.
func NewTargetGroupAttachmentLister ¶
func NewTargetGroupAttachmentLister(indexer cache.Indexer) TargetGroupAttachmentLister
NewTargetGroupAttachmentLister returns a new TargetGroupAttachmentLister.
type TargetGroupAttachmentListerExpansion ¶
type TargetGroupAttachmentListerExpansion interface{}
TargetGroupAttachmentListerExpansion allows custom methods to be added to TargetGroupAttachmentLister.
type TargetGroupAttachmentNamespaceLister ¶
type TargetGroupAttachmentNamespaceLister interface { // List lists all TargetGroupAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TargetGroupAttachment, err error) // Get retrieves the TargetGroupAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TargetGroupAttachment, error) TargetGroupAttachmentNamespaceListerExpansion }
TargetGroupAttachmentNamespaceLister helps list and get TargetGroupAttachments. All objects returned here must be treated as read-only.
type TargetGroupAttachmentNamespaceListerExpansion ¶
type TargetGroupAttachmentNamespaceListerExpansion interface{}
TargetGroupAttachmentNamespaceListerExpansion allows custom methods to be added to TargetGroupAttachmentNamespaceLister.
type TargetGroupLister ¶
type TargetGroupLister interface { // List lists all TargetGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TargetGroup, err error) // TargetGroups returns an object that can list and get TargetGroups. TargetGroups(namespace string) TargetGroupNamespaceLister TargetGroupListerExpansion }
TargetGroupLister helps list TargetGroups. All objects returned here must be treated as read-only.
func NewTargetGroupLister ¶
func NewTargetGroupLister(indexer cache.Indexer) TargetGroupLister
NewTargetGroupLister returns a new TargetGroupLister.
type TargetGroupListerExpansion ¶
type TargetGroupListerExpansion interface{}
TargetGroupListerExpansion allows custom methods to be added to TargetGroupLister.
type TargetGroupNamespaceLister ¶
type TargetGroupNamespaceLister interface { // List lists all TargetGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TargetGroup, err error) // Get retrieves the TargetGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TargetGroup, error) TargetGroupNamespaceListerExpansion }
TargetGroupNamespaceLister helps list and get TargetGroups. All objects returned here must be treated as read-only.
type TargetGroupNamespaceListerExpansion ¶
type TargetGroupNamespaceListerExpansion interface{}
TargetGroupNamespaceListerExpansion allows custom methods to be added to TargetGroupNamespaceLister.