v1alpha1

package
v0.0.0-...-3dc4fa0 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2021 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 TopologySchedulingPolicyLister

type TopologySchedulingPolicyLister interface {
	// List lists all TopologySchedulingPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TopologySchedulingPolicy, err error)
	// TopologySchedulingPolicies returns an object that can list and get TopologySchedulingPolicies.
	TopologySchedulingPolicies(namespace string) TopologySchedulingPolicyNamespaceLister
	TopologySchedulingPolicyListerExpansion
}

TopologySchedulingPolicyLister helps list TopologySchedulingPolicies. All objects returned here must be treated as read-only.

func NewTopologySchedulingPolicyLister

func NewTopologySchedulingPolicyLister(indexer cache.Indexer) TopologySchedulingPolicyLister

NewTopologySchedulingPolicyLister returns a new TopologySchedulingPolicyLister.

type TopologySchedulingPolicyListerExpansion

type TopologySchedulingPolicyListerExpansion interface{}

TopologySchedulingPolicyListerExpansion allows custom methods to be added to TopologySchedulingPolicyLister.

type TopologySchedulingPolicyNamespaceLister

type TopologySchedulingPolicyNamespaceLister interface {
	// List lists all TopologySchedulingPolicies in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.TopologySchedulingPolicy, err error)
	// Get retrieves the TopologySchedulingPolicy from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1alpha1.TopologySchedulingPolicy, error)
	TopologySchedulingPolicyNamespaceListerExpansion
}

TopologySchedulingPolicyNamespaceLister helps list and get TopologySchedulingPolicies. All objects returned here must be treated as read-only.

type TopologySchedulingPolicyNamespaceListerExpansion

type TopologySchedulingPolicyNamespaceListerExpansion interface{}

TopologySchedulingPolicyNamespaceListerExpansion allows custom methods to be added to TopologySchedulingPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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