import "k8s.io/client-go/listers/admissionregistration/v1beta1"
expansion_generated.go mutatingwebhookconfiguration.go validatingwebhookconfiguration.go
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(indexer cache.Indexer) MutatingWebhookConfigurationLister
NewMutatingWebhookConfigurationLister returns a new MutatingWebhookConfigurationLister.
type MutatingWebhookConfigurationListerExpansion interface{}
MutatingWebhookConfigurationListerExpansion allows custom methods to be added to MutatingWebhookConfigurationLister.
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(indexer cache.Indexer) ValidatingWebhookConfigurationLister
NewValidatingWebhookConfigurationLister returns a new ValidatingWebhookConfigurationLister.
type ValidatingWebhookConfigurationListerExpansion interface{}
ValidatingWebhookConfigurationListerExpansion allows custom methods to be added to ValidatingWebhookConfigurationLister.
Package v1beta1 imports 4 packages (graph) and is imported by 36 packages. Updated 2018-05-19. Refresh now. Tools for package owners.