// Code generated by informer-gen. DO NOT EDIT.

package v1alpha1

import (
	internalinterfaces "github.com/gocrane/api/pkg/generated/informers/externalversions/internalinterfaces"
)

// Interface provides access to all the informers in this group version.
type Interface interface {
	// AvoidanceActions returns a AvoidanceActionInformer.
	AvoidanceActions() AvoidanceActionInformer
	// NodeQOSs returns a NodeQOSInformer.
	NodeQOSs() NodeQOSInformer
	// PodQOSs returns a PodQOSInformer.
	PodQOSs() PodQOSInformer
}

type version struct {
	factory          internalinterfaces.SharedInformerFactory
	namespace        string
	tweakListOptions internalinterfaces.TweakListOptionsFunc
}

// New returns a new Interface.
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface {
	return &version{factory: f, namespace: namespace, tweakListOptions: tweakListOptions}
}

// AvoidanceActions returns a AvoidanceActionInformer.
func (v *version) AvoidanceActions() AvoidanceActionInformer {
	return &avoidanceActionInformer{factory: v.factory, tweakListOptions: v.tweakListOptions}
}

// NodeQOSs returns a NodeQOSInformer.
func (v *version) NodeQOSs() NodeQOSInformer {
	return &nodeQOSInformer{factory: v.factory, tweakListOptions: v.tweakListOptions}
}

// PodQOSs returns a PodQOSInformer.
func (v *version) PodQOSs() PodQOSInformer {
	return &podQOSInformer{factory: v.factory, tweakListOptions: v.tweakListOptions}
}
