Documentation ¶
Index ¶
- type BandwidthLimitLister
- type BandwidthLimitListerExpansion
- type BandwidthLimitNamespaceLister
- type BandwidthLimitNamespaceListerExpansion
- type BandwidthPackageAttachmentLister
- type BandwidthPackageAttachmentListerExpansion
- type BandwidthPackageAttachmentNamespaceLister
- type BandwidthPackageAttachmentNamespaceListerExpansion
- type BandwidthPackageLister
- type BandwidthPackageListerExpansion
- type BandwidthPackageNamespaceLister
- type BandwidthPackageNamespaceListerExpansion
- type FlowlogLister
- type FlowlogListerExpansion
- type FlowlogNamespaceLister
- type FlowlogNamespaceListerExpansion
- type InstanceAttachmentLister
- type InstanceAttachmentListerExpansion
- type InstanceAttachmentNamespaceLister
- type InstanceAttachmentNamespaceListerExpansion
- type InstanceGrantLister
- type InstanceGrantListerExpansion
- type InstanceGrantNamespaceLister
- type InstanceGrantNamespaceListerExpansion
- type InstanceLister
- type InstanceListerExpansion
- type InstanceNamespaceLister
- type InstanceNamespaceListerExpansion
- type PrivateZoneLister
- type PrivateZoneListerExpansion
- type PrivateZoneNamespaceLister
- type PrivateZoneNamespaceListerExpansion
- type RouteEntryLister
- type RouteEntryListerExpansion
- type RouteEntryNamespaceLister
- type RouteEntryNamespaceListerExpansion
- type RouteMapLister
- type RouteMapListerExpansion
- type RouteMapNamespaceLister
- type RouteMapNamespaceListerExpansion
- type RouteServiceLister
- type RouteServiceListerExpansion
- type RouteServiceNamespaceLister
- type RouteServiceNamespaceListerExpansion
- type TransitRouterLister
- type TransitRouterListerExpansion
- type TransitRouterNamespaceLister
- type TransitRouterNamespaceListerExpansion
- type TransitRouterPeerAttachmentLister
- type TransitRouterPeerAttachmentListerExpansion
- type TransitRouterPeerAttachmentNamespaceLister
- type TransitRouterPeerAttachmentNamespaceListerExpansion
- type TransitRouterRouteEntryLister
- type TransitRouterRouteEntryListerExpansion
- type TransitRouterRouteEntryNamespaceLister
- type TransitRouterRouteEntryNamespaceListerExpansion
- type TransitRouterRouteTableAssociationLister
- type TransitRouterRouteTableAssociationListerExpansion
- type TransitRouterRouteTableAssociationNamespaceLister
- type TransitRouterRouteTableAssociationNamespaceListerExpansion
- type TransitRouterRouteTableLister
- type TransitRouterRouteTableListerExpansion
- type TransitRouterRouteTableNamespaceLister
- type TransitRouterRouteTableNamespaceListerExpansion
- type TransitRouterRouteTablePropagationLister
- type TransitRouterRouteTablePropagationListerExpansion
- type TransitRouterRouteTablePropagationNamespaceLister
- type TransitRouterRouteTablePropagationNamespaceListerExpansion
- type TransitRouterVbrAttachmentLister
- type TransitRouterVbrAttachmentListerExpansion
- type TransitRouterVbrAttachmentNamespaceLister
- type TransitRouterVbrAttachmentNamespaceListerExpansion
- type TransitRouterVpcAttachmentLister
- type TransitRouterVpcAttachmentListerExpansion
- type TransitRouterVpcAttachmentNamespaceLister
- type TransitRouterVpcAttachmentNamespaceListerExpansion
- type VbrHealthCheckLister
- type VbrHealthCheckListerExpansion
- type VbrHealthCheckNamespaceLister
- type VbrHealthCheckNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BandwidthLimitLister ¶
type BandwidthLimitLister interface { // List lists all BandwidthLimits in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthLimit, err error) // BandwidthLimits returns an object that can list and get BandwidthLimits. BandwidthLimits(namespace string) BandwidthLimitNamespaceLister BandwidthLimitListerExpansion }
BandwidthLimitLister helps list BandwidthLimits. All objects returned here must be treated as read-only.
func NewBandwidthLimitLister ¶
func NewBandwidthLimitLister(indexer cache.Indexer) BandwidthLimitLister
NewBandwidthLimitLister returns a new BandwidthLimitLister.
type BandwidthLimitListerExpansion ¶
type BandwidthLimitListerExpansion interface{}
BandwidthLimitListerExpansion allows custom methods to be added to BandwidthLimitLister.
type BandwidthLimitNamespaceLister ¶
type BandwidthLimitNamespaceLister interface { // List lists all BandwidthLimits in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthLimit, err error) // Get retrieves the BandwidthLimit from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BandwidthLimit, error) BandwidthLimitNamespaceListerExpansion }
BandwidthLimitNamespaceLister helps list and get BandwidthLimits. All objects returned here must be treated as read-only.
type BandwidthLimitNamespaceListerExpansion ¶
type BandwidthLimitNamespaceListerExpansion interface{}
BandwidthLimitNamespaceListerExpansion allows custom methods to be added to BandwidthLimitNamespaceLister.
type BandwidthPackageAttachmentLister ¶
type BandwidthPackageAttachmentLister interface { // List lists all BandwidthPackageAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackageAttachment, err error) // BandwidthPackageAttachments returns an object that can list and get BandwidthPackageAttachments. BandwidthPackageAttachments(namespace string) BandwidthPackageAttachmentNamespaceLister BandwidthPackageAttachmentListerExpansion }
BandwidthPackageAttachmentLister helps list BandwidthPackageAttachments. All objects returned here must be treated as read-only.
func NewBandwidthPackageAttachmentLister ¶
func NewBandwidthPackageAttachmentLister(indexer cache.Indexer) BandwidthPackageAttachmentLister
NewBandwidthPackageAttachmentLister returns a new BandwidthPackageAttachmentLister.
type BandwidthPackageAttachmentListerExpansion ¶
type BandwidthPackageAttachmentListerExpansion interface{}
BandwidthPackageAttachmentListerExpansion allows custom methods to be added to BandwidthPackageAttachmentLister.
type BandwidthPackageAttachmentNamespaceLister ¶
type BandwidthPackageAttachmentNamespaceLister interface { // List lists all BandwidthPackageAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackageAttachment, err error) // Get retrieves the BandwidthPackageAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BandwidthPackageAttachment, error) BandwidthPackageAttachmentNamespaceListerExpansion }
BandwidthPackageAttachmentNamespaceLister helps list and get BandwidthPackageAttachments. All objects returned here must be treated as read-only.
type BandwidthPackageAttachmentNamespaceListerExpansion ¶
type BandwidthPackageAttachmentNamespaceListerExpansion interface{}
BandwidthPackageAttachmentNamespaceListerExpansion allows custom methods to be added to BandwidthPackageAttachmentNamespaceLister.
type BandwidthPackageLister ¶
type BandwidthPackageLister interface { // List lists all BandwidthPackages in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackage, err error) // BandwidthPackages returns an object that can list and get BandwidthPackages. BandwidthPackages(namespace string) BandwidthPackageNamespaceLister BandwidthPackageListerExpansion }
BandwidthPackageLister helps list BandwidthPackages. All objects returned here must be treated as read-only.
func NewBandwidthPackageLister ¶
func NewBandwidthPackageLister(indexer cache.Indexer) BandwidthPackageLister
NewBandwidthPackageLister returns a new BandwidthPackageLister.
type BandwidthPackageListerExpansion ¶
type BandwidthPackageListerExpansion interface{}
BandwidthPackageListerExpansion allows custom methods to be added to BandwidthPackageLister.
type BandwidthPackageNamespaceLister ¶
type BandwidthPackageNamespaceLister interface { // List lists all BandwidthPackages in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BandwidthPackage, err error) // Get retrieves the BandwidthPackage from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BandwidthPackage, error) BandwidthPackageNamespaceListerExpansion }
BandwidthPackageNamespaceLister helps list and get BandwidthPackages. All objects returned here must be treated as read-only.
type BandwidthPackageNamespaceListerExpansion ¶
type BandwidthPackageNamespaceListerExpansion interface{}
BandwidthPackageNamespaceListerExpansion allows custom methods to be added to BandwidthPackageNamespaceLister.
type FlowlogLister ¶
type FlowlogLister interface { // List lists all Flowlogs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Flowlog, err error) // Flowlogs returns an object that can list and get Flowlogs. Flowlogs(namespace string) FlowlogNamespaceLister FlowlogListerExpansion }
FlowlogLister helps list Flowlogs. All objects returned here must be treated as read-only.
func NewFlowlogLister ¶
func NewFlowlogLister(indexer cache.Indexer) FlowlogLister
NewFlowlogLister returns a new FlowlogLister.
type FlowlogListerExpansion ¶
type FlowlogListerExpansion interface{}
FlowlogListerExpansion allows custom methods to be added to FlowlogLister.
type FlowlogNamespaceLister ¶
type FlowlogNamespaceLister interface { // List lists all Flowlogs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Flowlog, err error) // Get retrieves the Flowlog from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Flowlog, error) FlowlogNamespaceListerExpansion }
FlowlogNamespaceLister helps list and get Flowlogs. All objects returned here must be treated as read-only.
type FlowlogNamespaceListerExpansion ¶
type FlowlogNamespaceListerExpansion interface{}
FlowlogNamespaceListerExpansion allows custom methods to be added to FlowlogNamespaceLister.
type InstanceAttachmentLister ¶
type InstanceAttachmentLister interface { // List lists all InstanceAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceAttachment, err error) // InstanceAttachments returns an object that can list and get InstanceAttachments. InstanceAttachments(namespace string) InstanceAttachmentNamespaceLister InstanceAttachmentListerExpansion }
InstanceAttachmentLister helps list InstanceAttachments. All objects returned here must be treated as read-only.
func NewInstanceAttachmentLister ¶
func NewInstanceAttachmentLister(indexer cache.Indexer) InstanceAttachmentLister
NewInstanceAttachmentLister returns a new InstanceAttachmentLister.
type InstanceAttachmentListerExpansion ¶
type InstanceAttachmentListerExpansion interface{}
InstanceAttachmentListerExpansion allows custom methods to be added to InstanceAttachmentLister.
type InstanceAttachmentNamespaceLister ¶
type InstanceAttachmentNamespaceLister interface { // List lists all InstanceAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceAttachment, err error) // Get retrieves the InstanceAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceAttachment, error) InstanceAttachmentNamespaceListerExpansion }
InstanceAttachmentNamespaceLister helps list and get InstanceAttachments. All objects returned here must be treated as read-only.
type InstanceAttachmentNamespaceListerExpansion ¶
type InstanceAttachmentNamespaceListerExpansion interface{}
InstanceAttachmentNamespaceListerExpansion allows custom methods to be added to InstanceAttachmentNamespaceLister.
type InstanceGrantLister ¶
type InstanceGrantLister interface { // List lists all InstanceGrants in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceGrant, err error) // InstanceGrants returns an object that can list and get InstanceGrants. InstanceGrants(namespace string) InstanceGrantNamespaceLister InstanceGrantListerExpansion }
InstanceGrantLister helps list InstanceGrants. All objects returned here must be treated as read-only.
func NewInstanceGrantLister ¶
func NewInstanceGrantLister(indexer cache.Indexer) InstanceGrantLister
NewInstanceGrantLister returns a new InstanceGrantLister.
type InstanceGrantListerExpansion ¶
type InstanceGrantListerExpansion interface{}
InstanceGrantListerExpansion allows custom methods to be added to InstanceGrantLister.
type InstanceGrantNamespaceLister ¶
type InstanceGrantNamespaceLister interface { // List lists all InstanceGrants in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.InstanceGrant, err error) // Get retrieves the InstanceGrant from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.InstanceGrant, error) InstanceGrantNamespaceListerExpansion }
InstanceGrantNamespaceLister helps list and get InstanceGrants. All objects returned here must be treated as read-only.
type InstanceGrantNamespaceListerExpansion ¶
type InstanceGrantNamespaceListerExpansion interface{}
InstanceGrantNamespaceListerExpansion allows custom methods to be added to InstanceGrantNamespaceLister.
type InstanceLister ¶
type InstanceLister interface { // List lists all Instances in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Instances returns an object that can list and get Instances. Instances(namespace string) InstanceNamespaceLister InstanceListerExpansion }
InstanceLister helps list Instances. All objects returned here must be treated as read-only.
func NewInstanceLister ¶
func NewInstanceLister(indexer cache.Indexer) InstanceLister
NewInstanceLister returns a new InstanceLister.
type InstanceListerExpansion ¶
type InstanceListerExpansion interface{}
InstanceListerExpansion allows custom methods to be added to InstanceLister.
type InstanceNamespaceLister ¶
type InstanceNamespaceLister interface { // List lists all Instances in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Instance, err error) // Get retrieves the Instance from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Instance, error) InstanceNamespaceListerExpansion }
InstanceNamespaceLister helps list and get Instances. All objects returned here must be treated as read-only.
type InstanceNamespaceListerExpansion ¶
type InstanceNamespaceListerExpansion interface{}
InstanceNamespaceListerExpansion allows custom methods to be added to InstanceNamespaceLister.
type PrivateZoneLister ¶
type PrivateZoneLister interface { // List lists all PrivateZones in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrivateZone, err error) // PrivateZones returns an object that can list and get PrivateZones. PrivateZones(namespace string) PrivateZoneNamespaceLister PrivateZoneListerExpansion }
PrivateZoneLister helps list PrivateZones. All objects returned here must be treated as read-only.
func NewPrivateZoneLister ¶
func NewPrivateZoneLister(indexer cache.Indexer) PrivateZoneLister
NewPrivateZoneLister returns a new PrivateZoneLister.
type PrivateZoneListerExpansion ¶
type PrivateZoneListerExpansion interface{}
PrivateZoneListerExpansion allows custom methods to be added to PrivateZoneLister.
type PrivateZoneNamespaceLister ¶
type PrivateZoneNamespaceLister interface { // List lists all PrivateZones in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PrivateZone, err error) // Get retrieves the PrivateZone from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PrivateZone, error) PrivateZoneNamespaceListerExpansion }
PrivateZoneNamespaceLister helps list and get PrivateZones. All objects returned here must be treated as read-only.
type PrivateZoneNamespaceListerExpansion ¶
type PrivateZoneNamespaceListerExpansion interface{}
PrivateZoneNamespaceListerExpansion allows custom methods to be added to PrivateZoneNamespaceLister.
type RouteEntryLister ¶
type RouteEntryLister interface { // List lists all RouteEntries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RouteEntry, err error) // RouteEntries returns an object that can list and get RouteEntries. RouteEntries(namespace string) RouteEntryNamespaceLister RouteEntryListerExpansion }
RouteEntryLister helps list RouteEntries. All objects returned here must be treated as read-only.
func NewRouteEntryLister ¶
func NewRouteEntryLister(indexer cache.Indexer) RouteEntryLister
NewRouteEntryLister returns a new RouteEntryLister.
type RouteEntryListerExpansion ¶
type RouteEntryListerExpansion interface{}
RouteEntryListerExpansion allows custom methods to be added to RouteEntryLister.
type RouteEntryNamespaceLister ¶
type RouteEntryNamespaceLister interface { // List lists all RouteEntries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RouteEntry, err error) // Get retrieves the RouteEntry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RouteEntry, error) RouteEntryNamespaceListerExpansion }
RouteEntryNamespaceLister helps list and get RouteEntries. All objects returned here must be treated as read-only.
type RouteEntryNamespaceListerExpansion ¶
type RouteEntryNamespaceListerExpansion interface{}
RouteEntryNamespaceListerExpansion allows custom methods to be added to RouteEntryNamespaceLister.
type RouteMapLister ¶
type RouteMapLister interface { // List lists all RouteMaps in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RouteMap, err error) // RouteMaps returns an object that can list and get RouteMaps. RouteMaps(namespace string) RouteMapNamespaceLister RouteMapListerExpansion }
RouteMapLister helps list RouteMaps. All objects returned here must be treated as read-only.
func NewRouteMapLister ¶
func NewRouteMapLister(indexer cache.Indexer) RouteMapLister
NewRouteMapLister returns a new RouteMapLister.
type RouteMapListerExpansion ¶
type RouteMapListerExpansion interface{}
RouteMapListerExpansion allows custom methods to be added to RouteMapLister.
type RouteMapNamespaceLister ¶
type RouteMapNamespaceLister interface { // List lists all RouteMaps in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RouteMap, err error) // Get retrieves the RouteMap from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RouteMap, error) RouteMapNamespaceListerExpansion }
RouteMapNamespaceLister helps list and get RouteMaps. All objects returned here must be treated as read-only.
type RouteMapNamespaceListerExpansion ¶
type RouteMapNamespaceListerExpansion interface{}
RouteMapNamespaceListerExpansion allows custom methods to be added to RouteMapNamespaceLister.
type RouteServiceLister ¶
type RouteServiceLister interface { // List lists all RouteServices in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RouteService, err error) // RouteServices returns an object that can list and get RouteServices. RouteServices(namespace string) RouteServiceNamespaceLister RouteServiceListerExpansion }
RouteServiceLister helps list RouteServices. All objects returned here must be treated as read-only.
func NewRouteServiceLister ¶
func NewRouteServiceLister(indexer cache.Indexer) RouteServiceLister
NewRouteServiceLister returns a new RouteServiceLister.
type RouteServiceListerExpansion ¶
type RouteServiceListerExpansion interface{}
RouteServiceListerExpansion allows custom methods to be added to RouteServiceLister.
type RouteServiceNamespaceLister ¶
type RouteServiceNamespaceLister interface { // List lists all RouteServices in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RouteService, err error) // Get retrieves the RouteService from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RouteService, error) RouteServiceNamespaceListerExpansion }
RouteServiceNamespaceLister helps list and get RouteServices. All objects returned here must be treated as read-only.
type RouteServiceNamespaceListerExpansion ¶
type RouteServiceNamespaceListerExpansion interface{}
RouteServiceNamespaceListerExpansion allows custom methods to be added to RouteServiceNamespaceLister.
type TransitRouterLister ¶
type TransitRouterLister interface { // List lists all TransitRouters in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouter, err error) // TransitRouters returns an object that can list and get TransitRouters. TransitRouters(namespace string) TransitRouterNamespaceLister TransitRouterListerExpansion }
TransitRouterLister helps list TransitRouters. All objects returned here must be treated as read-only.
func NewTransitRouterLister ¶
func NewTransitRouterLister(indexer cache.Indexer) TransitRouterLister
NewTransitRouterLister returns a new TransitRouterLister.
type TransitRouterListerExpansion ¶
type TransitRouterListerExpansion interface{}
TransitRouterListerExpansion allows custom methods to be added to TransitRouterLister.
type TransitRouterNamespaceLister ¶
type TransitRouterNamespaceLister interface { // List lists all TransitRouters in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouter, err error) // Get retrieves the TransitRouter from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouter, error) TransitRouterNamespaceListerExpansion }
TransitRouterNamespaceLister helps list and get TransitRouters. All objects returned here must be treated as read-only.
type TransitRouterNamespaceListerExpansion ¶
type TransitRouterNamespaceListerExpansion interface{}
TransitRouterNamespaceListerExpansion allows custom methods to be added to TransitRouterNamespaceLister.
type TransitRouterPeerAttachmentLister ¶
type TransitRouterPeerAttachmentLister interface { // List lists all TransitRouterPeerAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterPeerAttachment, err error) // TransitRouterPeerAttachments returns an object that can list and get TransitRouterPeerAttachments. TransitRouterPeerAttachments(namespace string) TransitRouterPeerAttachmentNamespaceLister TransitRouterPeerAttachmentListerExpansion }
TransitRouterPeerAttachmentLister helps list TransitRouterPeerAttachments. All objects returned here must be treated as read-only.
func NewTransitRouterPeerAttachmentLister ¶
func NewTransitRouterPeerAttachmentLister(indexer cache.Indexer) TransitRouterPeerAttachmentLister
NewTransitRouterPeerAttachmentLister returns a new TransitRouterPeerAttachmentLister.
type TransitRouterPeerAttachmentListerExpansion ¶
type TransitRouterPeerAttachmentListerExpansion interface{}
TransitRouterPeerAttachmentListerExpansion allows custom methods to be added to TransitRouterPeerAttachmentLister.
type TransitRouterPeerAttachmentNamespaceLister ¶
type TransitRouterPeerAttachmentNamespaceLister interface { // List lists all TransitRouterPeerAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterPeerAttachment, err error) // Get retrieves the TransitRouterPeerAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterPeerAttachment, error) TransitRouterPeerAttachmentNamespaceListerExpansion }
TransitRouterPeerAttachmentNamespaceLister helps list and get TransitRouterPeerAttachments. All objects returned here must be treated as read-only.
type TransitRouterPeerAttachmentNamespaceListerExpansion ¶
type TransitRouterPeerAttachmentNamespaceListerExpansion interface{}
TransitRouterPeerAttachmentNamespaceListerExpansion allows custom methods to be added to TransitRouterPeerAttachmentNamespaceLister.
type TransitRouterRouteEntryLister ¶
type TransitRouterRouteEntryLister interface { // List lists all TransitRouterRouteEntries in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteEntry, err error) // TransitRouterRouteEntries returns an object that can list and get TransitRouterRouteEntries. TransitRouterRouteEntries(namespace string) TransitRouterRouteEntryNamespaceLister TransitRouterRouteEntryListerExpansion }
TransitRouterRouteEntryLister helps list TransitRouterRouteEntries. All objects returned here must be treated as read-only.
func NewTransitRouterRouteEntryLister ¶
func NewTransitRouterRouteEntryLister(indexer cache.Indexer) TransitRouterRouteEntryLister
NewTransitRouterRouteEntryLister returns a new TransitRouterRouteEntryLister.
type TransitRouterRouteEntryListerExpansion ¶
type TransitRouterRouteEntryListerExpansion interface{}
TransitRouterRouteEntryListerExpansion allows custom methods to be added to TransitRouterRouteEntryLister.
type TransitRouterRouteEntryNamespaceLister ¶
type TransitRouterRouteEntryNamespaceLister interface { // List lists all TransitRouterRouteEntries in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteEntry, err error) // Get retrieves the TransitRouterRouteEntry from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterRouteEntry, error) TransitRouterRouteEntryNamespaceListerExpansion }
TransitRouterRouteEntryNamespaceLister helps list and get TransitRouterRouteEntries. All objects returned here must be treated as read-only.
type TransitRouterRouteEntryNamespaceListerExpansion ¶
type TransitRouterRouteEntryNamespaceListerExpansion interface{}
TransitRouterRouteEntryNamespaceListerExpansion allows custom methods to be added to TransitRouterRouteEntryNamespaceLister.
type TransitRouterRouteTableAssociationLister ¶
type TransitRouterRouteTableAssociationLister interface { // List lists all TransitRouterRouteTableAssociations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteTableAssociation, err error) // TransitRouterRouteTableAssociations returns an object that can list and get TransitRouterRouteTableAssociations. TransitRouterRouteTableAssociations(namespace string) TransitRouterRouteTableAssociationNamespaceLister TransitRouterRouteTableAssociationListerExpansion }
TransitRouterRouteTableAssociationLister helps list TransitRouterRouteTableAssociations. All objects returned here must be treated as read-only.
func NewTransitRouterRouteTableAssociationLister ¶
func NewTransitRouterRouteTableAssociationLister(indexer cache.Indexer) TransitRouterRouteTableAssociationLister
NewTransitRouterRouteTableAssociationLister returns a new TransitRouterRouteTableAssociationLister.
type TransitRouterRouteTableAssociationListerExpansion ¶
type TransitRouterRouteTableAssociationListerExpansion interface{}
TransitRouterRouteTableAssociationListerExpansion allows custom methods to be added to TransitRouterRouteTableAssociationLister.
type TransitRouterRouteTableAssociationNamespaceLister ¶
type TransitRouterRouteTableAssociationNamespaceLister interface { // List lists all TransitRouterRouteTableAssociations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteTableAssociation, err error) // Get retrieves the TransitRouterRouteTableAssociation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterRouteTableAssociation, error) TransitRouterRouteTableAssociationNamespaceListerExpansion }
TransitRouterRouteTableAssociationNamespaceLister helps list and get TransitRouterRouteTableAssociations. All objects returned here must be treated as read-only.
type TransitRouterRouteTableAssociationNamespaceListerExpansion ¶
type TransitRouterRouteTableAssociationNamespaceListerExpansion interface{}
TransitRouterRouteTableAssociationNamespaceListerExpansion allows custom methods to be added to TransitRouterRouteTableAssociationNamespaceLister.
type TransitRouterRouteTableLister ¶
type TransitRouterRouteTableLister interface { // List lists all TransitRouterRouteTables in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteTable, err error) // TransitRouterRouteTables returns an object that can list and get TransitRouterRouteTables. TransitRouterRouteTables(namespace string) TransitRouterRouteTableNamespaceLister TransitRouterRouteTableListerExpansion }
TransitRouterRouteTableLister helps list TransitRouterRouteTables. All objects returned here must be treated as read-only.
func NewTransitRouterRouteTableLister ¶
func NewTransitRouterRouteTableLister(indexer cache.Indexer) TransitRouterRouteTableLister
NewTransitRouterRouteTableLister returns a new TransitRouterRouteTableLister.
type TransitRouterRouteTableListerExpansion ¶
type TransitRouterRouteTableListerExpansion interface{}
TransitRouterRouteTableListerExpansion allows custom methods to be added to TransitRouterRouteTableLister.
type TransitRouterRouteTableNamespaceLister ¶
type TransitRouterRouteTableNamespaceLister interface { // List lists all TransitRouterRouteTables in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteTable, err error) // Get retrieves the TransitRouterRouteTable from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterRouteTable, error) TransitRouterRouteTableNamespaceListerExpansion }
TransitRouterRouteTableNamespaceLister helps list and get TransitRouterRouteTables. All objects returned here must be treated as read-only.
type TransitRouterRouteTableNamespaceListerExpansion ¶
type TransitRouterRouteTableNamespaceListerExpansion interface{}
TransitRouterRouteTableNamespaceListerExpansion allows custom methods to be added to TransitRouterRouteTableNamespaceLister.
type TransitRouterRouteTablePropagationLister ¶
type TransitRouterRouteTablePropagationLister interface { // List lists all TransitRouterRouteTablePropagations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteTablePropagation, err error) // TransitRouterRouteTablePropagations returns an object that can list and get TransitRouterRouteTablePropagations. TransitRouterRouteTablePropagations(namespace string) TransitRouterRouteTablePropagationNamespaceLister TransitRouterRouteTablePropagationListerExpansion }
TransitRouterRouteTablePropagationLister helps list TransitRouterRouteTablePropagations. All objects returned here must be treated as read-only.
func NewTransitRouterRouteTablePropagationLister ¶
func NewTransitRouterRouteTablePropagationLister(indexer cache.Indexer) TransitRouterRouteTablePropagationLister
NewTransitRouterRouteTablePropagationLister returns a new TransitRouterRouteTablePropagationLister.
type TransitRouterRouteTablePropagationListerExpansion ¶
type TransitRouterRouteTablePropagationListerExpansion interface{}
TransitRouterRouteTablePropagationListerExpansion allows custom methods to be added to TransitRouterRouteTablePropagationLister.
type TransitRouterRouteTablePropagationNamespaceLister ¶
type TransitRouterRouteTablePropagationNamespaceLister interface { // List lists all TransitRouterRouteTablePropagations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterRouteTablePropagation, err error) // Get retrieves the TransitRouterRouteTablePropagation from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterRouteTablePropagation, error) TransitRouterRouteTablePropagationNamespaceListerExpansion }
TransitRouterRouteTablePropagationNamespaceLister helps list and get TransitRouterRouteTablePropagations. All objects returned here must be treated as read-only.
type TransitRouterRouteTablePropagationNamespaceListerExpansion ¶
type TransitRouterRouteTablePropagationNamespaceListerExpansion interface{}
TransitRouterRouteTablePropagationNamespaceListerExpansion allows custom methods to be added to TransitRouterRouteTablePropagationNamespaceLister.
type TransitRouterVbrAttachmentLister ¶
type TransitRouterVbrAttachmentLister interface { // List lists all TransitRouterVbrAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterVbrAttachment, err error) // TransitRouterVbrAttachments returns an object that can list and get TransitRouterVbrAttachments. TransitRouterVbrAttachments(namespace string) TransitRouterVbrAttachmentNamespaceLister TransitRouterVbrAttachmentListerExpansion }
TransitRouterVbrAttachmentLister helps list TransitRouterVbrAttachments. All objects returned here must be treated as read-only.
func NewTransitRouterVbrAttachmentLister ¶
func NewTransitRouterVbrAttachmentLister(indexer cache.Indexer) TransitRouterVbrAttachmentLister
NewTransitRouterVbrAttachmentLister returns a new TransitRouterVbrAttachmentLister.
type TransitRouterVbrAttachmentListerExpansion ¶
type TransitRouterVbrAttachmentListerExpansion interface{}
TransitRouterVbrAttachmentListerExpansion allows custom methods to be added to TransitRouterVbrAttachmentLister.
type TransitRouterVbrAttachmentNamespaceLister ¶
type TransitRouterVbrAttachmentNamespaceLister interface { // List lists all TransitRouterVbrAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterVbrAttachment, err error) // Get retrieves the TransitRouterVbrAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterVbrAttachment, error) TransitRouterVbrAttachmentNamespaceListerExpansion }
TransitRouterVbrAttachmentNamespaceLister helps list and get TransitRouterVbrAttachments. All objects returned here must be treated as read-only.
type TransitRouterVbrAttachmentNamespaceListerExpansion ¶
type TransitRouterVbrAttachmentNamespaceListerExpansion interface{}
TransitRouterVbrAttachmentNamespaceListerExpansion allows custom methods to be added to TransitRouterVbrAttachmentNamespaceLister.
type TransitRouterVpcAttachmentLister ¶
type TransitRouterVpcAttachmentLister interface { // List lists all TransitRouterVpcAttachments in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterVpcAttachment, err error) // TransitRouterVpcAttachments returns an object that can list and get TransitRouterVpcAttachments. TransitRouterVpcAttachments(namespace string) TransitRouterVpcAttachmentNamespaceLister TransitRouterVpcAttachmentListerExpansion }
TransitRouterVpcAttachmentLister helps list TransitRouterVpcAttachments. All objects returned here must be treated as read-only.
func NewTransitRouterVpcAttachmentLister ¶
func NewTransitRouterVpcAttachmentLister(indexer cache.Indexer) TransitRouterVpcAttachmentLister
NewTransitRouterVpcAttachmentLister returns a new TransitRouterVpcAttachmentLister.
type TransitRouterVpcAttachmentListerExpansion ¶
type TransitRouterVpcAttachmentListerExpansion interface{}
TransitRouterVpcAttachmentListerExpansion allows custom methods to be added to TransitRouterVpcAttachmentLister.
type TransitRouterVpcAttachmentNamespaceLister ¶
type TransitRouterVpcAttachmentNamespaceLister interface { // List lists all TransitRouterVpcAttachments in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.TransitRouterVpcAttachment, err error) // Get retrieves the TransitRouterVpcAttachment from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.TransitRouterVpcAttachment, error) TransitRouterVpcAttachmentNamespaceListerExpansion }
TransitRouterVpcAttachmentNamespaceLister helps list and get TransitRouterVpcAttachments. All objects returned here must be treated as read-only.
type TransitRouterVpcAttachmentNamespaceListerExpansion ¶
type TransitRouterVpcAttachmentNamespaceListerExpansion interface{}
TransitRouterVpcAttachmentNamespaceListerExpansion allows custom methods to be added to TransitRouterVpcAttachmentNamespaceLister.
type VbrHealthCheckLister ¶
type VbrHealthCheckLister interface { // List lists all VbrHealthChecks in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VbrHealthCheck, err error) // VbrHealthChecks returns an object that can list and get VbrHealthChecks. VbrHealthChecks(namespace string) VbrHealthCheckNamespaceLister VbrHealthCheckListerExpansion }
VbrHealthCheckLister helps list VbrHealthChecks. All objects returned here must be treated as read-only.
func NewVbrHealthCheckLister ¶
func NewVbrHealthCheckLister(indexer cache.Indexer) VbrHealthCheckLister
NewVbrHealthCheckLister returns a new VbrHealthCheckLister.
type VbrHealthCheckListerExpansion ¶
type VbrHealthCheckListerExpansion interface{}
VbrHealthCheckListerExpansion allows custom methods to be added to VbrHealthCheckLister.
type VbrHealthCheckNamespaceLister ¶
type VbrHealthCheckNamespaceLister interface { // List lists all VbrHealthChecks in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.VbrHealthCheck, err error) // Get retrieves the VbrHealthCheck from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.VbrHealthCheck, error) VbrHealthCheckNamespaceListerExpansion }
VbrHealthCheckNamespaceLister helps list and get VbrHealthChecks. All objects returned here must be treated as read-only.
type VbrHealthCheckNamespaceListerExpansion ¶
type VbrHealthCheckNamespaceListerExpansion interface{}
VbrHealthCheckNamespaceListerExpansion allows custom methods to be added to VbrHealthCheckNamespaceLister.
Source Files ¶
- bandwidthlimit.go
- bandwidthpackage.go
- bandwidthpackageattachment.go
- expansion_generated.go
- flowlog.go
- instance.go
- instanceattachment.go
- instancegrant.go
- privatezone.go
- routeentry.go
- routemap.go
- routeservice.go
- transitrouter.go
- transitrouterpeerattachment.go
- transitrouterrouteentry.go
- transitrouterroutetable.go
- transitrouterroutetableassociation.go
- transitrouterroutetablepropagation.go
- transitroutervbrattachment.go
- transitroutervpcattachment.go
- vbrhealthcheck.go