v1alpha1

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeMetricLister

type NodeMetricLister interface {
	// List lists all NodeMetrics in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NodeMetric, err error)
	// Get retrieves the NodeMetric from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NodeMetric, error)
	NodeMetricListerExpansion
}

NodeMetricLister helps list NodeMetrics. All objects returned here must be treated as read-only.

func NewNodeMetricLister

func NewNodeMetricLister(indexer cache.Indexer) NodeMetricLister

NewNodeMetricLister returns a new NodeMetricLister.

type NodeMetricListerExpansion

type NodeMetricListerExpansion interface{}

NodeMetricListerExpansion allows custom methods to be added to NodeMetricLister.

type NodeSLOLister

type NodeSLOLister interface {
	// List lists all NodeSLOs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.NodeSLO, err error)
	// Get retrieves the NodeSLO from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.NodeSLO, error)
	NodeSLOListerExpansion
}

NodeSLOLister helps list NodeSLOs. All objects returned here must be treated as read-only.

func NewNodeSLOLister

func NewNodeSLOLister(indexer cache.Indexer) NodeSLOLister

NewNodeSLOLister returns a new NodeSLOLister.

type NodeSLOListerExpansion

type NodeSLOListerExpansion interface{}

NodeSLOListerExpansion allows custom methods to be added to NodeSLOLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL