Documentation ¶
Index ¶
- func NewCAPApplicationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCAPApplicationVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCAPTenantInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCAPTenantOperationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewCAPTenantOutputInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCAPApplicationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCAPApplicationVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCAPTenantInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCAPTenantOperationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCAPTenantOutputInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CAPApplicationInformer
- type CAPApplicationVersionInformer
- type CAPTenantInformer
- type CAPTenantOperationInformer
- type CAPTenantOutputInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCAPApplicationInformer ¶
func NewCAPApplicationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCAPApplicationInformer constructs a new informer for CAPApplication 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 NewCAPApplicationVersionInformer ¶
func NewCAPApplicationVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCAPApplicationVersionInformer constructs a new informer for CAPApplicationVersion 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 NewCAPTenantInformer ¶
func NewCAPTenantInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCAPTenantInformer constructs a new informer for CAPTenant 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 NewCAPTenantOperationInformer ¶
func NewCAPTenantOperationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCAPTenantOperationInformer constructs a new informer for CAPTenantOperation 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 NewCAPTenantOutputInformer ¶ added in v0.8.0
func NewCAPTenantOutputInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCAPTenantOutputInformer constructs a new informer for CAPTenantOutput 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 NewFilteredCAPApplicationInformer ¶
func NewFilteredCAPApplicationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCAPApplicationInformer constructs a new informer for CAPApplication 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 NewFilteredCAPApplicationVersionInformer ¶
func NewFilteredCAPApplicationVersionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCAPApplicationVersionInformer constructs a new informer for CAPApplicationVersion 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 NewFilteredCAPTenantInformer ¶
func NewFilteredCAPTenantInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCAPTenantInformer constructs a new informer for CAPTenant 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 NewFilteredCAPTenantOperationInformer ¶
func NewFilteredCAPTenantOperationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCAPTenantOperationInformer constructs a new informer for CAPTenantOperation 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 NewFilteredCAPTenantOutputInformer ¶ added in v0.8.0
func NewFilteredCAPTenantOutputInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCAPTenantOutputInformer constructs a new informer for CAPTenantOutput 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 CAPApplicationInformer ¶
type CAPApplicationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CAPApplicationLister }
CAPApplicationInformer provides access to a shared informer and lister for CAPApplications.
type CAPApplicationVersionInformer ¶
type CAPApplicationVersionInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CAPApplicationVersionLister }
CAPApplicationVersionInformer provides access to a shared informer and lister for CAPApplicationVersions.
type CAPTenantInformer ¶
type CAPTenantInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CAPTenantLister }
CAPTenantInformer provides access to a shared informer and lister for CAPTenants.
type CAPTenantOperationInformer ¶
type CAPTenantOperationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CAPTenantOperationLister }
CAPTenantOperationInformer provides access to a shared informer and lister for CAPTenantOperations.
type CAPTenantOutputInformer ¶ added in v0.8.0
type CAPTenantOutputInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CAPTenantOutputLister }
CAPTenantOutputInformer provides access to a shared informer and lister for CAPTenantOutputs.
type Interface ¶
type Interface interface { // CAPApplications returns a CAPApplicationInformer. CAPApplications() CAPApplicationInformer // CAPApplicationVersions returns a CAPApplicationVersionInformer. CAPApplicationVersions() CAPApplicationVersionInformer // CAPTenants returns a CAPTenantInformer. CAPTenants() CAPTenantInformer // CAPTenantOperations returns a CAPTenantOperationInformer. CAPTenantOperations() CAPTenantOperationInformer // CAPTenantOutputs returns a CAPTenantOutputInformer. CAPTenantOutputs() CAPTenantOutputInformer }
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.