v1alpha1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 4 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOnPlacementScoreLister added in v0.6.0

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

AddOnPlacementScoreLister helps list AddOnPlacementScores. All objects returned here must be treated as read-only.

func NewAddOnPlacementScoreLister added in v0.6.0

func NewAddOnPlacementScoreLister(indexer cache.Indexer) AddOnPlacementScoreLister

NewAddOnPlacementScoreLister returns a new AddOnPlacementScoreLister.

type AddOnPlacementScoreListerExpansion added in v0.6.0

type AddOnPlacementScoreListerExpansion interface{}

AddOnPlacementScoreListerExpansion allows custom methods to be added to AddOnPlacementScoreLister.

type AddOnPlacementScoreNamespaceLister added in v0.6.0

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

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

type AddOnPlacementScoreNamespaceListerExpansion added in v0.6.0

type AddOnPlacementScoreNamespaceListerExpansion interface{}

AddOnPlacementScoreNamespaceListerExpansion allows custom methods to be added to AddOnPlacementScoreNamespaceLister.

type ClusterClaimLister

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

ClusterClaimLister helps list ClusterClaims. All objects returned here must be treated as read-only.

func NewClusterClaimLister

func NewClusterClaimLister(indexer cache.Indexer) ClusterClaimLister

NewClusterClaimLister returns a new ClusterClaimLister.

type ClusterClaimListerExpansion

type ClusterClaimListerExpansion interface{}

ClusterClaimListerExpansion allows custom methods to be added to ClusterClaimLister.

Jump to

Keyboard shortcuts

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