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.
// Objects returned here must be treated as read-only.
List(selector labels.Selector) (ret []*v1beta1.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) (*v1beta1.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 []*v1beta1.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) (*v1beta1.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.