v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2019 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 ResourceSetLister

type ResourceSetLister interface {
	// List lists all ResourceSets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ResourceSet, err error)
	// ResourceSets returns an object that can list and get ResourceSets.
	ResourceSets(namespace string) ResourceSetNamespaceLister
	ResourceSetListerExpansion
}

ResourceSetLister helps list ResourceSets.

func NewResourceSetLister

func NewResourceSetLister(indexer cache.Indexer) ResourceSetLister

NewResourceSetLister returns a new ResourceSetLister.

type ResourceSetListerExpansion

type ResourceSetListerExpansion interface{}

ResourceSetListerExpansion allows custom methods to be added to ResourceSetLister.

type ResourceSetNamespaceLister

type ResourceSetNamespaceLister interface {
	// List lists all ResourceSets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ResourceSet, err error)
	// Get retrieves the ResourceSet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ResourceSet, error)
	ResourceSetNamespaceListerExpansion
}

ResourceSetNamespaceLister helps list and get ResourceSets.

type ResourceSetNamespaceListerExpansion

type ResourceSetNamespaceListerExpansion interface{}

ResourceSetNamespaceListerExpansion allows custom methods to be added to ResourceSetNamespaceLister.

type WebhookLister

type WebhookLister interface {
	// List lists all Webhooks in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Webhook, err error)
	// Webhooks returns an object that can list and get Webhooks.
	Webhooks(namespace string) WebhookNamespaceLister
	WebhookListerExpansion
}

WebhookLister helps list Webhooks.

func NewWebhookLister

func NewWebhookLister(indexer cache.Indexer) WebhookLister

NewWebhookLister returns a new WebhookLister.

type WebhookListerExpansion

type WebhookListerExpansion interface{}

WebhookListerExpansion allows custom methods to be added to WebhookLister.

type WebhookNamespaceLister

type WebhookNamespaceLister interface {
	// List lists all Webhooks in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Webhook, err error)
	// Get retrieves the Webhook from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Webhook, error)
	WebhookNamespaceListerExpansion
}

WebhookNamespaceLister helps list and get Webhooks.

type WebhookNamespaceListerExpansion

type WebhookNamespaceListerExpansion interface{}

WebhookNamespaceListerExpansion allows custom methods to be added to WebhookNamespaceLister.

Jump to

Keyboard shortcuts

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