Documentation ¶
Index ¶
- type CookieStickinessPolicyLister
- type CookieStickinessPolicyListerExpansion
- type CookieStickinessPolicyNamespaceLister
- type CookieStickinessPolicyNamespaceListerExpansion
- type LbLister
- type LbListerExpansion
- type LbNamespaceLister
- type LbNamespaceListerExpansion
- 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 SslNegotiationPolicyLister
- type SslNegotiationPolicyListerExpansion
- type SslNegotiationPolicyNamespaceLister
- type SslNegotiationPolicyNamespaceListerExpansion
- 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 CookieStickinessPolicyLister ¶
type CookieStickinessPolicyLister interface { // List lists all CookieStickinessPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CookieStickinessPolicy, err error) // CookieStickinessPolicies returns an object that can list and get CookieStickinessPolicies. CookieStickinessPolicies(namespace string) CookieStickinessPolicyNamespaceLister CookieStickinessPolicyListerExpansion }
CookieStickinessPolicyLister helps list CookieStickinessPolicies. All objects returned here must be treated as read-only.
func NewCookieStickinessPolicyLister ¶
func NewCookieStickinessPolicyLister(indexer cache.Indexer) CookieStickinessPolicyLister
NewCookieStickinessPolicyLister returns a new CookieStickinessPolicyLister.
type CookieStickinessPolicyListerExpansion ¶
type CookieStickinessPolicyListerExpansion interface{}
CookieStickinessPolicyListerExpansion allows custom methods to be added to CookieStickinessPolicyLister.
type CookieStickinessPolicyNamespaceLister ¶
type CookieStickinessPolicyNamespaceLister interface { // List lists all CookieStickinessPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.CookieStickinessPolicy, err error) // Get retrieves the CookieStickinessPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.CookieStickinessPolicy, error) CookieStickinessPolicyNamespaceListerExpansion }
CookieStickinessPolicyNamespaceLister helps list and get CookieStickinessPolicies. All objects returned here must be treated as read-only.
type CookieStickinessPolicyNamespaceListerExpansion ¶
type CookieStickinessPolicyNamespaceListerExpansion interface{}
CookieStickinessPolicyNamespaceListerExpansion allows custom methods to be added to CookieStickinessPolicyNamespaceLister.
type LbLister ¶
type LbLister interface { // List lists all Lbs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Lb, err error) // Lbs returns an object that can list and get Lbs. Lbs(namespace string) LbNamespaceLister LbListerExpansion }
LbLister helps list Lbs. All objects returned here must be treated as read-only.
func NewLbLister ¶
NewLbLister returns a new LbLister.
type LbListerExpansion ¶
type LbListerExpansion interface{}
LbListerExpansion allows custom methods to be added to LbLister.
type LbNamespaceLister ¶
type LbNamespaceLister interface { // List lists all Lbs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Lb, err error) // Get retrieves the Lb from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Lb, error) LbNamespaceListerExpansion }
LbNamespaceLister helps list and get Lbs. All objects returned here must be treated as read-only.
type LbNamespaceListerExpansion ¶
type LbNamespaceListerExpansion interface{}
LbNamespaceListerExpansion allows custom methods to be added to LbNamespaceLister.
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 SslNegotiationPolicyLister ¶
type SslNegotiationPolicyLister interface { // List lists all SslNegotiationPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SslNegotiationPolicy, err error) // SslNegotiationPolicies returns an object that can list and get SslNegotiationPolicies. SslNegotiationPolicies(namespace string) SslNegotiationPolicyNamespaceLister SslNegotiationPolicyListerExpansion }
SslNegotiationPolicyLister helps list SslNegotiationPolicies. All objects returned here must be treated as read-only.
func NewSslNegotiationPolicyLister ¶
func NewSslNegotiationPolicyLister(indexer cache.Indexer) SslNegotiationPolicyLister
NewSslNegotiationPolicyLister returns a new SslNegotiationPolicyLister.
type SslNegotiationPolicyListerExpansion ¶
type SslNegotiationPolicyListerExpansion interface{}
SslNegotiationPolicyListerExpansion allows custom methods to be added to SslNegotiationPolicyLister.
type SslNegotiationPolicyNamespaceLister ¶
type SslNegotiationPolicyNamespaceLister interface { // List lists all SslNegotiationPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.SslNegotiationPolicy, err error) // Get retrieves the SslNegotiationPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.SslNegotiationPolicy, error) SslNegotiationPolicyNamespaceListerExpansion }
SslNegotiationPolicyNamespaceLister helps list and get SslNegotiationPolicies. All objects returned here must be treated as read-only.
type SslNegotiationPolicyNamespaceListerExpansion ¶
type SslNegotiationPolicyNamespaceListerExpansion interface{}
SslNegotiationPolicyNamespaceListerExpansion allows custom methods to be added to SslNegotiationPolicyNamespaceLister.
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.