package internalversion
import "k8s.io/kubernetes/pkg/client/listers/admissionregistration/internalversion"
Index ¶
- type InitializerConfigurationLister
- type InitializerConfigurationListerExpansion
- type MutatingWebhookConfigurationLister
- func NewMutatingWebhookConfigurationLister(indexer cache.Indexer) MutatingWebhookConfigurationLister
- type MutatingWebhookConfigurationListerExpansion
- type ValidatingWebhookConfigurationLister
- type ValidatingWebhookConfigurationListerExpansion
Types ¶
type InitializerConfigurationLister ¶
type InitializerConfigurationLister interface { // List lists all InitializerConfigurations in the indexer. List(selector labels.Selector) (ret []*admissionregistration.InitializerConfiguration, err error) // Get retrieves the InitializerConfiguration from the index for a given name. Get(name string) (*admissionregistration.InitializerConfiguration, error) InitializerConfigurationListerExpansion }
InitializerConfigurationLister helps list InitializerConfigurations.
func NewInitializerConfigurationLister ¶
func NewInitializerConfigurationLister(indexer cache.Indexer) InitializerConfigurationLister
NewInitializerConfigurationLister returns a new InitializerConfigurationLister.
type InitializerConfigurationListerExpansion ¶
type InitializerConfigurationListerExpansion interface{}
InitializerConfigurationListerExpansion allows custom methods to be added to InitializerConfigurationLister.
type MutatingWebhookConfigurationLister ¶
type MutatingWebhookConfigurationLister interface { // List lists all MutatingWebhookConfigurations in the indexer. List(selector labels.Selector) (ret []*admissionregistration.MutatingWebhookConfiguration, err error) // Get retrieves the MutatingWebhookConfiguration from the index for a given name. Get(name string) (*admissionregistration.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 []*admissionregistration.ValidatingWebhookConfiguration, err error) // Get retrieves the ValidatingWebhookConfiguration from the index for a given name. Get(name string) (*admissionregistration.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.
Source Files ¶
expansion_generated.go initializerconfiguration.go mutatingwebhookconfiguration.go validatingwebhookconfiguration.go
- Version
- v1.11.0
- Published
- Jun 27, 2018
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 6 minutes ago –
Tools for package owners.