Documentation ¶
Index ¶
- func NewFilteredNatGatewayAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNetworkSecurityGroupAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRouteTableAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredServiceEndpointStoragePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSubnetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNatGatewayAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNetworkSecurityGroupAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRouteTableAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceEndpointStoragePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSubnetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type NatGatewayAssociationInformer
- type NetworkSecurityGroupAssociationInformer
- type RouteTableAssociationInformer
- type ServiceEndpointStoragePolicyInformer
- type SubnetInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredNatGatewayAssociationInformer ¶
func NewFilteredNatGatewayAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNatGatewayAssociationInformer constructs a new informer for NatGatewayAssociation type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredNetworkSecurityGroupAssociationInformer ¶
func NewFilteredNetworkSecurityGroupAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNetworkSecurityGroupAssociationInformer constructs a new informer for NetworkSecurityGroupAssociation type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredRouteTableAssociationInformer ¶
func NewFilteredRouteTableAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRouteTableAssociationInformer constructs a new informer for RouteTableAssociation type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredServiceEndpointStoragePolicyInformer ¶
func NewFilteredServiceEndpointStoragePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredServiceEndpointStoragePolicyInformer constructs a new informer for ServiceEndpointStoragePolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredSubnetInformer ¶
func NewFilteredSubnetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSubnetInformer constructs a new informer for Subnet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewNatGatewayAssociationInformer ¶
func NewNatGatewayAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNatGatewayAssociationInformer constructs a new informer for NatGatewayAssociation type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewNetworkSecurityGroupAssociationInformer ¶
func NewNetworkSecurityGroupAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNetworkSecurityGroupAssociationInformer constructs a new informer for NetworkSecurityGroupAssociation type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewRouteTableAssociationInformer ¶
func NewRouteTableAssociationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRouteTableAssociationInformer constructs a new informer for RouteTableAssociation type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewServiceEndpointStoragePolicyInformer ¶
func NewServiceEndpointStoragePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewServiceEndpointStoragePolicyInformer constructs a new informer for ServiceEndpointStoragePolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewSubnetInformer ¶
func NewSubnetInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSubnetInformer constructs a new informer for Subnet type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type Interface ¶
type Interface interface { // NatGatewayAssociations returns a NatGatewayAssociationInformer. NatGatewayAssociations() NatGatewayAssociationInformer // NetworkSecurityGroupAssociations returns a NetworkSecurityGroupAssociationInformer. NetworkSecurityGroupAssociations() NetworkSecurityGroupAssociationInformer // RouteTableAssociations returns a RouteTableAssociationInformer. RouteTableAssociations() RouteTableAssociationInformer // ServiceEndpointStoragePolicies returns a ServiceEndpointStoragePolicyInformer. ServiceEndpointStoragePolicies() ServiceEndpointStoragePolicyInformer // Subnets returns a SubnetInformer. Subnets() SubnetInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type NatGatewayAssociationInformer ¶
type NatGatewayAssociationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.NatGatewayAssociationLister }
NatGatewayAssociationInformer provides access to a shared informer and lister for NatGatewayAssociations.
type NetworkSecurityGroupAssociationInformer ¶
type NetworkSecurityGroupAssociationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.NetworkSecurityGroupAssociationLister }
NetworkSecurityGroupAssociationInformer provides access to a shared informer and lister for NetworkSecurityGroupAssociations.
type RouteTableAssociationInformer ¶
type RouteTableAssociationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RouteTableAssociationLister }
RouteTableAssociationInformer provides access to a shared informer and lister for RouteTableAssociations.
type ServiceEndpointStoragePolicyInformer ¶
type ServiceEndpointStoragePolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceEndpointStoragePolicyLister }
ServiceEndpointStoragePolicyInformer provides access to a shared informer and lister for ServiceEndpointStoragePolicies.
type SubnetInformer ¶
type SubnetInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.SubnetLister }
SubnetInformer provides access to a shared informer and lister for Subnets.