Documentation ¶
Index ¶
- func NewFilteredInitializerConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredMutatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredValidatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewInitializerConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewMutatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewValidatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type InitializerConfigurationInformer
- type Interface
- type MutatingWebhookConfigurationInformer
- type ValidatingWebhookConfigurationInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredInitializerConfigurationInformer ¶ added in v1.9.0
func NewFilteredInitializerConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredInitializerConfigurationInformer constructs a new informer for InitializerConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredMutatingWebhookConfigurationInformer ¶ added in v1.9.0
func NewFilteredMutatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredMutatingWebhookConfigurationInformer constructs a new informer for MutatingWebhookConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredValidatingWebhookConfigurationInformer ¶ added in v1.9.0
func NewFilteredValidatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredValidatingWebhookConfigurationInformer constructs a new informer for ValidatingWebhookConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewInitializerConfigurationInformer ¶ added in v1.8.0
func NewInitializerConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewInitializerConfigurationInformer constructs a new informer for InitializerConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewMutatingWebhookConfigurationInformer ¶ added in v1.9.0
func NewMutatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewMutatingWebhookConfigurationInformer constructs a new informer for MutatingWebhookConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewValidatingWebhookConfigurationInformer ¶ added in v1.9.0
func NewValidatingWebhookConfigurationInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewValidatingWebhookConfigurationInformer constructs a new informer for ValidatingWebhookConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type InitializerConfigurationInformer ¶
type InitializerConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.InitializerConfigurationLister }
InitializerConfigurationInformer provides access to a shared informer and lister for InitializerConfigurations.
type Interface ¶
type Interface interface { // InitializerConfigurations returns a InitializerConfigurationInformer. InitializerConfigurations() InitializerConfigurationInformer // MutatingWebhookConfigurations returns a MutatingWebhookConfigurationInformer. MutatingWebhookConfigurations() MutatingWebhookConfigurationInformer // ValidatingWebhookConfigurations returns a ValidatingWebhookConfigurationInformer. ValidatingWebhookConfigurations() ValidatingWebhookConfigurationInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type MutatingWebhookConfigurationInformer ¶ added in v1.9.0
type MutatingWebhookConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.MutatingWebhookConfigurationLister }
MutatingWebhookConfigurationInformer provides access to a shared informer and lister for MutatingWebhookConfigurations.
type ValidatingWebhookConfigurationInformer ¶ added in v1.9.0
type ValidatingWebhookConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() internalversion.ValidatingWebhookConfigurationLister }
ValidatingWebhookConfigurationInformer provides access to a shared informer and lister for ValidatingWebhookConfigurations.