v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 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 BillingAccountBucketConfigLister

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

BillingAccountBucketConfigLister helps list BillingAccountBucketConfigs. All objects returned here must be treated as read-only.

func NewBillingAccountBucketConfigLister

func NewBillingAccountBucketConfigLister(indexer cache.Indexer) BillingAccountBucketConfigLister

NewBillingAccountBucketConfigLister returns a new BillingAccountBucketConfigLister.

type BillingAccountBucketConfigListerExpansion

type BillingAccountBucketConfigListerExpansion interface{}

BillingAccountBucketConfigListerExpansion allows custom methods to be added to BillingAccountBucketConfigLister.

type BillingAccountBucketConfigNamespaceLister

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

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

type BillingAccountBucketConfigNamespaceListerExpansion

type BillingAccountBucketConfigNamespaceListerExpansion interface{}

BillingAccountBucketConfigNamespaceListerExpansion allows custom methods to be added to BillingAccountBucketConfigNamespaceLister.

type BillingAccountExclusionLister

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

BillingAccountExclusionLister helps list BillingAccountExclusions. All objects returned here must be treated as read-only.

func NewBillingAccountExclusionLister

func NewBillingAccountExclusionLister(indexer cache.Indexer) BillingAccountExclusionLister

NewBillingAccountExclusionLister returns a new BillingAccountExclusionLister.

type BillingAccountExclusionListerExpansion

type BillingAccountExclusionListerExpansion interface{}

BillingAccountExclusionListerExpansion allows custom methods to be added to BillingAccountExclusionLister.

type BillingAccountExclusionNamespaceLister

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

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

type BillingAccountExclusionNamespaceListerExpansion

type BillingAccountExclusionNamespaceListerExpansion interface{}

BillingAccountExclusionNamespaceListerExpansion allows custom methods to be added to BillingAccountExclusionNamespaceLister.

type BillingAccountSinkLister

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

BillingAccountSinkLister helps list BillingAccountSinks. All objects returned here must be treated as read-only.

func NewBillingAccountSinkLister

func NewBillingAccountSinkLister(indexer cache.Indexer) BillingAccountSinkLister

NewBillingAccountSinkLister returns a new BillingAccountSinkLister.

type BillingAccountSinkListerExpansion

type BillingAccountSinkListerExpansion interface{}

BillingAccountSinkListerExpansion allows custom methods to be added to BillingAccountSinkLister.

type BillingAccountSinkNamespaceLister

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

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

type BillingAccountSinkNamespaceListerExpansion

type BillingAccountSinkNamespaceListerExpansion interface{}

BillingAccountSinkNamespaceListerExpansion allows custom methods to be added to BillingAccountSinkNamespaceLister.

type FolderBucketConfigLister

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

FolderBucketConfigLister helps list FolderBucketConfigs. All objects returned here must be treated as read-only.

func NewFolderBucketConfigLister

func NewFolderBucketConfigLister(indexer cache.Indexer) FolderBucketConfigLister

NewFolderBucketConfigLister returns a new FolderBucketConfigLister.

type FolderBucketConfigListerExpansion

type FolderBucketConfigListerExpansion interface{}

FolderBucketConfigListerExpansion allows custom methods to be added to FolderBucketConfigLister.

type FolderBucketConfigNamespaceLister

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

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

type FolderBucketConfigNamespaceListerExpansion

type FolderBucketConfigNamespaceListerExpansion interface{}

FolderBucketConfigNamespaceListerExpansion allows custom methods to be added to FolderBucketConfigNamespaceLister.

type FolderExclusionLister

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

FolderExclusionLister helps list FolderExclusions. All objects returned here must be treated as read-only.

func NewFolderExclusionLister

func NewFolderExclusionLister(indexer cache.Indexer) FolderExclusionLister

NewFolderExclusionLister returns a new FolderExclusionLister.

type FolderExclusionListerExpansion

type FolderExclusionListerExpansion interface{}

FolderExclusionListerExpansion allows custom methods to be added to FolderExclusionLister.

type FolderExclusionNamespaceLister

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

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

type FolderExclusionNamespaceListerExpansion

type FolderExclusionNamespaceListerExpansion interface{}

FolderExclusionNamespaceListerExpansion allows custom methods to be added to FolderExclusionNamespaceLister.

type FolderSinkLister

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

FolderSinkLister helps list FolderSinks. All objects returned here must be treated as read-only.

func NewFolderSinkLister

func NewFolderSinkLister(indexer cache.Indexer) FolderSinkLister

NewFolderSinkLister returns a new FolderSinkLister.

type FolderSinkListerExpansion

type FolderSinkListerExpansion interface{}

FolderSinkListerExpansion allows custom methods to be added to FolderSinkLister.

type FolderSinkNamespaceLister

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

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

type FolderSinkNamespaceListerExpansion

type FolderSinkNamespaceListerExpansion interface{}

FolderSinkNamespaceListerExpansion allows custom methods to be added to FolderSinkNamespaceLister.

type MetricLister

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

MetricLister helps list Metrics. All objects returned here must be treated as read-only.

func NewMetricLister

func NewMetricLister(indexer cache.Indexer) MetricLister

NewMetricLister returns a new MetricLister.

type MetricListerExpansion

type MetricListerExpansion interface{}

MetricListerExpansion allows custom methods to be added to MetricLister.

type MetricNamespaceLister

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

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

type MetricNamespaceListerExpansion

type MetricNamespaceListerExpansion interface{}

MetricNamespaceListerExpansion allows custom methods to be added to MetricNamespaceLister.

type OrganizationBucketConfigLister

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

OrganizationBucketConfigLister helps list OrganizationBucketConfigs. All objects returned here must be treated as read-only.

func NewOrganizationBucketConfigLister

func NewOrganizationBucketConfigLister(indexer cache.Indexer) OrganizationBucketConfigLister

NewOrganizationBucketConfigLister returns a new OrganizationBucketConfigLister.

type OrganizationBucketConfigListerExpansion

type OrganizationBucketConfigListerExpansion interface{}

OrganizationBucketConfigListerExpansion allows custom methods to be added to OrganizationBucketConfigLister.

type OrganizationBucketConfigNamespaceLister

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

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

type OrganizationBucketConfigNamespaceListerExpansion

type OrganizationBucketConfigNamespaceListerExpansion interface{}

OrganizationBucketConfigNamespaceListerExpansion allows custom methods to be added to OrganizationBucketConfigNamespaceLister.

type OrganizationExclusionLister

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

OrganizationExclusionLister helps list OrganizationExclusions. All objects returned here must be treated as read-only.

func NewOrganizationExclusionLister

func NewOrganizationExclusionLister(indexer cache.Indexer) OrganizationExclusionLister

NewOrganizationExclusionLister returns a new OrganizationExclusionLister.

type OrganizationExclusionListerExpansion

type OrganizationExclusionListerExpansion interface{}

OrganizationExclusionListerExpansion allows custom methods to be added to OrganizationExclusionLister.

type OrganizationExclusionNamespaceLister

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

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

type OrganizationExclusionNamespaceListerExpansion

type OrganizationExclusionNamespaceListerExpansion interface{}

OrganizationExclusionNamespaceListerExpansion allows custom methods to be added to OrganizationExclusionNamespaceLister.

type OrganizationSinkLister

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

OrganizationSinkLister helps list OrganizationSinks. All objects returned here must be treated as read-only.

func NewOrganizationSinkLister

func NewOrganizationSinkLister(indexer cache.Indexer) OrganizationSinkLister

NewOrganizationSinkLister returns a new OrganizationSinkLister.

type OrganizationSinkListerExpansion

type OrganizationSinkListerExpansion interface{}

OrganizationSinkListerExpansion allows custom methods to be added to OrganizationSinkLister.

type OrganizationSinkNamespaceLister

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

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

type OrganizationSinkNamespaceListerExpansion

type OrganizationSinkNamespaceListerExpansion interface{}

OrganizationSinkNamespaceListerExpansion allows custom methods to be added to OrganizationSinkNamespaceLister.

type ProjectBucketConfigLister

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

ProjectBucketConfigLister helps list ProjectBucketConfigs. All objects returned here must be treated as read-only.

func NewProjectBucketConfigLister

func NewProjectBucketConfigLister(indexer cache.Indexer) ProjectBucketConfigLister

NewProjectBucketConfigLister returns a new ProjectBucketConfigLister.

type ProjectBucketConfigListerExpansion

type ProjectBucketConfigListerExpansion interface{}

ProjectBucketConfigListerExpansion allows custom methods to be added to ProjectBucketConfigLister.

type ProjectBucketConfigNamespaceLister

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

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

type ProjectBucketConfigNamespaceListerExpansion

type ProjectBucketConfigNamespaceListerExpansion interface{}

ProjectBucketConfigNamespaceListerExpansion allows custom methods to be added to ProjectBucketConfigNamespaceLister.

type ProjectExclusionLister

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

ProjectExclusionLister helps list ProjectExclusions. All objects returned here must be treated as read-only.

func NewProjectExclusionLister

func NewProjectExclusionLister(indexer cache.Indexer) ProjectExclusionLister

NewProjectExclusionLister returns a new ProjectExclusionLister.

type ProjectExclusionListerExpansion

type ProjectExclusionListerExpansion interface{}

ProjectExclusionListerExpansion allows custom methods to be added to ProjectExclusionLister.

type ProjectExclusionNamespaceLister

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

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

type ProjectExclusionNamespaceListerExpansion

type ProjectExclusionNamespaceListerExpansion interface{}

ProjectExclusionNamespaceListerExpansion allows custom methods to be added to ProjectExclusionNamespaceLister.

type ProjectSinkLister

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

ProjectSinkLister helps list ProjectSinks. All objects returned here must be treated as read-only.

func NewProjectSinkLister

func NewProjectSinkLister(indexer cache.Indexer) ProjectSinkLister

NewProjectSinkLister returns a new ProjectSinkLister.

type ProjectSinkListerExpansion

type ProjectSinkListerExpansion interface{}

ProjectSinkListerExpansion allows custom methods to be added to ProjectSinkLister.

type ProjectSinkNamespaceLister

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

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

type ProjectSinkNamespaceListerExpansion

type ProjectSinkNamespaceListerExpansion interface{}

ProjectSinkNamespaceListerExpansion allows custom methods to be added to ProjectSinkNamespaceLister.

Jump to

Keyboard shortcuts

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