Documentation ¶
Index ¶
- func NewFilteredMutatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredValidatingAdmissionPolicyBindingClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredValidatingAdmissionPolicyClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredValidatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewMutatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewValidatingAdmissionPolicyBindingClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewValidatingAdmissionPolicyClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewValidatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- type ClusterInterface
- type MutatingWebhookConfigurationClusterInformer
- type ValidatingAdmissionPolicyBindingClusterInformer
- type ValidatingAdmissionPolicyClusterInformer
- type ValidatingWebhookConfigurationClusterInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredMutatingWebhookConfigurationClusterInformer ¶
func NewFilteredMutatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredMutatingWebhookConfigurationClusterInformer 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 NewFilteredValidatingAdmissionPolicyBindingClusterInformer ¶
func NewFilteredValidatingAdmissionPolicyBindingClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredValidatingAdmissionPolicyBindingClusterInformer constructs a new informer for ValidatingAdmissionPolicyBinding 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 NewFilteredValidatingAdmissionPolicyClusterInformer ¶
func NewFilteredValidatingAdmissionPolicyClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredValidatingAdmissionPolicyClusterInformer constructs a new informer for ValidatingAdmissionPolicy 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 NewFilteredValidatingWebhookConfigurationClusterInformer ¶
func NewFilteredValidatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredValidatingWebhookConfigurationClusterInformer 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 NewMutatingWebhookConfigurationClusterInformer ¶
func NewMutatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewMutatingWebhookConfigurationClusterInformer 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 NewValidatingAdmissionPolicyBindingClusterInformer ¶
func NewValidatingAdmissionPolicyBindingClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewValidatingAdmissionPolicyBindingClusterInformer constructs a new informer for ValidatingAdmissionPolicyBinding 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 NewValidatingAdmissionPolicyClusterInformer ¶
func NewValidatingAdmissionPolicyClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewValidatingAdmissionPolicyClusterInformer constructs a new informer for ValidatingAdmissionPolicy 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 NewValidatingWebhookConfigurationClusterInformer ¶
func NewValidatingWebhookConfigurationClusterInformer(client clientset.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewValidatingWebhookConfigurationClusterInformer 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 ClusterInterface ¶
type ClusterInterface interface { // ValidatingAdmissionPolicies returns a ValidatingAdmissionPolicyClusterInformer ValidatingAdmissionPolicies() ValidatingAdmissionPolicyClusterInformer // ValidatingAdmissionPolicyBindings returns a ValidatingAdmissionPolicyBindingClusterInformer ValidatingAdmissionPolicyBindings() ValidatingAdmissionPolicyBindingClusterInformer // ValidatingWebhookConfigurations returns a ValidatingWebhookConfigurationClusterInformer ValidatingWebhookConfigurations() ValidatingWebhookConfigurationClusterInformer // MutatingWebhookConfigurations returns a MutatingWebhookConfigurationClusterInformer MutatingWebhookConfigurations() MutatingWebhookConfigurationClusterInformer }
func New ¶
func New(f internalinterfaces.SharedInformerFactory, tweakListOptions internalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new ClusterInterface.
type MutatingWebhookConfigurationClusterInformer ¶
type MutatingWebhookConfigurationClusterInformer interface { Cluster(logicalcluster.Name) upstreamadmissionregistrationv1beta1informers.MutatingWebhookConfigurationInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() admissionregistrationv1beta1listers.MutatingWebhookConfigurationClusterLister }
MutatingWebhookConfigurationClusterInformer provides access to a shared informer and lister for MutatingWebhookConfigurations.
type ValidatingAdmissionPolicyBindingClusterInformer ¶
type ValidatingAdmissionPolicyBindingClusterInformer interface { Cluster(logicalcluster.Name) upstreamadmissionregistrationv1beta1informers.ValidatingAdmissionPolicyBindingInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() admissionregistrationv1beta1listers.ValidatingAdmissionPolicyBindingClusterLister }
ValidatingAdmissionPolicyBindingClusterInformer provides access to a shared informer and lister for ValidatingAdmissionPolicyBindings.
type ValidatingAdmissionPolicyClusterInformer ¶
type ValidatingAdmissionPolicyClusterInformer interface { Cluster(logicalcluster.Name) upstreamadmissionregistrationv1beta1informers.ValidatingAdmissionPolicyInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() admissionregistrationv1beta1listers.ValidatingAdmissionPolicyClusterLister }
ValidatingAdmissionPolicyClusterInformer provides access to a shared informer and lister for ValidatingAdmissionPolicies.
type ValidatingWebhookConfigurationClusterInformer ¶
type ValidatingWebhookConfigurationClusterInformer interface { Cluster(logicalcluster.Name) upstreamadmissionregistrationv1beta1informers.ValidatingWebhookConfigurationInformer Informer() kcpcache.ScopeableSharedIndexInformer Lister() admissionregistrationv1beta1listers.ValidatingWebhookConfigurationClusterLister }
ValidatingWebhookConfigurationClusterInformer provides access to a shared informer and lister for ValidatingWebhookConfigurations.