v1

package
v1.12.16 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredIPInformer

func NewFilteredIPInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIPInformer constructs a new informer for IP 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 NewFilteredIPPoolInformer added in v1.12.0

func NewFilteredIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIPPoolInformer constructs a new informer for IPPool 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 NewFilteredIptablesDnatRuleInformer added in v1.10.0

func NewFilteredIptablesDnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIptablesDnatRuleInformer constructs a new informer for IptablesDnatRule 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 NewFilteredIptablesEIPInformer added in v1.10.0

func NewFilteredIptablesEIPInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIptablesEIPInformer constructs a new informer for IptablesEIP 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 NewFilteredIptablesFIPRuleInformer added in v1.10.0

func NewFilteredIptablesFIPRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIptablesFIPRuleInformer constructs a new informer for IptablesFIPRule 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 NewFilteredIptablesSnatRuleInformer added in v1.10.0

func NewFilteredIptablesSnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredIptablesSnatRuleInformer constructs a new informer for IptablesSnatRule 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 NewFilteredOvnDnatRuleInformer added in v1.12.0

func NewFilteredOvnDnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOvnDnatRuleInformer constructs a new informer for OvnDnatRule 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 NewFilteredOvnEipInformer added in v1.11.0

func NewFilteredOvnEipInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOvnEipInformer constructs a new informer for OvnEip 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 NewFilteredOvnFipInformer added in v1.11.0

func NewFilteredOvnFipInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOvnFipInformer constructs a new informer for OvnFip 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 NewFilteredOvnSnatRuleInformer added in v1.11.0

func NewFilteredOvnSnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredOvnSnatRuleInformer constructs a new informer for OvnSnatRule 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 NewFilteredProviderNetworkInformer added in v1.7.1

func NewFilteredProviderNetworkInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredProviderNetworkInformer constructs a new informer for ProviderNetwork 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 NewFilteredQoSPolicyInformer added in v1.12.0

func NewFilteredQoSPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredQoSPolicyInformer constructs a new informer for QoSPolicy 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 NewFilteredSecurityGroupInformer added in v1.8.0

func NewFilteredSecurityGroupInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredSecurityGroupInformer constructs a new informer for SecurityGroup 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, 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 NewFilteredSwitchLBRuleInformer added in v1.11.0

func NewFilteredSwitchLBRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredSwitchLBRuleInformer constructs a new informer for SwitchLBRule 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 NewFilteredVipInformer added in v1.10.0

func NewFilteredVipInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVipInformer constructs a new informer for Vip 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 NewFilteredVlanInformer

func NewFilteredVlanInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVlanInformer constructs a new informer for Vlan 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 NewFilteredVpcDnsInformer added in v1.11.0

func NewFilteredVpcDnsInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVpcDnsInformer constructs a new informer for VpcDns 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 NewFilteredVpcInformer

func NewFilteredVpcInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVpcInformer constructs a new informer for Vpc 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 NewFilteredVpcNatGatewayInformer

func NewFilteredVpcNatGatewayInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredVpcNatGatewayInformer constructs a new informer for VpcNatGateway 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 NewIPInformer

func NewIPInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIPInformer constructs a new informer for IP 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 NewIPPoolInformer added in v1.12.0

func NewIPPoolInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIPPoolInformer constructs a new informer for IPPool 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 NewIptablesDnatRuleInformer added in v1.10.0

func NewIptablesDnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIptablesDnatRuleInformer constructs a new informer for IptablesDnatRule 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 NewIptablesEIPInformer added in v1.10.0

func NewIptablesEIPInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIptablesEIPInformer constructs a new informer for IptablesEIP 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 NewIptablesFIPRuleInformer added in v1.10.0

func NewIptablesFIPRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIptablesFIPRuleInformer constructs a new informer for IptablesFIPRule 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 NewIptablesSnatRuleInformer added in v1.10.0

func NewIptablesSnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewIptablesSnatRuleInformer constructs a new informer for IptablesSnatRule 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 NewOvnDnatRuleInformer added in v1.12.0

func NewOvnDnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOvnDnatRuleInformer constructs a new informer for OvnDnatRule 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 NewOvnEipInformer added in v1.11.0

func NewOvnEipInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOvnEipInformer constructs a new informer for OvnEip 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 NewOvnFipInformer added in v1.11.0

func NewOvnFipInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOvnFipInformer constructs a new informer for OvnFip 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 NewOvnSnatRuleInformer added in v1.11.0

func NewOvnSnatRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewOvnSnatRuleInformer constructs a new informer for OvnSnatRule 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 NewProviderNetworkInformer added in v1.7.1

func NewProviderNetworkInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewProviderNetworkInformer constructs a new informer for ProviderNetwork 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 NewQoSPolicyInformer added in v1.12.0

func NewQoSPolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewQoSPolicyInformer constructs a new informer for QoSPolicy 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 NewSecurityGroupInformer added in v1.8.0

func NewSecurityGroupInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSecurityGroupInformer constructs a new informer for SecurityGroup 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, 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.

func NewSwitchLBRuleInformer added in v1.11.0

func NewSwitchLBRuleInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSwitchLBRuleInformer constructs a new informer for SwitchLBRule 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 NewVipInformer added in v1.10.0

func NewVipInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVipInformer constructs a new informer for Vip 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 NewVlanInformer

func NewVlanInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVlanInformer constructs a new informer for Vlan 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 NewVpcDnsInformer added in v1.11.0

func NewVpcDnsInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVpcDnsInformer constructs a new informer for VpcDns 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 NewVpcInformer

func NewVpcInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVpcInformer constructs a new informer for Vpc 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 NewVpcNatGatewayInformer

func NewVpcNatGatewayInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewVpcNatGatewayInformer constructs a new informer for VpcNatGateway 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 IPInformer

type IPInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.IPLister
}

IPInformer provides access to a shared informer and lister for IPs.

type IPPoolInformer added in v1.12.0

type IPPoolInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.IPPoolLister
}

IPPoolInformer provides access to a shared informer and lister for IPPools.

type Interface

type Interface interface {
	// IPs returns a IPInformer.
	IPs() IPInformer
	// IPPools returns a IPPoolInformer.
	IPPools() IPPoolInformer
	// IptablesDnatRules returns a IptablesDnatRuleInformer.
	IptablesDnatRules() IptablesDnatRuleInformer
	// IptablesEIPs returns a IptablesEIPInformer.
	IptablesEIPs() IptablesEIPInformer
	// IptablesFIPRules returns a IptablesFIPRuleInformer.
	IptablesFIPRules() IptablesFIPRuleInformer
	// IptablesSnatRules returns a IptablesSnatRuleInformer.
	IptablesSnatRules() IptablesSnatRuleInformer
	// OvnDnatRules returns a OvnDnatRuleInformer.
	OvnDnatRules() OvnDnatRuleInformer
	// OvnEips returns a OvnEipInformer.
	OvnEips() OvnEipInformer
	// OvnFips returns a OvnFipInformer.
	OvnFips() OvnFipInformer
	// OvnSnatRules returns a OvnSnatRuleInformer.
	OvnSnatRules() OvnSnatRuleInformer
	// ProviderNetworks returns a ProviderNetworkInformer.
	ProviderNetworks() ProviderNetworkInformer
	// QoSPolicies returns a QoSPolicyInformer.
	QoSPolicies() QoSPolicyInformer
	// SecurityGroups returns a SecurityGroupInformer.
	SecurityGroups() SecurityGroupInformer
	// Subnets returns a SubnetInformer.
	Subnets() SubnetInformer
	// SwitchLBRules returns a SwitchLBRuleInformer.
	SwitchLBRules() SwitchLBRuleInformer
	// Vips returns a VipInformer.
	Vips() VipInformer
	// Vlans returns a VlanInformer.
	Vlans() VlanInformer
	// Vpcs returns a VpcInformer.
	Vpcs() VpcInformer
	// VpcDnses returns a VpcDnsInformer.
	VpcDnses() VpcDnsInformer
	// VpcNatGateways returns a VpcNatGatewayInformer.
	VpcNatGateways() VpcNatGatewayInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type IptablesDnatRuleInformer added in v1.10.0

type IptablesDnatRuleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.IptablesDnatRuleLister
}

IptablesDnatRuleInformer provides access to a shared informer and lister for IptablesDnatRules.

type IptablesEIPInformer added in v1.10.0

type IptablesEIPInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.IptablesEIPLister
}

IptablesEIPInformer provides access to a shared informer and lister for IptablesEIPs.

type IptablesFIPRuleInformer added in v1.10.0

type IptablesFIPRuleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.IptablesFIPRuleLister
}

IptablesFIPRuleInformer provides access to a shared informer and lister for IptablesFIPRules.

type IptablesSnatRuleInformer added in v1.10.0

type IptablesSnatRuleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.IptablesSnatRuleLister
}

IptablesSnatRuleInformer provides access to a shared informer and lister for IptablesSnatRules.

type OvnDnatRuleInformer added in v1.12.0

type OvnDnatRuleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OvnDnatRuleLister
}

OvnDnatRuleInformer provides access to a shared informer and lister for OvnDnatRules.

type OvnEipInformer added in v1.11.0

type OvnEipInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OvnEipLister
}

OvnEipInformer provides access to a shared informer and lister for OvnEips.

type OvnFipInformer added in v1.11.0

type OvnFipInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OvnFipLister
}

OvnFipInformer provides access to a shared informer and lister for OvnFips.

type OvnSnatRuleInformer added in v1.11.0

type OvnSnatRuleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.OvnSnatRuleLister
}

OvnSnatRuleInformer provides access to a shared informer and lister for OvnSnatRules.

type ProviderNetworkInformer added in v1.7.1

type ProviderNetworkInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ProviderNetworkLister
}

ProviderNetworkInformer provides access to a shared informer and lister for ProviderNetworks.

type QoSPolicyInformer added in v1.12.0

type QoSPolicyInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.QoSPolicyLister
}

QoSPolicyInformer provides access to a shared informer and lister for QoSPolicies.

type SecurityGroupInformer added in v1.8.0

type SecurityGroupInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.SecurityGroupLister
}

SecurityGroupInformer provides access to a shared informer and lister for SecurityGroups.

type SubnetInformer

type SubnetInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.SubnetLister
}

SubnetInformer provides access to a shared informer and lister for Subnets.

type SwitchLBRuleInformer added in v1.11.0

type SwitchLBRuleInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.SwitchLBRuleLister
}

SwitchLBRuleInformer provides access to a shared informer and lister for SwitchLBRules.

type VipInformer added in v1.10.0

type VipInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.VipLister
}

VipInformer provides access to a shared informer and lister for Vips.

type VlanInformer

type VlanInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.VlanLister
}

VlanInformer provides access to a shared informer and lister for Vlans.

type VpcDnsInformer added in v1.11.0

type VpcDnsInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.VpcDnsLister
}

VpcDnsInformer provides access to a shared informer and lister for VpcDnses.

type VpcInformer

type VpcInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.VpcLister
}

VpcInformer provides access to a shared informer and lister for Vpcs.

type VpcNatGatewayInformer

type VpcNatGatewayInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.VpcNatGatewayLister
}

VpcNatGatewayInformer provides access to a shared informer and lister for VpcNatGateways.

Jump to

Keyboard shortcuts

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