v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PlacementPolicyLister

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

PlacementPolicyLister helps list PlacementPolicies. All objects returned here must be treated as read-only.

func NewPlacementPolicyLister

func NewPlacementPolicyLister(indexer cache.Indexer) PlacementPolicyLister

NewPlacementPolicyLister returns a new PlacementPolicyLister.

type PlacementPolicyListerExpansion

type PlacementPolicyListerExpansion interface{}

PlacementPolicyListerExpansion allows custom methods to be added to PlacementPolicyLister.

type PlacementPolicyNamespaceLister

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

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

type PlacementPolicyNamespaceListerExpansion

type PlacementPolicyNamespaceListerExpansion interface{}

PlacementPolicyNamespaceListerExpansion allows custom methods to be added to PlacementPolicyNamespaceLister.

Jump to

Keyboard shortcuts

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