v1alpha1

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2021 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RuleLister

type RuleLister interface {
	// List lists all Rules in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Rule, err error)
	// Get retrieves the Rule from the index for a given name.
	Get(name string) (*v1alpha1.Rule, error)
	RuleListerExpansion
}

RuleLister helps list Rules.

func NewRuleLister

func NewRuleLister(indexer cache.Indexer) RuleLister

NewRuleLister returns a new RuleLister.

type RuleListerExpansion

type RuleListerExpansion interface{}

RuleListerExpansion allows custom methods to be added to RuleLister.

type WebhookLister

type WebhookLister interface {
	// List lists all Webhooks in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Webhook, err error)
	// Get retrieves the Webhook from the index for a given name.
	Get(name string) (*v1alpha1.Webhook, error)
	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.

Jump to

Keyboard shortcuts

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