Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 ¶ added in v1.9.0
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 ¶ added in v1.9.0
func NewMutatingWebhookConfigurationLister(indexer cache.Indexer) MutatingWebhookConfigurationLister
NewMutatingWebhookConfigurationLister returns a new MutatingWebhookConfigurationLister.
type MutatingWebhookConfigurationListerExpansion ¶ added in v1.9.0
type MutatingWebhookConfigurationListerExpansion interface{}
MutatingWebhookConfigurationListerExpansion allows custom methods to be added to MutatingWebhookConfigurationLister.
type ValidatingWebhookConfigurationLister ¶ added in v1.9.0
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 ¶ added in v1.9.0
func NewValidatingWebhookConfigurationLister(indexer cache.Indexer) ValidatingWebhookConfigurationLister
NewValidatingWebhookConfigurationLister returns a new ValidatingWebhookConfigurationLister.
type ValidatingWebhookConfigurationListerExpansion ¶ added in v1.9.0
type ValidatingWebhookConfigurationListerExpansion interface{}
ValidatingWebhookConfigurationListerExpansion allows custom methods to be added to ValidatingWebhookConfigurationLister.