v1alpha1

package
v0.0.0-...-1bee1e0 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 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 ResourceCompositionLister

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

ResourceCompositionLister helps list ResourceCompositions. All objects returned here must be treated as read-only.

func NewResourceCompositionLister

func NewResourceCompositionLister(indexer cache.Indexer) ResourceCompositionLister

NewResourceCompositionLister returns a new ResourceCompositionLister.

type ResourceCompositionListerExpansion

type ResourceCompositionListerExpansion interface{}

ResourceCompositionListerExpansion allows custom methods to be added to ResourceCompositionLister.

type ResourceCompositionNamespaceLister

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

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

type ResourceCompositionNamespaceListerExpansion

type ResourceCompositionNamespaceListerExpansion interface{}

ResourceCompositionNamespaceListerExpansion allows custom methods to be added to ResourceCompositionNamespaceLister.

type ResourceEventLister

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

ResourceEventLister helps list ResourceEvents. All objects returned here must be treated as read-only.

func NewResourceEventLister

func NewResourceEventLister(indexer cache.Indexer) ResourceEventLister

NewResourceEventLister returns a new ResourceEventLister.

type ResourceEventListerExpansion

type ResourceEventListerExpansion interface{}

ResourceEventListerExpansion allows custom methods to be added to ResourceEventLister.

type ResourceEventNamespaceLister

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

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

type ResourceEventNamespaceListerExpansion

type ResourceEventNamespaceListerExpansion interface{}

ResourceEventNamespaceListerExpansion allows custom methods to be added to ResourceEventNamespaceLister.

type ResourceMonitorLister

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

ResourceMonitorLister helps list ResourceMonitors. All objects returned here must be treated as read-only.

func NewResourceMonitorLister

func NewResourceMonitorLister(indexer cache.Indexer) ResourceMonitorLister

NewResourceMonitorLister returns a new ResourceMonitorLister.

type ResourceMonitorListerExpansion

type ResourceMonitorListerExpansion interface{}

ResourceMonitorListerExpansion allows custom methods to be added to ResourceMonitorLister.

type ResourceMonitorNamespaceLister

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

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

type ResourceMonitorNamespaceListerExpansion

type ResourceMonitorNamespaceListerExpansion interface{}

ResourceMonitorNamespaceListerExpansion allows custom methods to be added to ResourceMonitorNamespaceLister.

type ResourcePolicyLister

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

ResourcePolicyLister helps list ResourcePolicies. All objects returned here must be treated as read-only.

func NewResourcePolicyLister

func NewResourcePolicyLister(indexer cache.Indexer) ResourcePolicyLister

NewResourcePolicyLister returns a new ResourcePolicyLister.

type ResourcePolicyListerExpansion

type ResourcePolicyListerExpansion interface{}

ResourcePolicyListerExpansion allows custom methods to be added to ResourcePolicyLister.

type ResourcePolicyNamespaceLister

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

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

type ResourcePolicyNamespaceListerExpansion

type ResourcePolicyNamespaceListerExpansion interface{}

ResourcePolicyNamespaceListerExpansion allows custom methods to be added to ResourcePolicyNamespaceLister.

Jump to

Keyboard shortcuts

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