v1alpha1

package
v0.26.1 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 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 PodSchedulingLister

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

PodSchedulingLister helps list PodSchedulings. All objects returned here must be treated as read-only.

func NewPodSchedulingLister

func NewPodSchedulingLister(indexer cache.Indexer) PodSchedulingLister

NewPodSchedulingLister returns a new PodSchedulingLister.

type PodSchedulingListerExpansion

type PodSchedulingListerExpansion interface{}

PodSchedulingListerExpansion allows custom methods to be added to PodSchedulingLister.

type PodSchedulingNamespaceLister

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

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

type PodSchedulingNamespaceListerExpansion

type PodSchedulingNamespaceListerExpansion interface{}

PodSchedulingNamespaceListerExpansion allows custom methods to be added to PodSchedulingNamespaceLister.

type ResourceClaimLister

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

ResourceClaimLister helps list ResourceClaims. All objects returned here must be treated as read-only.

func NewResourceClaimLister

func NewResourceClaimLister(indexer cache.Indexer) ResourceClaimLister

NewResourceClaimLister returns a new ResourceClaimLister.

type ResourceClaimListerExpansion

type ResourceClaimListerExpansion interface{}

ResourceClaimListerExpansion allows custom methods to be added to ResourceClaimLister.

type ResourceClaimNamespaceLister

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

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

type ResourceClaimNamespaceListerExpansion

type ResourceClaimNamespaceListerExpansion interface{}

ResourceClaimNamespaceListerExpansion allows custom methods to be added to ResourceClaimNamespaceLister.

type ResourceClaimTemplateLister

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

ResourceClaimTemplateLister helps list ResourceClaimTemplates. All objects returned here must be treated as read-only.

func NewResourceClaimTemplateLister

func NewResourceClaimTemplateLister(indexer cache.Indexer) ResourceClaimTemplateLister

NewResourceClaimTemplateLister returns a new ResourceClaimTemplateLister.

type ResourceClaimTemplateListerExpansion

type ResourceClaimTemplateListerExpansion interface{}

ResourceClaimTemplateListerExpansion allows custom methods to be added to ResourceClaimTemplateLister.

type ResourceClaimTemplateNamespaceLister

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

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

type ResourceClaimTemplateNamespaceListerExpansion

type ResourceClaimTemplateNamespaceListerExpansion interface{}

ResourceClaimTemplateNamespaceListerExpansion allows custom methods to be added to ResourceClaimTemplateNamespaceLister.

type ResourceClassLister

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

ResourceClassLister helps list ResourceClasses. All objects returned here must be treated as read-only.

func NewResourceClassLister

func NewResourceClassLister(indexer cache.Indexer) ResourceClassLister

NewResourceClassLister returns a new ResourceClassLister.

type ResourceClassListerExpansion

type ResourceClassListerExpansion interface{}

ResourceClassListerExpansion allows custom methods to be added to ResourceClassLister.

Jump to

Keyboard shortcuts

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