v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 CostManagementExportLister added in v0.5.0

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

CostManagementExportLister helps list CostManagementExports. All objects returned here must be treated as read-only.

func NewCostManagementExportLister added in v0.5.0

func NewCostManagementExportLister(indexer cache.Indexer) CostManagementExportLister

NewCostManagementExportLister returns a new CostManagementExportLister.

type CostManagementExportListerExpansion added in v0.5.0

type CostManagementExportListerExpansion interface{}

CostManagementExportListerExpansion allows custom methods to be added to CostManagementExportLister.

type CostManagementExportNamespaceLister added in v0.5.0

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

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

type CostManagementExportNamespaceListerExpansion added in v0.5.0

type CostManagementExportNamespaceListerExpansion interface{}

CostManagementExportNamespaceListerExpansion allows custom methods to be added to CostManagementExportNamespaceLister.

type PolicyAssignmentLister

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

PolicyAssignmentLister helps list PolicyAssignments. All objects returned here must be treated as read-only.

func NewPolicyAssignmentLister

func NewPolicyAssignmentLister(indexer cache.Indexer) PolicyAssignmentLister

NewPolicyAssignmentLister returns a new PolicyAssignmentLister.

type PolicyAssignmentListerExpansion

type PolicyAssignmentListerExpansion interface{}

PolicyAssignmentListerExpansion allows custom methods to be added to PolicyAssignmentLister.

type PolicyAssignmentNamespaceLister

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

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

type PolicyAssignmentNamespaceListerExpansion

type PolicyAssignmentNamespaceListerExpansion interface{}

PolicyAssignmentNamespaceListerExpansion allows custom methods to be added to PolicyAssignmentNamespaceLister.

type SubscriptionLister

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

SubscriptionLister helps list Subscriptions. All objects returned here must be treated as read-only.

func NewSubscriptionLister

func NewSubscriptionLister(indexer cache.Indexer) SubscriptionLister

NewSubscriptionLister returns a new SubscriptionLister.

type SubscriptionListerExpansion

type SubscriptionListerExpansion interface{}

SubscriptionListerExpansion allows custom methods to be added to SubscriptionLister.

type SubscriptionNamespaceLister

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

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

type SubscriptionNamespaceListerExpansion

type SubscriptionNamespaceListerExpansion interface{}

SubscriptionNamespaceListerExpansion allows custom methods to be added to SubscriptionNamespaceLister.

type TemplateDeploymentLister

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

TemplateDeploymentLister helps list TemplateDeployments. All objects returned here must be treated as read-only.

func NewTemplateDeploymentLister

func NewTemplateDeploymentLister(indexer cache.Indexer) TemplateDeploymentLister

NewTemplateDeploymentLister returns a new TemplateDeploymentLister.

type TemplateDeploymentListerExpansion

type TemplateDeploymentListerExpansion interface{}

TemplateDeploymentListerExpansion allows custom methods to be added to TemplateDeploymentLister.

type TemplateDeploymentNamespaceLister

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

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

type TemplateDeploymentNamespaceListerExpansion

type TemplateDeploymentNamespaceListerExpansion interface{}

TemplateDeploymentNamespaceListerExpansion allows custom methods to be added to TemplateDeploymentNamespaceLister.

Jump to

Keyboard shortcuts

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