v1alpha1

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailabilityZoneGroupLister

type AvailabilityZoneGroupLister interface {
	// List lists all AvailabilityZoneGroups in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AvailabilityZoneGroup, err error)
	// AvailabilityZoneGroups returns an object that can list and get AvailabilityZoneGroups.
	AvailabilityZoneGroups(namespace string) AvailabilityZoneGroupNamespaceLister
	AvailabilityZoneGroupListerExpansion
}

AvailabilityZoneGroupLister helps list AvailabilityZoneGroups. All objects returned here must be treated as read-only.

func NewAvailabilityZoneGroupLister

func NewAvailabilityZoneGroupLister(indexer cache.Indexer) AvailabilityZoneGroupLister

NewAvailabilityZoneGroupLister returns a new AvailabilityZoneGroupLister.

type AvailabilityZoneGroupListerExpansion

type AvailabilityZoneGroupListerExpansion interface{}

AvailabilityZoneGroupListerExpansion allows custom methods to be added to AvailabilityZoneGroupLister.

type AvailabilityZoneGroupNamespaceLister

type AvailabilityZoneGroupNamespaceLister interface {
	// List lists all AvailabilityZoneGroups in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.AvailabilityZoneGroup, err error)
	// Get retrieves the AvailabilityZoneGroup from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.AvailabilityZoneGroup, error)
	AvailabilityZoneGroupNamespaceListerExpansion
}

AvailabilityZoneGroupNamespaceLister helps list and get AvailabilityZoneGroups. All objects returned here must be treated as read-only.

type AvailabilityZoneGroupNamespaceListerExpansion

type AvailabilityZoneGroupNamespaceListerExpansion interface{}

AvailabilityZoneGroupNamespaceListerExpansion allows custom methods to be added to AvailabilityZoneGroupNamespaceLister.

type CapacityReservationLister

type CapacityReservationLister interface {
	// List lists all CapacityReservations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CapacityReservation, err error)
	// CapacityReservations returns an object that can list and get CapacityReservations.
	CapacityReservations(namespace string) CapacityReservationNamespaceLister
	CapacityReservationListerExpansion
}

CapacityReservationLister helps list CapacityReservations. All objects returned here must be treated as read-only.

func NewCapacityReservationLister

func NewCapacityReservationLister(indexer cache.Indexer) CapacityReservationLister

NewCapacityReservationLister returns a new CapacityReservationLister.

type CapacityReservationListerExpansion

type CapacityReservationListerExpansion interface{}

CapacityReservationListerExpansion allows custom methods to be added to CapacityReservationLister.

type CapacityReservationNamespaceLister

type CapacityReservationNamespaceLister interface {
	// List lists all CapacityReservations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CapacityReservation, err error)
	// Get retrieves the CapacityReservation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.CapacityReservation, error)
	CapacityReservationNamespaceListerExpansion
}

CapacityReservationNamespaceLister helps list and get CapacityReservations. All objects returned here must be treated as read-only.

type CapacityReservationNamespaceListerExpansion

type CapacityReservationNamespaceListerExpansion interface{}

CapacityReservationNamespaceListerExpansion allows custom methods to be added to CapacityReservationNamespaceLister.

type CarrierGatewayLister

type CarrierGatewayLister interface {
	// List lists all CarrierGateways in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CarrierGateway, err error)
	// CarrierGateways returns an object that can list and get CarrierGateways.
	CarrierGateways(namespace string) CarrierGatewayNamespaceLister
	CarrierGatewayListerExpansion
}

CarrierGatewayLister helps list CarrierGateways. All objects returned here must be treated as read-only.

func NewCarrierGatewayLister

func NewCarrierGatewayLister(indexer cache.Indexer) CarrierGatewayLister

NewCarrierGatewayLister returns a new CarrierGatewayLister.

type CarrierGatewayListerExpansion

type CarrierGatewayListerExpansion interface{}

CarrierGatewayListerExpansion allows custom methods to be added to CarrierGatewayLister.

type CarrierGatewayNamespaceLister

type CarrierGatewayNamespaceLister interface {
	// List lists all CarrierGateways in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CarrierGateway, err error)
	// Get retrieves the CarrierGateway from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.CarrierGateway, error)
	CarrierGatewayNamespaceListerExpansion
}

CarrierGatewayNamespaceLister helps list and get CarrierGateways. All objects returned here must be treated as read-only.

type CarrierGatewayNamespaceListerExpansion

type CarrierGatewayNamespaceListerExpansion interface{}

CarrierGatewayNamespaceListerExpansion allows custom methods to be added to CarrierGatewayNamespaceLister.

type ClientVPNAuthorizationRuleLister

type ClientVPNAuthorizationRuleLister interface {
	// List lists all ClientVPNAuthorizationRules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNAuthorizationRule, err error)
	// ClientVPNAuthorizationRules returns an object that can list and get ClientVPNAuthorizationRules.
	ClientVPNAuthorizationRules(namespace string) ClientVPNAuthorizationRuleNamespaceLister
	ClientVPNAuthorizationRuleListerExpansion
}

ClientVPNAuthorizationRuleLister helps list ClientVPNAuthorizationRules. All objects returned here must be treated as read-only.

func NewClientVPNAuthorizationRuleLister

func NewClientVPNAuthorizationRuleLister(indexer cache.Indexer) ClientVPNAuthorizationRuleLister

NewClientVPNAuthorizationRuleLister returns a new ClientVPNAuthorizationRuleLister.

type ClientVPNAuthorizationRuleListerExpansion

type ClientVPNAuthorizationRuleListerExpansion interface{}

ClientVPNAuthorizationRuleListerExpansion allows custom methods to be added to ClientVPNAuthorizationRuleLister.

type ClientVPNAuthorizationRuleNamespaceLister

type ClientVPNAuthorizationRuleNamespaceLister interface {
	// List lists all ClientVPNAuthorizationRules in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNAuthorizationRule, err error)
	// Get retrieves the ClientVPNAuthorizationRule from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClientVPNAuthorizationRule, error)
	ClientVPNAuthorizationRuleNamespaceListerExpansion
}

ClientVPNAuthorizationRuleNamespaceLister helps list and get ClientVPNAuthorizationRules. All objects returned here must be treated as read-only.

type ClientVPNAuthorizationRuleNamespaceListerExpansion

type ClientVPNAuthorizationRuleNamespaceListerExpansion interface{}

ClientVPNAuthorizationRuleNamespaceListerExpansion allows custom methods to be added to ClientVPNAuthorizationRuleNamespaceLister.

type ClientVPNEndpointLister

type ClientVPNEndpointLister interface {
	// List lists all ClientVPNEndpoints in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNEndpoint, err error)
	// ClientVPNEndpoints returns an object that can list and get ClientVPNEndpoints.
	ClientVPNEndpoints(namespace string) ClientVPNEndpointNamespaceLister
	ClientVPNEndpointListerExpansion
}

ClientVPNEndpointLister helps list ClientVPNEndpoints. All objects returned here must be treated as read-only.

func NewClientVPNEndpointLister

func NewClientVPNEndpointLister(indexer cache.Indexer) ClientVPNEndpointLister

NewClientVPNEndpointLister returns a new ClientVPNEndpointLister.

type ClientVPNEndpointListerExpansion

type ClientVPNEndpointListerExpansion interface{}

ClientVPNEndpointListerExpansion allows custom methods to be added to ClientVPNEndpointLister.

type ClientVPNEndpointNamespaceLister

type ClientVPNEndpointNamespaceLister interface {
	// List lists all ClientVPNEndpoints in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNEndpoint, err error)
	// Get retrieves the ClientVPNEndpoint from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClientVPNEndpoint, error)
	ClientVPNEndpointNamespaceListerExpansion
}

ClientVPNEndpointNamespaceLister helps list and get ClientVPNEndpoints. All objects returned here must be treated as read-only.

type ClientVPNEndpointNamespaceListerExpansion

type ClientVPNEndpointNamespaceListerExpansion interface{}

ClientVPNEndpointNamespaceListerExpansion allows custom methods to be added to ClientVPNEndpointNamespaceLister.

type ClientVPNNetworkAssociationLister

type ClientVPNNetworkAssociationLister interface {
	// List lists all ClientVPNNetworkAssociations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNNetworkAssociation, err error)
	// ClientVPNNetworkAssociations returns an object that can list and get ClientVPNNetworkAssociations.
	ClientVPNNetworkAssociations(namespace string) ClientVPNNetworkAssociationNamespaceLister
	ClientVPNNetworkAssociationListerExpansion
}

ClientVPNNetworkAssociationLister helps list ClientVPNNetworkAssociations. All objects returned here must be treated as read-only.

func NewClientVPNNetworkAssociationLister

func NewClientVPNNetworkAssociationLister(indexer cache.Indexer) ClientVPNNetworkAssociationLister

NewClientVPNNetworkAssociationLister returns a new ClientVPNNetworkAssociationLister.

type ClientVPNNetworkAssociationListerExpansion

type ClientVPNNetworkAssociationListerExpansion interface{}

ClientVPNNetworkAssociationListerExpansion allows custom methods to be added to ClientVPNNetworkAssociationLister.

type ClientVPNNetworkAssociationNamespaceLister

type ClientVPNNetworkAssociationNamespaceLister interface {
	// List lists all ClientVPNNetworkAssociations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNNetworkAssociation, err error)
	// Get retrieves the ClientVPNNetworkAssociation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClientVPNNetworkAssociation, error)
	ClientVPNNetworkAssociationNamespaceListerExpansion
}

ClientVPNNetworkAssociationNamespaceLister helps list and get ClientVPNNetworkAssociations. All objects returned here must be treated as read-only.

type ClientVPNNetworkAssociationNamespaceListerExpansion

type ClientVPNNetworkAssociationNamespaceListerExpansion interface{}

ClientVPNNetworkAssociationNamespaceListerExpansion allows custom methods to be added to ClientVPNNetworkAssociationNamespaceLister.

type ClientVPNRouteLister

type ClientVPNRouteLister interface {
	// List lists all ClientVPNRoutes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNRoute, err error)
	// ClientVPNRoutes returns an object that can list and get ClientVPNRoutes.
	ClientVPNRoutes(namespace string) ClientVPNRouteNamespaceLister
	ClientVPNRouteListerExpansion
}

ClientVPNRouteLister helps list ClientVPNRoutes. All objects returned here must be treated as read-only.

func NewClientVPNRouteLister

func NewClientVPNRouteLister(indexer cache.Indexer) ClientVPNRouteLister

NewClientVPNRouteLister returns a new ClientVPNRouteLister.

type ClientVPNRouteListerExpansion

type ClientVPNRouteListerExpansion interface{}

ClientVPNRouteListerExpansion allows custom methods to be added to ClientVPNRouteLister.

type ClientVPNRouteNamespaceLister

type ClientVPNRouteNamespaceLister interface {
	// List lists all ClientVPNRoutes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ClientVPNRoute, err error)
	// Get retrieves the ClientVPNRoute from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ClientVPNRoute, error)
	ClientVPNRouteNamespaceListerExpansion
}

ClientVPNRouteNamespaceLister helps list and get ClientVPNRoutes. All objects returned here must be treated as read-only.

type ClientVPNRouteNamespaceListerExpansion

type ClientVPNRouteNamespaceListerExpansion interface{}

ClientVPNRouteNamespaceListerExpansion allows custom methods to be added to ClientVPNRouteNamespaceLister.

type FleetLister

type FleetLister interface {
	// List lists all Fleets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Fleet, err error)
	// Fleets returns an object that can list and get Fleets.
	Fleets(namespace string) FleetNamespaceLister
	FleetListerExpansion
}

FleetLister helps list Fleets. All objects returned here must be treated as read-only.

func NewFleetLister

func NewFleetLister(indexer cache.Indexer) FleetLister

NewFleetLister returns a new FleetLister.

type FleetListerExpansion

type FleetListerExpansion interface{}

FleetListerExpansion allows custom methods to be added to FleetLister.

type FleetNamespaceLister

type FleetNamespaceLister interface {
	// List lists all Fleets in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Fleet, err error)
	// Get retrieves the Fleet from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Fleet, error)
	FleetNamespaceListerExpansion
}

FleetNamespaceLister helps list and get Fleets. All objects returned here must be treated as read-only.

type FleetNamespaceListerExpansion

type FleetNamespaceListerExpansion interface{}

FleetNamespaceListerExpansion allows custom methods to be added to FleetNamespaceLister.

type LocalGatewayRouteLister

type LocalGatewayRouteLister interface {
	// List lists all LocalGatewayRoutes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.LocalGatewayRoute, err error)
	// LocalGatewayRoutes returns an object that can list and get LocalGatewayRoutes.
	LocalGatewayRoutes(namespace string) LocalGatewayRouteNamespaceLister
	LocalGatewayRouteListerExpansion
}

LocalGatewayRouteLister helps list LocalGatewayRoutes. All objects returned here must be treated as read-only.

func NewLocalGatewayRouteLister

func NewLocalGatewayRouteLister(indexer cache.Indexer) LocalGatewayRouteLister

NewLocalGatewayRouteLister returns a new LocalGatewayRouteLister.

type LocalGatewayRouteListerExpansion

type LocalGatewayRouteListerExpansion interface{}

LocalGatewayRouteListerExpansion allows custom methods to be added to LocalGatewayRouteLister.

type LocalGatewayRouteNamespaceLister

type LocalGatewayRouteNamespaceLister interface {
	// List lists all LocalGatewayRoutes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.LocalGatewayRoute, err error)
	// Get retrieves the LocalGatewayRoute from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.LocalGatewayRoute, error)
	LocalGatewayRouteNamespaceListerExpansion
}

LocalGatewayRouteNamespaceLister helps list and get LocalGatewayRoutes. All objects returned here must be treated as read-only.

type LocalGatewayRouteNamespaceListerExpansion

type LocalGatewayRouteNamespaceListerExpansion interface{}

LocalGatewayRouteNamespaceListerExpansion allows custom methods to be added to LocalGatewayRouteNamespaceLister.

type LocalGatewayRouteTableVpcAssociationLister

type LocalGatewayRouteTableVpcAssociationLister interface {
	// List lists all LocalGatewayRouteTableVpcAssociations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.LocalGatewayRouteTableVpcAssociation, err error)
	// LocalGatewayRouteTableVpcAssociations returns an object that can list and get LocalGatewayRouteTableVpcAssociations.
	LocalGatewayRouteTableVpcAssociations(namespace string) LocalGatewayRouteTableVpcAssociationNamespaceLister
	LocalGatewayRouteTableVpcAssociationListerExpansion
}

LocalGatewayRouteTableVpcAssociationLister helps list LocalGatewayRouteTableVpcAssociations. All objects returned here must be treated as read-only.

func NewLocalGatewayRouteTableVpcAssociationLister

func NewLocalGatewayRouteTableVpcAssociationLister(indexer cache.Indexer) LocalGatewayRouteTableVpcAssociationLister

NewLocalGatewayRouteTableVpcAssociationLister returns a new LocalGatewayRouteTableVpcAssociationLister.

type LocalGatewayRouteTableVpcAssociationListerExpansion

type LocalGatewayRouteTableVpcAssociationListerExpansion interface{}

LocalGatewayRouteTableVpcAssociationListerExpansion allows custom methods to be added to LocalGatewayRouteTableVpcAssociationLister.

type LocalGatewayRouteTableVpcAssociationNamespaceLister

type LocalGatewayRouteTableVpcAssociationNamespaceLister interface {
	// List lists all LocalGatewayRouteTableVpcAssociations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.LocalGatewayRouteTableVpcAssociation, err error)
	// Get retrieves the LocalGatewayRouteTableVpcAssociation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.LocalGatewayRouteTableVpcAssociation, error)
	LocalGatewayRouteTableVpcAssociationNamespaceListerExpansion
}

LocalGatewayRouteTableVpcAssociationNamespaceLister helps list and get LocalGatewayRouteTableVpcAssociations. All objects returned here must be treated as read-only.

type LocalGatewayRouteTableVpcAssociationNamespaceListerExpansion

type LocalGatewayRouteTableVpcAssociationNamespaceListerExpansion interface{}

LocalGatewayRouteTableVpcAssociationNamespaceListerExpansion allows custom methods to be added to LocalGatewayRouteTableVpcAssociationNamespaceLister.

type ManagedPrefixListLister

type ManagedPrefixListLister interface {
	// List lists all ManagedPrefixLists in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ManagedPrefixList, err error)
	// ManagedPrefixLists returns an object that can list and get ManagedPrefixLists.
	ManagedPrefixLists(namespace string) ManagedPrefixListNamespaceLister
	ManagedPrefixListListerExpansion
}

ManagedPrefixListLister helps list ManagedPrefixLists. All objects returned here must be treated as read-only.

func NewManagedPrefixListLister

func NewManagedPrefixListLister(indexer cache.Indexer) ManagedPrefixListLister

NewManagedPrefixListLister returns a new ManagedPrefixListLister.

type ManagedPrefixListListerExpansion

type ManagedPrefixListListerExpansion interface{}

ManagedPrefixListListerExpansion allows custom methods to be added to ManagedPrefixListLister.

type ManagedPrefixListNamespaceLister

type ManagedPrefixListNamespaceLister interface {
	// List lists all ManagedPrefixLists in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.ManagedPrefixList, err error)
	// Get retrieves the ManagedPrefixList from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.ManagedPrefixList, error)
	ManagedPrefixListNamespaceListerExpansion
}

ManagedPrefixListNamespaceLister helps list and get ManagedPrefixLists. All objects returned here must be treated as read-only.

type ManagedPrefixListNamespaceListerExpansion

type ManagedPrefixListNamespaceListerExpansion interface{}

ManagedPrefixListNamespaceListerExpansion allows custom methods to be added to ManagedPrefixListNamespaceLister.

type TagLister

type TagLister interface {
	// List lists all Tags in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Tag, err error)
	// Tags returns an object that can list and get Tags.
	Tags(namespace string) TagNamespaceLister
	TagListerExpansion
}

TagLister helps list Tags. All objects returned here must be treated as read-only.

func NewTagLister

func NewTagLister(indexer cache.Indexer) TagLister

NewTagLister returns a new TagLister.

type TagListerExpansion

type TagListerExpansion interface{}

TagListerExpansion allows custom methods to be added to TagLister.

type TagNamespaceLister

type TagNamespaceLister interface {
	// List lists all Tags in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.Tag, err error)
	// Get retrieves the Tag from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.Tag, error)
	TagNamespaceListerExpansion
}

TagNamespaceLister helps list and get Tags. All objects returned here must be treated as read-only.

type TagNamespaceListerExpansion

type TagNamespaceListerExpansion interface{}

TagNamespaceListerExpansion allows custom methods to be added to TagNamespaceLister.

type TrafficMirrorFilterLister

type TrafficMirrorFilterLister interface {
	// List lists all TrafficMirrorFilters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilter, err error)
	// TrafficMirrorFilters returns an object that can list and get TrafficMirrorFilters.
	TrafficMirrorFilters(namespace string) TrafficMirrorFilterNamespaceLister
	TrafficMirrorFilterListerExpansion
}

TrafficMirrorFilterLister helps list TrafficMirrorFilters. All objects returned here must be treated as read-only.

func NewTrafficMirrorFilterLister

func NewTrafficMirrorFilterLister(indexer cache.Indexer) TrafficMirrorFilterLister

NewTrafficMirrorFilterLister returns a new TrafficMirrorFilterLister.

type TrafficMirrorFilterListerExpansion

type TrafficMirrorFilterListerExpansion interface{}

TrafficMirrorFilterListerExpansion allows custom methods to be added to TrafficMirrorFilterLister.

type TrafficMirrorFilterNamespaceLister

type TrafficMirrorFilterNamespaceLister interface {
	// List lists all TrafficMirrorFilters in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilter, err error)
	// Get retrieves the TrafficMirrorFilter from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TrafficMirrorFilter, error)
	TrafficMirrorFilterNamespaceListerExpansion
}

TrafficMirrorFilterNamespaceLister helps list and get TrafficMirrorFilters. All objects returned here must be treated as read-only.

type TrafficMirrorFilterNamespaceListerExpansion

type TrafficMirrorFilterNamespaceListerExpansion interface{}

TrafficMirrorFilterNamespaceListerExpansion allows custom methods to be added to TrafficMirrorFilterNamespaceLister.

type TrafficMirrorFilterRuleLister

type TrafficMirrorFilterRuleLister interface {
	// List lists all TrafficMirrorFilterRules in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilterRule, err error)
	// TrafficMirrorFilterRules returns an object that can list and get TrafficMirrorFilterRules.
	TrafficMirrorFilterRules(namespace string) TrafficMirrorFilterRuleNamespaceLister
	TrafficMirrorFilterRuleListerExpansion
}

TrafficMirrorFilterRuleLister helps list TrafficMirrorFilterRules. All objects returned here must be treated as read-only.

func NewTrafficMirrorFilterRuleLister

func NewTrafficMirrorFilterRuleLister(indexer cache.Indexer) TrafficMirrorFilterRuleLister

NewTrafficMirrorFilterRuleLister returns a new TrafficMirrorFilterRuleLister.

type TrafficMirrorFilterRuleListerExpansion

type TrafficMirrorFilterRuleListerExpansion interface{}

TrafficMirrorFilterRuleListerExpansion allows custom methods to be added to TrafficMirrorFilterRuleLister.

type TrafficMirrorFilterRuleNamespaceLister

type TrafficMirrorFilterRuleNamespaceLister interface {
	// List lists all TrafficMirrorFilterRules in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorFilterRule, err error)
	// Get retrieves the TrafficMirrorFilterRule from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TrafficMirrorFilterRule, error)
	TrafficMirrorFilterRuleNamespaceListerExpansion
}

TrafficMirrorFilterRuleNamespaceLister helps list and get TrafficMirrorFilterRules. All objects returned here must be treated as read-only.

type TrafficMirrorFilterRuleNamespaceListerExpansion

type TrafficMirrorFilterRuleNamespaceListerExpansion interface{}

TrafficMirrorFilterRuleNamespaceListerExpansion allows custom methods to be added to TrafficMirrorFilterRuleNamespaceLister.

type TrafficMirrorSessionLister

type TrafficMirrorSessionLister interface {
	// List lists all TrafficMirrorSessions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorSession, err error)
	// TrafficMirrorSessions returns an object that can list and get TrafficMirrorSessions.
	TrafficMirrorSessions(namespace string) TrafficMirrorSessionNamespaceLister
	TrafficMirrorSessionListerExpansion
}

TrafficMirrorSessionLister helps list TrafficMirrorSessions. All objects returned here must be treated as read-only.

func NewTrafficMirrorSessionLister

func NewTrafficMirrorSessionLister(indexer cache.Indexer) TrafficMirrorSessionLister

NewTrafficMirrorSessionLister returns a new TrafficMirrorSessionLister.

type TrafficMirrorSessionListerExpansion

type TrafficMirrorSessionListerExpansion interface{}

TrafficMirrorSessionListerExpansion allows custom methods to be added to TrafficMirrorSessionLister.

type TrafficMirrorSessionNamespaceLister

type TrafficMirrorSessionNamespaceLister interface {
	// List lists all TrafficMirrorSessions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorSession, err error)
	// Get retrieves the TrafficMirrorSession from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TrafficMirrorSession, error)
	TrafficMirrorSessionNamespaceListerExpansion
}

TrafficMirrorSessionNamespaceLister helps list and get TrafficMirrorSessions. All objects returned here must be treated as read-only.

type TrafficMirrorSessionNamespaceListerExpansion

type TrafficMirrorSessionNamespaceListerExpansion interface{}

TrafficMirrorSessionNamespaceListerExpansion allows custom methods to be added to TrafficMirrorSessionNamespaceLister.

type TrafficMirrorTargetLister

type TrafficMirrorTargetLister interface {
	// List lists all TrafficMirrorTargets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorTarget, err error)
	// TrafficMirrorTargets returns an object that can list and get TrafficMirrorTargets.
	TrafficMirrorTargets(namespace string) TrafficMirrorTargetNamespaceLister
	TrafficMirrorTargetListerExpansion
}

TrafficMirrorTargetLister helps list TrafficMirrorTargets. All objects returned here must be treated as read-only.

func NewTrafficMirrorTargetLister

func NewTrafficMirrorTargetLister(indexer cache.Indexer) TrafficMirrorTargetLister

NewTrafficMirrorTargetLister returns a new TrafficMirrorTargetLister.

type TrafficMirrorTargetListerExpansion

type TrafficMirrorTargetListerExpansion interface{}

TrafficMirrorTargetListerExpansion allows custom methods to be added to TrafficMirrorTargetLister.

type TrafficMirrorTargetNamespaceLister

type TrafficMirrorTargetNamespaceLister interface {
	// List lists all TrafficMirrorTargets in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TrafficMirrorTarget, err error)
	// Get retrieves the TrafficMirrorTarget from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TrafficMirrorTarget, error)
	TrafficMirrorTargetNamespaceListerExpansion
}

TrafficMirrorTargetNamespaceLister helps list and get TrafficMirrorTargets. All objects returned here must be treated as read-only.

type TrafficMirrorTargetNamespaceListerExpansion

type TrafficMirrorTargetNamespaceListerExpansion interface{}

TrafficMirrorTargetNamespaceListerExpansion allows custom methods to be added to TrafficMirrorTargetNamespaceLister.

type TransitGatewayLister

type TransitGatewayLister interface {
	// List lists all TransitGateways in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGateway, err error)
	// TransitGateways returns an object that can list and get TransitGateways.
	TransitGateways(namespace string) TransitGatewayNamespaceLister
	TransitGatewayListerExpansion
}

TransitGatewayLister helps list TransitGateways. All objects returned here must be treated as read-only.

func NewTransitGatewayLister

func NewTransitGatewayLister(indexer cache.Indexer) TransitGatewayLister

NewTransitGatewayLister returns a new TransitGatewayLister.

type TransitGatewayListerExpansion

type TransitGatewayListerExpansion interface{}

TransitGatewayListerExpansion allows custom methods to be added to TransitGatewayLister.

type TransitGatewayNamespaceLister

type TransitGatewayNamespaceLister interface {
	// List lists all TransitGateways in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGateway, err error)
	// Get retrieves the TransitGateway from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGateway, error)
	TransitGatewayNamespaceListerExpansion
}

TransitGatewayNamespaceLister helps list and get TransitGateways. All objects returned here must be treated as read-only.

type TransitGatewayNamespaceListerExpansion

type TransitGatewayNamespaceListerExpansion interface{}

TransitGatewayNamespaceListerExpansion allows custom methods to be added to TransitGatewayNamespaceLister.

type TransitGatewayPeeringAttachmentAccepterLister

type TransitGatewayPeeringAttachmentAccepterLister interface {
	// List lists all TransitGatewayPeeringAttachmentAccepters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayPeeringAttachmentAccepter, err error)
	// TransitGatewayPeeringAttachmentAccepters returns an object that can list and get TransitGatewayPeeringAttachmentAccepters.
	TransitGatewayPeeringAttachmentAccepters(namespace string) TransitGatewayPeeringAttachmentAccepterNamespaceLister
	TransitGatewayPeeringAttachmentAccepterListerExpansion
}

TransitGatewayPeeringAttachmentAccepterLister helps list TransitGatewayPeeringAttachmentAccepters. All objects returned here must be treated as read-only.

func NewTransitGatewayPeeringAttachmentAccepterLister

func NewTransitGatewayPeeringAttachmentAccepterLister(indexer cache.Indexer) TransitGatewayPeeringAttachmentAccepterLister

NewTransitGatewayPeeringAttachmentAccepterLister returns a new TransitGatewayPeeringAttachmentAccepterLister.

type TransitGatewayPeeringAttachmentAccepterListerExpansion

type TransitGatewayPeeringAttachmentAccepterListerExpansion interface{}

TransitGatewayPeeringAttachmentAccepterListerExpansion allows custom methods to be added to TransitGatewayPeeringAttachmentAccepterLister.

type TransitGatewayPeeringAttachmentAccepterNamespaceLister

type TransitGatewayPeeringAttachmentAccepterNamespaceLister interface {
	// List lists all TransitGatewayPeeringAttachmentAccepters in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayPeeringAttachmentAccepter, err error)
	// Get retrieves the TransitGatewayPeeringAttachmentAccepter from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayPeeringAttachmentAccepter, error)
	TransitGatewayPeeringAttachmentAccepterNamespaceListerExpansion
}

TransitGatewayPeeringAttachmentAccepterNamespaceLister helps list and get TransitGatewayPeeringAttachmentAccepters. All objects returned here must be treated as read-only.

type TransitGatewayPeeringAttachmentAccepterNamespaceListerExpansion

type TransitGatewayPeeringAttachmentAccepterNamespaceListerExpansion interface{}

TransitGatewayPeeringAttachmentAccepterNamespaceListerExpansion allows custom methods to be added to TransitGatewayPeeringAttachmentAccepterNamespaceLister.

type TransitGatewayPeeringAttachmentLister

type TransitGatewayPeeringAttachmentLister interface {
	// List lists all TransitGatewayPeeringAttachments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayPeeringAttachment, err error)
	// TransitGatewayPeeringAttachments returns an object that can list and get TransitGatewayPeeringAttachments.
	TransitGatewayPeeringAttachments(namespace string) TransitGatewayPeeringAttachmentNamespaceLister
	TransitGatewayPeeringAttachmentListerExpansion
}

TransitGatewayPeeringAttachmentLister helps list TransitGatewayPeeringAttachments. All objects returned here must be treated as read-only.

func NewTransitGatewayPeeringAttachmentLister

func NewTransitGatewayPeeringAttachmentLister(indexer cache.Indexer) TransitGatewayPeeringAttachmentLister

NewTransitGatewayPeeringAttachmentLister returns a new TransitGatewayPeeringAttachmentLister.

type TransitGatewayPeeringAttachmentListerExpansion

type TransitGatewayPeeringAttachmentListerExpansion interface{}

TransitGatewayPeeringAttachmentListerExpansion allows custom methods to be added to TransitGatewayPeeringAttachmentLister.

type TransitGatewayPeeringAttachmentNamespaceLister

type TransitGatewayPeeringAttachmentNamespaceLister interface {
	// List lists all TransitGatewayPeeringAttachments in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayPeeringAttachment, err error)
	// Get retrieves the TransitGatewayPeeringAttachment from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayPeeringAttachment, error)
	TransitGatewayPeeringAttachmentNamespaceListerExpansion
}

TransitGatewayPeeringAttachmentNamespaceLister helps list and get TransitGatewayPeeringAttachments. All objects returned here must be treated as read-only.

type TransitGatewayPeeringAttachmentNamespaceListerExpansion

type TransitGatewayPeeringAttachmentNamespaceListerExpansion interface{}

TransitGatewayPeeringAttachmentNamespaceListerExpansion allows custom methods to be added to TransitGatewayPeeringAttachmentNamespaceLister.

type TransitGatewayPrefixListReferenceLister

type TransitGatewayPrefixListReferenceLister interface {
	// List lists all TransitGatewayPrefixListReferences in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayPrefixListReference, err error)
	// TransitGatewayPrefixListReferences returns an object that can list and get TransitGatewayPrefixListReferences.
	TransitGatewayPrefixListReferences(namespace string) TransitGatewayPrefixListReferenceNamespaceLister
	TransitGatewayPrefixListReferenceListerExpansion
}

TransitGatewayPrefixListReferenceLister helps list TransitGatewayPrefixListReferences. All objects returned here must be treated as read-only.

func NewTransitGatewayPrefixListReferenceLister

func NewTransitGatewayPrefixListReferenceLister(indexer cache.Indexer) TransitGatewayPrefixListReferenceLister

NewTransitGatewayPrefixListReferenceLister returns a new TransitGatewayPrefixListReferenceLister.

type TransitGatewayPrefixListReferenceListerExpansion

type TransitGatewayPrefixListReferenceListerExpansion interface{}

TransitGatewayPrefixListReferenceListerExpansion allows custom methods to be added to TransitGatewayPrefixListReferenceLister.

type TransitGatewayPrefixListReferenceNamespaceLister

type TransitGatewayPrefixListReferenceNamespaceLister interface {
	// List lists all TransitGatewayPrefixListReferences in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayPrefixListReference, err error)
	// Get retrieves the TransitGatewayPrefixListReference from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayPrefixListReference, error)
	TransitGatewayPrefixListReferenceNamespaceListerExpansion
}

TransitGatewayPrefixListReferenceNamespaceLister helps list and get TransitGatewayPrefixListReferences. All objects returned here must be treated as read-only.

type TransitGatewayPrefixListReferenceNamespaceListerExpansion

type TransitGatewayPrefixListReferenceNamespaceListerExpansion interface{}

TransitGatewayPrefixListReferenceNamespaceListerExpansion allows custom methods to be added to TransitGatewayPrefixListReferenceNamespaceLister.

type TransitGatewayRouteLister

type TransitGatewayRouteLister interface {
	// List lists all TransitGatewayRoutes in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRoute, err error)
	// TransitGatewayRoutes returns an object that can list and get TransitGatewayRoutes.
	TransitGatewayRoutes(namespace string) TransitGatewayRouteNamespaceLister
	TransitGatewayRouteListerExpansion
}

TransitGatewayRouteLister helps list TransitGatewayRoutes. All objects returned here must be treated as read-only.

func NewTransitGatewayRouteLister

func NewTransitGatewayRouteLister(indexer cache.Indexer) TransitGatewayRouteLister

NewTransitGatewayRouteLister returns a new TransitGatewayRouteLister.

type TransitGatewayRouteListerExpansion

type TransitGatewayRouteListerExpansion interface{}

TransitGatewayRouteListerExpansion allows custom methods to be added to TransitGatewayRouteLister.

type TransitGatewayRouteNamespaceLister

type TransitGatewayRouteNamespaceLister interface {
	// List lists all TransitGatewayRoutes in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRoute, err error)
	// Get retrieves the TransitGatewayRoute from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayRoute, error)
	TransitGatewayRouteNamespaceListerExpansion
}

TransitGatewayRouteNamespaceLister helps list and get TransitGatewayRoutes. All objects returned here must be treated as read-only.

type TransitGatewayRouteNamespaceListerExpansion

type TransitGatewayRouteNamespaceListerExpansion interface{}

TransitGatewayRouteNamespaceListerExpansion allows custom methods to be added to TransitGatewayRouteNamespaceLister.

type TransitGatewayRouteTableAssociationLister

type TransitGatewayRouteTableAssociationLister interface {
	// List lists all TransitGatewayRouteTableAssociations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRouteTableAssociation, err error)
	// TransitGatewayRouteTableAssociations returns an object that can list and get TransitGatewayRouteTableAssociations.
	TransitGatewayRouteTableAssociations(namespace string) TransitGatewayRouteTableAssociationNamespaceLister
	TransitGatewayRouteTableAssociationListerExpansion
}

TransitGatewayRouteTableAssociationLister helps list TransitGatewayRouteTableAssociations. All objects returned here must be treated as read-only.

func NewTransitGatewayRouteTableAssociationLister

func NewTransitGatewayRouteTableAssociationLister(indexer cache.Indexer) TransitGatewayRouteTableAssociationLister

NewTransitGatewayRouteTableAssociationLister returns a new TransitGatewayRouteTableAssociationLister.

type TransitGatewayRouteTableAssociationListerExpansion

type TransitGatewayRouteTableAssociationListerExpansion interface{}

TransitGatewayRouteTableAssociationListerExpansion allows custom methods to be added to TransitGatewayRouteTableAssociationLister.

type TransitGatewayRouteTableAssociationNamespaceLister

type TransitGatewayRouteTableAssociationNamespaceLister interface {
	// List lists all TransitGatewayRouteTableAssociations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRouteTableAssociation, err error)
	// Get retrieves the TransitGatewayRouteTableAssociation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayRouteTableAssociation, error)
	TransitGatewayRouteTableAssociationNamespaceListerExpansion
}

TransitGatewayRouteTableAssociationNamespaceLister helps list and get TransitGatewayRouteTableAssociations. All objects returned here must be treated as read-only.

type TransitGatewayRouteTableAssociationNamespaceListerExpansion

type TransitGatewayRouteTableAssociationNamespaceListerExpansion interface{}

TransitGatewayRouteTableAssociationNamespaceListerExpansion allows custom methods to be added to TransitGatewayRouteTableAssociationNamespaceLister.

type TransitGatewayRouteTableLister

type TransitGatewayRouteTableLister interface {
	// List lists all TransitGatewayRouteTables in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRouteTable, err error)
	// TransitGatewayRouteTables returns an object that can list and get TransitGatewayRouteTables.
	TransitGatewayRouteTables(namespace string) TransitGatewayRouteTableNamespaceLister
	TransitGatewayRouteTableListerExpansion
}

TransitGatewayRouteTableLister helps list TransitGatewayRouteTables. All objects returned here must be treated as read-only.

func NewTransitGatewayRouteTableLister

func NewTransitGatewayRouteTableLister(indexer cache.Indexer) TransitGatewayRouteTableLister

NewTransitGatewayRouteTableLister returns a new TransitGatewayRouteTableLister.

type TransitGatewayRouteTableListerExpansion

type TransitGatewayRouteTableListerExpansion interface{}

TransitGatewayRouteTableListerExpansion allows custom methods to be added to TransitGatewayRouteTableLister.

type TransitGatewayRouteTableNamespaceLister

type TransitGatewayRouteTableNamespaceLister interface {
	// List lists all TransitGatewayRouteTables in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRouteTable, err error)
	// Get retrieves the TransitGatewayRouteTable from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayRouteTable, error)
	TransitGatewayRouteTableNamespaceListerExpansion
}

TransitGatewayRouteTableNamespaceLister helps list and get TransitGatewayRouteTables. All objects returned here must be treated as read-only.

type TransitGatewayRouteTableNamespaceListerExpansion

type TransitGatewayRouteTableNamespaceListerExpansion interface{}

TransitGatewayRouteTableNamespaceListerExpansion allows custom methods to be added to TransitGatewayRouteTableNamespaceLister.

type TransitGatewayRouteTablePropagationLister

type TransitGatewayRouteTablePropagationLister interface {
	// List lists all TransitGatewayRouteTablePropagations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRouteTablePropagation, err error)
	// TransitGatewayRouteTablePropagations returns an object that can list and get TransitGatewayRouteTablePropagations.
	TransitGatewayRouteTablePropagations(namespace string) TransitGatewayRouteTablePropagationNamespaceLister
	TransitGatewayRouteTablePropagationListerExpansion
}

TransitGatewayRouteTablePropagationLister helps list TransitGatewayRouteTablePropagations. All objects returned here must be treated as read-only.

func NewTransitGatewayRouteTablePropagationLister

func NewTransitGatewayRouteTablePropagationLister(indexer cache.Indexer) TransitGatewayRouteTablePropagationLister

NewTransitGatewayRouteTablePropagationLister returns a new TransitGatewayRouteTablePropagationLister.

type TransitGatewayRouteTablePropagationListerExpansion

type TransitGatewayRouteTablePropagationListerExpansion interface{}

TransitGatewayRouteTablePropagationListerExpansion allows custom methods to be added to TransitGatewayRouteTablePropagationLister.

type TransitGatewayRouteTablePropagationNamespaceLister

type TransitGatewayRouteTablePropagationNamespaceLister interface {
	// List lists all TransitGatewayRouteTablePropagations in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayRouteTablePropagation, err error)
	// Get retrieves the TransitGatewayRouteTablePropagation from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayRouteTablePropagation, error)
	TransitGatewayRouteTablePropagationNamespaceListerExpansion
}

TransitGatewayRouteTablePropagationNamespaceLister helps list and get TransitGatewayRouteTablePropagations. All objects returned here must be treated as read-only.

type TransitGatewayRouteTablePropagationNamespaceListerExpansion

type TransitGatewayRouteTablePropagationNamespaceListerExpansion interface{}

TransitGatewayRouteTablePropagationNamespaceListerExpansion allows custom methods to be added to TransitGatewayRouteTablePropagationNamespaceLister.

type TransitGatewayVpcAttachmentAccepterLister

type TransitGatewayVpcAttachmentAccepterLister interface {
	// List lists all TransitGatewayVpcAttachmentAccepters in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayVpcAttachmentAccepter, err error)
	// TransitGatewayVpcAttachmentAccepters returns an object that can list and get TransitGatewayVpcAttachmentAccepters.
	TransitGatewayVpcAttachmentAccepters(namespace string) TransitGatewayVpcAttachmentAccepterNamespaceLister
	TransitGatewayVpcAttachmentAccepterListerExpansion
}

TransitGatewayVpcAttachmentAccepterLister helps list TransitGatewayVpcAttachmentAccepters. All objects returned here must be treated as read-only.

func NewTransitGatewayVpcAttachmentAccepterLister

func NewTransitGatewayVpcAttachmentAccepterLister(indexer cache.Indexer) TransitGatewayVpcAttachmentAccepterLister

NewTransitGatewayVpcAttachmentAccepterLister returns a new TransitGatewayVpcAttachmentAccepterLister.

type TransitGatewayVpcAttachmentAccepterListerExpansion

type TransitGatewayVpcAttachmentAccepterListerExpansion interface{}

TransitGatewayVpcAttachmentAccepterListerExpansion allows custom methods to be added to TransitGatewayVpcAttachmentAccepterLister.

type TransitGatewayVpcAttachmentAccepterNamespaceLister

type TransitGatewayVpcAttachmentAccepterNamespaceLister interface {
	// List lists all TransitGatewayVpcAttachmentAccepters in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayVpcAttachmentAccepter, err error)
	// Get retrieves the TransitGatewayVpcAttachmentAccepter from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayVpcAttachmentAccepter, error)
	TransitGatewayVpcAttachmentAccepterNamespaceListerExpansion
}

TransitGatewayVpcAttachmentAccepterNamespaceLister helps list and get TransitGatewayVpcAttachmentAccepters. All objects returned here must be treated as read-only.

type TransitGatewayVpcAttachmentAccepterNamespaceListerExpansion

type TransitGatewayVpcAttachmentAccepterNamespaceListerExpansion interface{}

TransitGatewayVpcAttachmentAccepterNamespaceListerExpansion allows custom methods to be added to TransitGatewayVpcAttachmentAccepterNamespaceLister.

type TransitGatewayVpcAttachmentLister

type TransitGatewayVpcAttachmentLister interface {
	// List lists all TransitGatewayVpcAttachments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayVpcAttachment, err error)
	// TransitGatewayVpcAttachments returns an object that can list and get TransitGatewayVpcAttachments.
	TransitGatewayVpcAttachments(namespace string) TransitGatewayVpcAttachmentNamespaceLister
	TransitGatewayVpcAttachmentListerExpansion
}

TransitGatewayVpcAttachmentLister helps list TransitGatewayVpcAttachments. All objects returned here must be treated as read-only.

func NewTransitGatewayVpcAttachmentLister

func NewTransitGatewayVpcAttachmentLister(indexer cache.Indexer) TransitGatewayVpcAttachmentLister

NewTransitGatewayVpcAttachmentLister returns a new TransitGatewayVpcAttachmentLister.

type TransitGatewayVpcAttachmentListerExpansion

type TransitGatewayVpcAttachmentListerExpansion interface{}

TransitGatewayVpcAttachmentListerExpansion allows custom methods to be added to TransitGatewayVpcAttachmentLister.

type TransitGatewayVpcAttachmentNamespaceLister

type TransitGatewayVpcAttachmentNamespaceLister interface {
	// List lists all TransitGatewayVpcAttachments in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TransitGatewayVpcAttachment, err error)
	// Get retrieves the TransitGatewayVpcAttachment from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TransitGatewayVpcAttachment, error)
	TransitGatewayVpcAttachmentNamespaceListerExpansion
}

TransitGatewayVpcAttachmentNamespaceLister helps list and get TransitGatewayVpcAttachments. All objects returned here must be treated as read-only.

type TransitGatewayVpcAttachmentNamespaceListerExpansion

type TransitGatewayVpcAttachmentNamespaceListerExpansion interface{}

TransitGatewayVpcAttachmentNamespaceListerExpansion allows custom methods to be added to TransitGatewayVpcAttachmentNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL