Documentation
¶
Index ¶
- type ManagerStateLister
- type ManagerStateListerExpansion
- type TrafficPolicyLister
- type TrafficPolicyListerExpansion
- type TrafficPolicyNamespaceLister
- type TrafficPolicyNamespaceListerExpansion
- type VirtualAppLister
- type VirtualAppListerExpansion
- type VirtualAppNamespaceLister
- type VirtualAppNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerStateLister ¶
type ManagerStateLister interface { // List lists all ManagerStates in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagerState, err error) // Get retrieves the ManagerState from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagerState, error) ManagerStateListerExpansion }
ManagerStateLister helps list ManagerStates. All objects returned here must be treated as read-only.
func NewManagerStateLister ¶
func NewManagerStateLister(indexer cache.Indexer) ManagerStateLister
NewManagerStateLister returns a new ManagerStateLister.
type ManagerStateListerExpansion ¶
type ManagerStateListerExpansion interface{}
ManagerStateListerExpansion allows custom methods to be added to ManagerStateLister.
type TrafficPolicyLister ¶
type TrafficPolicyLister interface { // List lists all TrafficPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TrafficPolicy, err error) // TrafficPolicies returns an object that can list and get TrafficPolicies. TrafficPolicies(namespace string) TrafficPolicyNamespaceLister TrafficPolicyListerExpansion }
TrafficPolicyLister helps list TrafficPolicies. All objects returned here must be treated as read-only.
func NewTrafficPolicyLister ¶
func NewTrafficPolicyLister(indexer cache.Indexer) TrafficPolicyLister
NewTrafficPolicyLister returns a new TrafficPolicyLister.
type TrafficPolicyListerExpansion ¶
type TrafficPolicyListerExpansion interface{}
TrafficPolicyListerExpansion allows custom methods to be added to TrafficPolicyLister.
type TrafficPolicyNamespaceLister ¶
type TrafficPolicyNamespaceLister interface { // List lists all TrafficPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TrafficPolicy, err error) // Get retrieves the TrafficPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TrafficPolicy, error) TrafficPolicyNamespaceListerExpansion }
TrafficPolicyNamespaceLister helps list and get TrafficPolicies. All objects returned here must be treated as read-only.
type TrafficPolicyNamespaceListerExpansion ¶
type TrafficPolicyNamespaceListerExpansion interface{}
TrafficPolicyNamespaceListerExpansion allows custom methods to be added to TrafficPolicyNamespaceLister.
type VirtualAppLister ¶
type VirtualAppLister interface { // List lists all VirtualApps in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualApp, err error) // VirtualApps returns an object that can list and get VirtualApps. VirtualApps(namespace string) VirtualAppNamespaceLister VirtualAppListerExpansion }
VirtualAppLister helps list VirtualApps. All objects returned here must be treated as read-only.
func NewVirtualAppLister ¶
func NewVirtualAppLister(indexer cache.Indexer) VirtualAppLister
NewVirtualAppLister returns a new VirtualAppLister.
type VirtualAppListerExpansion ¶
type VirtualAppListerExpansion interface{}
VirtualAppListerExpansion allows custom methods to be added to VirtualAppLister.
type VirtualAppNamespaceLister ¶
type VirtualAppNamespaceLister interface { // List lists all VirtualApps in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VirtualApp, err error) // Get retrieves the VirtualApp from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VirtualApp, error) VirtualAppNamespaceListerExpansion }
VirtualAppNamespaceLister helps list and get VirtualApps. All objects returned here must be treated as read-only.
type VirtualAppNamespaceListerExpansion ¶
type VirtualAppNamespaceListerExpansion interface{}
VirtualAppNamespaceListerExpansion allows custom methods to be added to VirtualAppNamespaceLister.