Documentation
¶
Index ¶
- func NewFilteredStandSchedulePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewStandSchedulePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type StandSchedulePolicyInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredStandSchedulePolicyInformer ¶
func NewFilteredStandSchedulePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredStandSchedulePolicyInformer constructs a new informer for StandSchedulePolicy 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 NewStandSchedulePolicyInformer ¶
func NewStandSchedulePolicyInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewStandSchedulePolicyInformer constructs a new informer for StandSchedulePolicy 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 { // StandSchedulePolicies returns a StandSchedulePolicyInformer. StandSchedulePolicies() StandSchedulePolicyInformer }
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 StandSchedulePolicyInformer ¶
type StandSchedulePolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1.StandSchedulePolicyLister }
StandSchedulePolicyInformer provides access to a shared informer and lister for StandSchedulePolicies.