v1alpha1

package
v0.0.0-...-a6845f2 Latest Latest
Warning

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

Go to latest
Published: May 27, 2021 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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.

type ManagedClusterSetBindingLister

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

ManagedClusterSetBindingLister helps list ManagedClusterSetBindings. All objects returned here must be treated as read-only.

func NewManagedClusterSetBindingLister

func NewManagedClusterSetBindingLister(indexer cache.Indexer) ManagedClusterSetBindingLister

NewManagedClusterSetBindingLister returns a new ManagedClusterSetBindingLister.

type ManagedClusterSetBindingListerExpansion

type ManagedClusterSetBindingListerExpansion interface{}

ManagedClusterSetBindingListerExpansion allows custom methods to be added to ManagedClusterSetBindingLister.

type ManagedClusterSetBindingNamespaceLister

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

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

type ManagedClusterSetBindingNamespaceListerExpansion

type ManagedClusterSetBindingNamespaceListerExpansion interface{}

ManagedClusterSetBindingNamespaceListerExpansion allows custom methods to be added to ManagedClusterSetBindingNamespaceLister.

type ManagedClusterSetLister

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

ManagedClusterSetLister helps list ManagedClusterSets. All objects returned here must be treated as read-only.

func NewManagedClusterSetLister

func NewManagedClusterSetLister(indexer cache.Indexer) ManagedClusterSetLister

NewManagedClusterSetLister returns a new ManagedClusterSetLister.

type ManagedClusterSetListerExpansion

type ManagedClusterSetListerExpansion interface{}

ManagedClusterSetListerExpansion allows custom methods to be added to ManagedClusterSetLister.

type PlacementDecisionLister

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

PlacementDecisionLister helps list PlacementDecisions. All objects returned here must be treated as read-only.

func NewPlacementDecisionLister

func NewPlacementDecisionLister(indexer cache.Indexer) PlacementDecisionLister

NewPlacementDecisionLister returns a new PlacementDecisionLister.

type PlacementDecisionListerExpansion

type PlacementDecisionListerExpansion interface{}

PlacementDecisionListerExpansion allows custom methods to be added to PlacementDecisionLister.

type PlacementDecisionNamespaceLister

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

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

type PlacementDecisionNamespaceListerExpansion

type PlacementDecisionNamespaceListerExpansion interface{}

PlacementDecisionNamespaceListerExpansion allows custom methods to be added to PlacementDecisionNamespaceLister.

type PlacementLister

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

PlacementLister helps list Placements. All objects returned here must be treated as read-only.

func NewPlacementLister

func NewPlacementLister(indexer cache.Indexer) PlacementLister

NewPlacementLister returns a new PlacementLister.

type PlacementListerExpansion

type PlacementListerExpansion interface{}

PlacementListerExpansion allows custom methods to be added to PlacementLister.

type PlacementNamespaceLister

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

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

type PlacementNamespaceListerExpansion

type PlacementNamespaceListerExpansion interface{}

PlacementNamespaceListerExpansion allows custom methods to be added to PlacementNamespaceLister.

Jump to

Keyboard shortcuts

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