Documentation ¶
Index ¶
- func NewClusterPodSubnetTopologySpreadInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredClusterPodSubnetTopologySpreadInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNetResourceConfigSetInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSecurityGroupInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNetResourceConfigSetInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSecurityGroupInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterPodSubnetTopologySpreadInformer
- type Interface
- type NetResourceConfigSetInformer
- type SecurityGroupInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterPodSubnetTopologySpreadInformer ¶
func NewClusterPodSubnetTopologySpreadInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewClusterPodSubnetTopologySpreadInformer constructs a new informer for ClusterPodSubnetTopologySpread 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 NewFilteredClusterPodSubnetTopologySpreadInformer ¶
func NewFilteredClusterPodSubnetTopologySpreadInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredClusterPodSubnetTopologySpreadInformer constructs a new informer for ClusterPodSubnetTopologySpread 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 NewFilteredNetResourceConfigSetInformer ¶
func NewFilteredNetResourceConfigSetInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNetResourceConfigSetInformer constructs a new informer for NetResourceConfigSet 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 ¶
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 NewNetResourceConfigSetInformer ¶
func NewNetResourceConfigSetInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNetResourceConfigSetInformer constructs a new informer for NetResourceConfigSet 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 ¶
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.
Types ¶
type ClusterPodSubnetTopologySpreadInformer ¶
type ClusterPodSubnetTopologySpreadInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.ClusterPodSubnetTopologySpreadLister }
ClusterPodSubnetTopologySpreadInformer provides access to a shared informer and lister for ClusterPodSubnetTopologySpreads.
type Interface ¶
type Interface interface { // ClusterPodSubnetTopologySpreads returns a ClusterPodSubnetTopologySpreadInformer. ClusterPodSubnetTopologySpreads() ClusterPodSubnetTopologySpreadInformer // NetResourceConfigSets returns a NetResourceConfigSetInformer. NetResourceConfigSets() NetResourceConfigSetInformer // SecurityGroups returns a SecurityGroupInformer. SecurityGroups() SecurityGroupInformer }
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 NetResourceConfigSetInformer ¶
type NetResourceConfigSetInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.NetResourceConfigSetLister }
NetResourceConfigSetInformer provides access to a shared informer and lister for NetResourceConfigSets.
type SecurityGroupInformer ¶
type SecurityGroupInformer interface { Informer() cache.SharedIndexInformer Lister() v2alpha1.SecurityGroupLister }
SecurityGroupInformer provides access to a shared informer and lister for SecurityGroups.