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 AssetFilterLister

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

AssetFilterLister helps list AssetFilters. All objects returned here must be treated as read-only.

func NewAssetFilterLister

func NewAssetFilterLister(indexer cache.Indexer) AssetFilterLister

NewAssetFilterLister returns a new AssetFilterLister.

type AssetFilterListerExpansion

type AssetFilterListerExpansion interface{}

AssetFilterListerExpansion allows custom methods to be added to AssetFilterLister.

type AssetFilterNamespaceLister

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

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

type AssetFilterNamespaceListerExpansion

type AssetFilterNamespaceListerExpansion interface{}

AssetFilterNamespaceListerExpansion allows custom methods to be added to AssetFilterNamespaceLister.

type AssetLister

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

AssetLister helps list Assets. All objects returned here must be treated as read-only.

func NewAssetLister

func NewAssetLister(indexer cache.Indexer) AssetLister

NewAssetLister returns a new AssetLister.

type AssetListerExpansion

type AssetListerExpansion interface{}

AssetListerExpansion allows custom methods to be added to AssetLister.

type AssetNamespaceLister

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

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

type AssetNamespaceListerExpansion

type AssetNamespaceListerExpansion interface{}

AssetNamespaceListerExpansion allows custom methods to be added to AssetNamespaceLister.

type ContentKeyPolicyLister

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

ContentKeyPolicyLister helps list ContentKeyPolicies. All objects returned here must be treated as read-only.

func NewContentKeyPolicyLister

func NewContentKeyPolicyLister(indexer cache.Indexer) ContentKeyPolicyLister

NewContentKeyPolicyLister returns a new ContentKeyPolicyLister.

type ContentKeyPolicyListerExpansion

type ContentKeyPolicyListerExpansion interface{}

ContentKeyPolicyListerExpansion allows custom methods to be added to ContentKeyPolicyLister.

type ContentKeyPolicyNamespaceLister

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

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

type ContentKeyPolicyNamespaceListerExpansion

type ContentKeyPolicyNamespaceListerExpansion interface{}

ContentKeyPolicyNamespaceListerExpansion allows custom methods to be added to ContentKeyPolicyNamespaceLister.

type JobLister

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

JobLister helps list Jobs. All objects returned here must be treated as read-only.

func NewJobLister

func NewJobLister(indexer cache.Indexer) JobLister

NewJobLister returns a new JobLister.

type JobListerExpansion

type JobListerExpansion interface{}

JobListerExpansion allows custom methods to be added to JobLister.

type JobNamespaceLister

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

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

type JobNamespaceListerExpansion

type JobNamespaceListerExpansion interface{}

JobNamespaceListerExpansion allows custom methods to be added to JobNamespaceLister.

type LiveEventLister

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

LiveEventLister helps list LiveEvents. All objects returned here must be treated as read-only.

func NewLiveEventLister

func NewLiveEventLister(indexer cache.Indexer) LiveEventLister

NewLiveEventLister returns a new LiveEventLister.

type LiveEventListerExpansion

type LiveEventListerExpansion interface{}

LiveEventListerExpansion allows custom methods to be added to LiveEventLister.

type LiveEventNamespaceLister

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

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

type LiveEventNamespaceListerExpansion

type LiveEventNamespaceListerExpansion interface{}

LiveEventNamespaceListerExpansion allows custom methods to be added to LiveEventNamespaceLister.

type LiveEventOutputLister

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

LiveEventOutputLister helps list LiveEventOutputs. All objects returned here must be treated as read-only.

func NewLiveEventOutputLister

func NewLiveEventOutputLister(indexer cache.Indexer) LiveEventOutputLister

NewLiveEventOutputLister returns a new LiveEventOutputLister.

type LiveEventOutputListerExpansion

type LiveEventOutputListerExpansion interface{}

LiveEventOutputListerExpansion allows custom methods to be added to LiveEventOutputLister.

type LiveEventOutputNamespaceLister

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

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

type LiveEventOutputNamespaceListerExpansion

type LiveEventOutputNamespaceListerExpansion interface{}

LiveEventOutputNamespaceListerExpansion allows custom methods to be added to LiveEventOutputNamespaceLister.

type ServicesAccountLister

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

ServicesAccountLister helps list ServicesAccounts. All objects returned here must be treated as read-only.

func NewServicesAccountLister

func NewServicesAccountLister(indexer cache.Indexer) ServicesAccountLister

NewServicesAccountLister returns a new ServicesAccountLister.

type ServicesAccountListerExpansion

type ServicesAccountListerExpansion interface{}

ServicesAccountListerExpansion allows custom methods to be added to ServicesAccountLister.

type ServicesAccountNamespaceLister

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

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

type ServicesAccountNamespaceListerExpansion

type ServicesAccountNamespaceListerExpansion interface{}

ServicesAccountNamespaceListerExpansion allows custom methods to be added to ServicesAccountNamespaceLister.

type StreamingEndpointLister

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

StreamingEndpointLister helps list StreamingEndpoints. All objects returned here must be treated as read-only.

func NewStreamingEndpointLister

func NewStreamingEndpointLister(indexer cache.Indexer) StreamingEndpointLister

NewStreamingEndpointLister returns a new StreamingEndpointLister.

type StreamingEndpointListerExpansion

type StreamingEndpointListerExpansion interface{}

StreamingEndpointListerExpansion allows custom methods to be added to StreamingEndpointLister.

type StreamingEndpointNamespaceLister

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

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

type StreamingEndpointNamespaceListerExpansion

type StreamingEndpointNamespaceListerExpansion interface{}

StreamingEndpointNamespaceListerExpansion allows custom methods to be added to StreamingEndpointNamespaceLister.

type StreamingLocatorLister

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

StreamingLocatorLister helps list StreamingLocators. All objects returned here must be treated as read-only.

func NewStreamingLocatorLister

func NewStreamingLocatorLister(indexer cache.Indexer) StreamingLocatorLister

NewStreamingLocatorLister returns a new StreamingLocatorLister.

type StreamingLocatorListerExpansion

type StreamingLocatorListerExpansion interface{}

StreamingLocatorListerExpansion allows custom methods to be added to StreamingLocatorLister.

type StreamingLocatorNamespaceLister

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

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

type StreamingLocatorNamespaceListerExpansion

type StreamingLocatorNamespaceListerExpansion interface{}

StreamingLocatorNamespaceListerExpansion allows custom methods to be added to StreamingLocatorNamespaceLister.

type StreamingPolicyLister

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

StreamingPolicyLister helps list StreamingPolicies. All objects returned here must be treated as read-only.

func NewStreamingPolicyLister

func NewStreamingPolicyLister(indexer cache.Indexer) StreamingPolicyLister

NewStreamingPolicyLister returns a new StreamingPolicyLister.

type StreamingPolicyListerExpansion

type StreamingPolicyListerExpansion interface{}

StreamingPolicyListerExpansion allows custom methods to be added to StreamingPolicyLister.

type StreamingPolicyNamespaceLister

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

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

type StreamingPolicyNamespaceListerExpansion

type StreamingPolicyNamespaceListerExpansion interface{}

StreamingPolicyNamespaceListerExpansion allows custom methods to be added to StreamingPolicyNamespaceLister.

type TransformLister

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

TransformLister helps list Transforms. All objects returned here must be treated as read-only.

func NewTransformLister

func NewTransformLister(indexer cache.Indexer) TransformLister

NewTransformLister returns a new TransformLister.

type TransformListerExpansion

type TransformListerExpansion interface{}

TransformListerExpansion allows custom methods to be added to TransformLister.

type TransformNamespaceLister

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

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

type TransformNamespaceListerExpansion

type TransformNamespaceListerExpansion interface{}

TransformNamespaceListerExpansion allows custom methods to be added to TransformNamespaceLister.

Jump to

Keyboard shortcuts

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