v1alpha1

package
v1.0.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 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 NodeContributionLister

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

NodeContributionLister helps list NodeContributions. All objects returned here must be treated as read-only.

func NewNodeContributionLister

func NewNodeContributionLister(indexer cache.Indexer) NodeContributionLister

NewNodeContributionLister returns a new NodeContributionLister.

type NodeContributionListerExpansion

type NodeContributionListerExpansion interface{}

NodeContributionListerExpansion allows custom methods to be added to NodeContributionLister.

type SliceClaimLister

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

SliceClaimLister helps list SliceClaims. All objects returned here must be treated as read-only.

func NewSliceClaimLister

func NewSliceClaimLister(indexer cache.Indexer) SliceClaimLister

NewSliceClaimLister returns a new SliceClaimLister.

type SliceClaimListerExpansion

type SliceClaimListerExpansion interface{}

SliceClaimListerExpansion allows custom methods to be added to SliceClaimLister.

type SliceClaimNamespaceLister

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

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

type SliceClaimNamespaceListerExpansion

type SliceClaimNamespaceListerExpansion interface{}

SliceClaimNamespaceListerExpansion allows custom methods to be added to SliceClaimNamespaceLister.

type SliceLister

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

SliceLister helps list Slices. All objects returned here must be treated as read-only.

func NewSliceLister

func NewSliceLister(indexer cache.Indexer) SliceLister

NewSliceLister returns a new SliceLister.

type SliceListerExpansion

type SliceListerExpansion interface{}

SliceListerExpansion allows custom methods to be added to SliceLister.

type SubNamespaceLister

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

SubNamespaceLister helps list SubNamespaces. All objects returned here must be treated as read-only.

func NewSubNamespaceLister

func NewSubNamespaceLister(indexer cache.Indexer) SubNamespaceLister

NewSubNamespaceLister returns a new SubNamespaceLister.

type SubNamespaceListerExpansion

type SubNamespaceListerExpansion interface{}

SubNamespaceListerExpansion allows custom methods to be added to SubNamespaceLister.

type SubNamespaceNamespaceLister

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

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

type SubNamespaceNamespaceListerExpansion

type SubNamespaceNamespaceListerExpansion interface{}

SubNamespaceNamespaceListerExpansion allows custom methods to be added to SubNamespaceNamespaceLister.

type TenantLister

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

TenantLister helps list Tenants. All objects returned here must be treated as read-only.

func NewTenantLister

func NewTenantLister(indexer cache.Indexer) TenantLister

NewTenantLister returns a new TenantLister.

type TenantListerExpansion

type TenantListerExpansion interface{}

TenantListerExpansion allows custom methods to be added to TenantLister.

type TenantResourceQuotaLister

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

TenantResourceQuotaLister helps list TenantResourceQuotas. All objects returned here must be treated as read-only.

func NewTenantResourceQuotaLister

func NewTenantResourceQuotaLister(indexer cache.Indexer) TenantResourceQuotaLister

NewTenantResourceQuotaLister returns a new TenantResourceQuotaLister.

type TenantResourceQuotaListerExpansion

type TenantResourceQuotaListerExpansion interface{}

TenantResourceQuotaListerExpansion allows custom methods to be added to TenantResourceQuotaLister.

Jump to

Keyboard shortcuts

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