Documentation ¶
Index ¶
- type DestinationRuleLister
- type DestinationRuleListerExpansion
- type DestinationRuleNamespaceLister
- type DestinationRuleNamespaceListerExpansion
- type EnvoyFilterLister
- type EnvoyFilterListerExpansion
- type EnvoyFilterNamespaceLister
- type EnvoyFilterNamespaceListerExpansion
- type GatewayLister
- type GatewayListerExpansion
- type GatewayNamespaceLister
- type GatewayNamespaceListerExpansion
- type ServiceEntryLister
- type ServiceEntryListerExpansion
- type ServiceEntryNamespaceLister
- type ServiceEntryNamespaceListerExpansion
- type SidecarLister
- type SidecarListerExpansion
- type SidecarNamespaceLister
- type SidecarNamespaceListerExpansion
- type VirtualServiceLister
- type VirtualServiceListerExpansion
- type VirtualServiceNamespaceLister
- type VirtualServiceNamespaceListerExpansion
- type WorkloadEntryLister
- type WorkloadEntryListerExpansion
- type WorkloadEntryNamespaceLister
- type WorkloadEntryNamespaceListerExpansion
- type WorkloadGroupLister
- type WorkloadGroupListerExpansion
- type WorkloadGroupNamespaceLister
- type WorkloadGroupNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationRuleLister ¶
type DestinationRuleLister interface { // List lists all DestinationRules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.DestinationRule, err error) // DestinationRules returns an object that can list and get DestinationRules. DestinationRules(namespace string) DestinationRuleNamespaceLister DestinationRuleListerExpansion }
DestinationRuleLister helps list DestinationRules. All objects returned here must be treated as read-only.
func NewDestinationRuleLister ¶
func NewDestinationRuleLister(indexer cache.Indexer) DestinationRuleLister
NewDestinationRuleLister returns a new DestinationRuleLister.
type DestinationRuleListerExpansion ¶
type DestinationRuleListerExpansion interface{}
DestinationRuleListerExpansion allows custom methods to be added to DestinationRuleLister.
type DestinationRuleNamespaceLister ¶
type DestinationRuleNamespaceLister interface { // List lists all DestinationRules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.DestinationRule, err error) // Get retrieves the DestinationRule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.DestinationRule, error) DestinationRuleNamespaceListerExpansion }
DestinationRuleNamespaceLister helps list and get DestinationRules. All objects returned here must be treated as read-only.
type DestinationRuleNamespaceListerExpansion ¶
type DestinationRuleNamespaceListerExpansion interface{}
DestinationRuleNamespaceListerExpansion allows custom methods to be added to DestinationRuleNamespaceLister.
type EnvoyFilterLister ¶
type EnvoyFilterLister interface { // List lists all EnvoyFilters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.EnvoyFilter, err error) // EnvoyFilters returns an object that can list and get EnvoyFilters. EnvoyFilters(namespace string) EnvoyFilterNamespaceLister EnvoyFilterListerExpansion }
EnvoyFilterLister helps list EnvoyFilters. All objects returned here must be treated as read-only.
func NewEnvoyFilterLister ¶
func NewEnvoyFilterLister(indexer cache.Indexer) EnvoyFilterLister
NewEnvoyFilterLister returns a new EnvoyFilterLister.
type EnvoyFilterListerExpansion ¶
type EnvoyFilterListerExpansion interface{}
EnvoyFilterListerExpansion allows custom methods to be added to EnvoyFilterLister.
type EnvoyFilterNamespaceLister ¶
type EnvoyFilterNamespaceLister interface { // List lists all EnvoyFilters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.EnvoyFilter, err error) // Get retrieves the EnvoyFilter from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.EnvoyFilter, error) EnvoyFilterNamespaceListerExpansion }
EnvoyFilterNamespaceLister helps list and get EnvoyFilters. All objects returned here must be treated as read-only.
type EnvoyFilterNamespaceListerExpansion ¶
type EnvoyFilterNamespaceListerExpansion interface{}
EnvoyFilterNamespaceListerExpansion allows custom methods to be added to EnvoyFilterNamespaceLister.
type GatewayLister ¶
type GatewayLister interface { // List lists all Gateways in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.Gateway, err error) // Gateways returns an object that can list and get Gateways. Gateways(namespace string) GatewayNamespaceLister GatewayListerExpansion }
GatewayLister helps list Gateways. All objects returned here must be treated as read-only.
func NewGatewayLister ¶
func NewGatewayLister(indexer cache.Indexer) GatewayLister
NewGatewayLister returns a new GatewayLister.
type GatewayListerExpansion ¶
type GatewayListerExpansion interface{}
GatewayListerExpansion allows custom methods to be added to GatewayLister.
type GatewayNamespaceLister ¶
type GatewayNamespaceLister interface { // List lists all Gateways in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.Gateway, err error) // Get retrieves the Gateway from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.Gateway, error) GatewayNamespaceListerExpansion }
GatewayNamespaceLister helps list and get Gateways. All objects returned here must be treated as read-only.
type GatewayNamespaceListerExpansion ¶
type GatewayNamespaceListerExpansion interface{}
GatewayNamespaceListerExpansion allows custom methods to be added to GatewayNamespaceLister.
type ServiceEntryLister ¶
type ServiceEntryLister interface { // List lists all ServiceEntries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.ServiceEntry, err error) // ServiceEntries returns an object that can list and get ServiceEntries. ServiceEntries(namespace string) ServiceEntryNamespaceLister ServiceEntryListerExpansion }
ServiceEntryLister helps list ServiceEntries. All objects returned here must be treated as read-only.
func NewServiceEntryLister ¶
func NewServiceEntryLister(indexer cache.Indexer) ServiceEntryLister
NewServiceEntryLister returns a new ServiceEntryLister.
type ServiceEntryListerExpansion ¶
type ServiceEntryListerExpansion interface{}
ServiceEntryListerExpansion allows custom methods to be added to ServiceEntryLister.
type ServiceEntryNamespaceLister ¶
type ServiceEntryNamespaceLister interface { // List lists all ServiceEntries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.ServiceEntry, err error) // Get retrieves the ServiceEntry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.ServiceEntry, error) ServiceEntryNamespaceListerExpansion }
ServiceEntryNamespaceLister helps list and get ServiceEntries. All objects returned here must be treated as read-only.
type ServiceEntryNamespaceListerExpansion ¶
type ServiceEntryNamespaceListerExpansion interface{}
ServiceEntryNamespaceListerExpansion allows custom methods to be added to ServiceEntryNamespaceLister.
type SidecarLister ¶
type SidecarLister interface { // List lists all Sidecars in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.Sidecar, err error) // Sidecars returns an object that can list and get Sidecars. Sidecars(namespace string) SidecarNamespaceLister SidecarListerExpansion }
SidecarLister helps list Sidecars. All objects returned here must be treated as read-only.
func NewSidecarLister ¶
func NewSidecarLister(indexer cache.Indexer) SidecarLister
NewSidecarLister returns a new SidecarLister.
type SidecarListerExpansion ¶
type SidecarListerExpansion interface{}
SidecarListerExpansion allows custom methods to be added to SidecarLister.
type SidecarNamespaceLister ¶
type SidecarNamespaceLister interface { // List lists all Sidecars in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.Sidecar, err error) // Get retrieves the Sidecar from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.Sidecar, error) SidecarNamespaceListerExpansion }
SidecarNamespaceLister helps list and get Sidecars. All objects returned here must be treated as read-only.
type SidecarNamespaceListerExpansion ¶
type SidecarNamespaceListerExpansion interface{}
SidecarNamespaceListerExpansion allows custom methods to be added to SidecarNamespaceLister.
type VirtualServiceLister ¶
type VirtualServiceLister interface { // List lists all VirtualServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.VirtualService, err error) // VirtualServices returns an object that can list and get VirtualServices. VirtualServices(namespace string) VirtualServiceNamespaceLister VirtualServiceListerExpansion }
VirtualServiceLister helps list VirtualServices. All objects returned here must be treated as read-only.
func NewVirtualServiceLister ¶
func NewVirtualServiceLister(indexer cache.Indexer) VirtualServiceLister
NewVirtualServiceLister returns a new VirtualServiceLister.
type VirtualServiceListerExpansion ¶
type VirtualServiceListerExpansion interface{}
VirtualServiceListerExpansion allows custom methods to be added to VirtualServiceLister.
type VirtualServiceNamespaceLister ¶
type VirtualServiceNamespaceLister interface { // List lists all VirtualServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.VirtualService, err error) // Get retrieves the VirtualService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.VirtualService, error) VirtualServiceNamespaceListerExpansion }
VirtualServiceNamespaceLister helps list and get VirtualServices. All objects returned here must be treated as read-only.
type VirtualServiceNamespaceListerExpansion ¶
type VirtualServiceNamespaceListerExpansion interface{}
VirtualServiceNamespaceListerExpansion allows custom methods to be added to VirtualServiceNamespaceLister.
type WorkloadEntryLister ¶
type WorkloadEntryLister interface { // List lists all WorkloadEntries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.WorkloadEntry, err error) // WorkloadEntries returns an object that can list and get WorkloadEntries. WorkloadEntries(namespace string) WorkloadEntryNamespaceLister WorkloadEntryListerExpansion }
WorkloadEntryLister helps list WorkloadEntries. All objects returned here must be treated as read-only.
func NewWorkloadEntryLister ¶
func NewWorkloadEntryLister(indexer cache.Indexer) WorkloadEntryLister
NewWorkloadEntryLister returns a new WorkloadEntryLister.
type WorkloadEntryListerExpansion ¶
type WorkloadEntryListerExpansion interface{}
WorkloadEntryListerExpansion allows custom methods to be added to WorkloadEntryLister.
type WorkloadEntryNamespaceLister ¶
type WorkloadEntryNamespaceLister interface { // List lists all WorkloadEntries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.WorkloadEntry, err error) // Get retrieves the WorkloadEntry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.WorkloadEntry, error) WorkloadEntryNamespaceListerExpansion }
WorkloadEntryNamespaceLister helps list and get WorkloadEntries. All objects returned here must be treated as read-only.
type WorkloadEntryNamespaceListerExpansion ¶
type WorkloadEntryNamespaceListerExpansion interface{}
WorkloadEntryNamespaceListerExpansion allows custom methods to be added to WorkloadEntryNamespaceLister.
type WorkloadGroupLister ¶
type WorkloadGroupLister interface { // List lists all WorkloadGroups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.WorkloadGroup, err error) // WorkloadGroups returns an object that can list and get WorkloadGroups. WorkloadGroups(namespace string) WorkloadGroupNamespaceLister WorkloadGroupListerExpansion }
WorkloadGroupLister helps list WorkloadGroups. All objects returned here must be treated as read-only.
func NewWorkloadGroupLister ¶
func NewWorkloadGroupLister(indexer cache.Indexer) WorkloadGroupLister
NewWorkloadGroupLister returns a new WorkloadGroupLister.
type WorkloadGroupListerExpansion ¶
type WorkloadGroupListerExpansion interface{}
WorkloadGroupListerExpansion allows custom methods to be added to WorkloadGroupLister.
type WorkloadGroupNamespaceLister ¶
type WorkloadGroupNamespaceLister interface { // List lists all WorkloadGroups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha3.WorkloadGroup, err error) // Get retrieves the WorkloadGroup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha3.WorkloadGroup, error) WorkloadGroupNamespaceListerExpansion }
WorkloadGroupNamespaceLister helps list and get WorkloadGroups. All objects returned here must be treated as read-only.
type WorkloadGroupNamespaceListerExpansion ¶
type WorkloadGroupNamespaceListerExpansion interface{}
WorkloadGroupNamespaceListerExpansion allows custom methods to be added to WorkloadGroupNamespaceLister.