package v1

import "k8s.io/client-go/listers/admissionregistration/v1"

Index

Types

type MutatingWebhookConfigurationLister

type MutatingWebhookConfigurationLister interface {
	// List lists all MutatingWebhookConfigurations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.MutatingWebhookConfiguration, err error)
	// Get retrieves the MutatingWebhookConfiguration from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.MutatingWebhookConfiguration, error)
	MutatingWebhookConfigurationListerExpansion
}

MutatingWebhookConfigurationLister helps list MutatingWebhookConfigurations. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ValidatingWebhookConfiguration, err error)
	// Get retrieves the ValidatingWebhookConfiguration from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ValidatingWebhookConfiguration, error)
	ValidatingWebhookConfigurationListerExpansion
}

ValidatingWebhookConfigurationLister helps list ValidatingWebhookConfigurations. All objects returned here must be treated as read-only.

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.

Source Files

expansion_generated.go mutatingwebhookconfiguration.go validatingwebhookconfiguration.go

Version
v0.24.6
Published
Sep 21, 2022
Platform
js/wasm
Imports
4 packages
Last checked
1 hour ago

Tools for package owners.