Documentation ¶
Index ¶
- func NewFilteredSriovNetworkInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSriovNetworkNodePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSriovNetworkNodeStateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSriovOperatorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSriovNetworkInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSriovNetworkNodePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSriovNetworkNodeStateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSriovOperatorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type SriovNetworkInformer
- type SriovNetworkNodePolicyInformer
- type SriovNetworkNodeStateInformer
- type SriovOperatorConfigInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredSriovNetworkInformer ¶
func NewFilteredSriovNetworkInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSriovNetworkInformer constructs a new informer for SriovNetwork 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 NewFilteredSriovNetworkNodePolicyInformer ¶
func NewFilteredSriovNetworkNodePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSriovNetworkNodePolicyInformer constructs a new informer for SriovNetworkNodePolicy 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 NewFilteredSriovNetworkNodeStateInformer ¶
func NewFilteredSriovNetworkNodeStateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSriovNetworkNodeStateInformer constructs a new informer for SriovNetworkNodeState 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 NewFilteredSriovOperatorConfigInformer ¶
func NewFilteredSriovOperatorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSriovOperatorConfigInformer constructs a new informer for SriovOperatorConfig 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 NewSriovNetworkInformer ¶
func NewSriovNetworkInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSriovNetworkInformer constructs a new informer for SriovNetwork 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 NewSriovNetworkNodePolicyInformer ¶
func NewSriovNetworkNodePolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSriovNetworkNodePolicyInformer constructs a new informer for SriovNetworkNodePolicy 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 NewSriovNetworkNodeStateInformer ¶
func NewSriovNetworkNodeStateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSriovNetworkNodeStateInformer constructs a new informer for SriovNetworkNodeState 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 NewSriovOperatorConfigInformer ¶
func NewSriovOperatorConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSriovOperatorConfigInformer constructs a new informer for SriovOperatorConfig 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 { // SriovNetworks returns a SriovNetworkInformer. SriovNetworks() SriovNetworkInformer // SriovNetworkNodePolicies returns a SriovNetworkNodePolicyInformer. SriovNetworkNodePolicies() SriovNetworkNodePolicyInformer // SriovNetworkNodeStates returns a SriovNetworkNodeStateInformer. SriovNetworkNodeStates() SriovNetworkNodeStateInformer // SriovOperatorConfigs returns a SriovOperatorConfigInformer. SriovOperatorConfigs() SriovOperatorConfigInformer }
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 SriovNetworkInformer ¶
type SriovNetworkInformer interface { Informer() cache.SharedIndexInformer Lister() v1.SriovNetworkLister }
SriovNetworkInformer provides access to a shared informer and lister for SriovNetworks.
type SriovNetworkNodePolicyInformer ¶
type SriovNetworkNodePolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1.SriovNetworkNodePolicyLister }
SriovNetworkNodePolicyInformer provides access to a shared informer and lister for SriovNetworkNodePolicies.
type SriovNetworkNodeStateInformer ¶
type SriovNetworkNodeStateInformer interface { Informer() cache.SharedIndexInformer Lister() v1.SriovNetworkNodeStateLister }
SriovNetworkNodeStateInformer provides access to a shared informer and lister for SriovNetworkNodeStates.
type SriovOperatorConfigInformer ¶
type SriovOperatorConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1.SriovOperatorConfigLister }
SriovOperatorConfigInformer provides access to a shared informer and lister for SriovOperatorConfigs.