v1beta1

package
v0.16.12 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2020 License: Apache-2.0 Imports: 4 Imported by: 156

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MutatingWebhookConfigurationLister

type MutatingWebhookConfigurationLister interface {
	// List lists all MutatingWebhookConfigurations in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.MutatingWebhookConfiguration, err error)
	// Get retrieves the MutatingWebhookConfiguration from the index for a given name.
	Get(name string) (*v1beta1.MutatingWebhookConfiguration, error)
	MutatingWebhookConfigurationListerExpansion
}

MutatingWebhookConfigurationLister helps list MutatingWebhookConfigurations.

func NewMutatingWebhookConfigurationLister

func NewMutatingWebhookConfigurationLister(indexer cache.Indexer) MutatingWebhookConfigurationLister

NewMutatingWebhookConfigurationLister returns a new MutatingWebhookConfigurationLister.

type MutatingWebhookConfigurationListerExpansion

type MutatingWebhookConfigurationListerExpansion interface{}

MutatingWebhookConfigurationListerExpansion allows custom methods to be added to MutatingWebhookConfigurationLister.

type ValidatingWebhookConfigurationLister

type ValidatingWebhookConfigurationLister interface {
	// List lists all ValidatingWebhookConfigurations in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.ValidatingWebhookConfiguration, err error)
	// Get retrieves the ValidatingWebhookConfiguration from the index for a given name.
	Get(name string) (*v1beta1.ValidatingWebhookConfiguration, error)
	ValidatingWebhookConfigurationListerExpansion
}

ValidatingWebhookConfigurationLister helps list ValidatingWebhookConfigurations.

func NewValidatingWebhookConfigurationLister

func NewValidatingWebhookConfigurationLister(indexer cache.Indexer) ValidatingWebhookConfigurationLister

NewValidatingWebhookConfigurationLister returns a new ValidatingWebhookConfigurationLister.

type ValidatingWebhookConfigurationListerExpansion

type ValidatingWebhookConfigurationListerExpansion interface{}

ValidatingWebhookConfigurationListerExpansion allows custom methods to be added to ValidatingWebhookConfigurationLister.

Jump to

Keyboard shortcuts

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