Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvoidanceActionLister ¶
type AvoidanceActionLister interface { // List lists all AvoidanceActions in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.AvoidanceAction, err error) // Get retrieves the AvoidanceAction from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.AvoidanceAction, error) AvoidanceActionListerExpansion }
AvoidanceActionLister helps list AvoidanceActions. All objects returned here must be treated as read-only.
func NewAvoidanceActionLister ¶
func NewAvoidanceActionLister(indexer cache.Indexer) AvoidanceActionLister
NewAvoidanceActionLister returns a new AvoidanceActionLister.
type AvoidanceActionListerExpansion ¶
type AvoidanceActionListerExpansion interface{}
AvoidanceActionListerExpansion allows custom methods to be added to AvoidanceActionLister.
type NodeQOSLister ¶
type NodeQOSLister interface { // List lists all NodeQOSs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NodeQOS, err error) // Get retrieves the NodeQOS from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NodeQOS, error) NodeQOSListerExpansion }
NodeQOSLister helps list NodeQOSs. All objects returned here must be treated as read-only.
func NewNodeQOSLister ¶
func NewNodeQOSLister(indexer cache.Indexer) NodeQOSLister
NewNodeQOSLister returns a new NodeQOSLister.
type NodeQOSListerExpansion ¶
type NodeQOSListerExpansion interface{}
NodeQOSListerExpansion allows custom methods to be added to NodeQOSLister.
type PodQOSLister ¶
type PodQOSLister interface { // List lists all PodQOSs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.PodQOS, err error) // Get retrieves the PodQOS from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.PodQOS, error) PodQOSListerExpansion }
PodQOSLister helps list PodQOSs. All objects returned here must be treated as read-only.
func NewPodQOSLister ¶
func NewPodQOSLister(indexer cache.Indexer) PodQOSLister
NewPodQOSLister returns a new PodQOSLister.
type PodQOSListerExpansion ¶
type PodQOSListerExpansion interface{}
PodQOSListerExpansion allows custom methods to be added to PodQOSLister.