Documentation ¶
Index ¶
- func NewApplicationActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewApplicationProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApplicationActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredApplicationProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredGeneratedNetworkPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredKnownServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNetworkNeighborhoodInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredNetworkNeighborsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredOpenVulnerabilityExchangeContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSBOMSyftFilteredInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSBOMSyftInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredSeccompProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVulnerabilityManifestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVulnerabilityManifestSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredVulnerabilitySummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredWorkloadConfigurationScanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredWorkloadConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewGeneratedNetworkPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewKnownServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNetworkNeighborhoodInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewNetworkNeighborsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewOpenVulnerabilityExchangeContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSBOMSyftFilteredInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSBOMSyftInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewSeccompProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVulnerabilityManifestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVulnerabilityManifestSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewVulnerabilitySummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewWorkloadConfigurationScanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewWorkloadConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ApplicationActivityInformer
- type ApplicationProfileInformer
- type ConfigurationScanSummaryInformer
- type GeneratedNetworkPolicyInformer
- type Interface
- type KnownServerInformer
- type NetworkNeighborhoodInformer
- type NetworkNeighborsInformer
- type OpenVulnerabilityExchangeContainerInformer
- type SBOMSyftFilteredInformer
- type SBOMSyftInformer
- type SeccompProfileInformer
- type VulnerabilityManifestInformer
- type VulnerabilityManifestSummaryInformer
- type VulnerabilitySummaryInformer
- type WorkloadConfigurationScanInformer
- type WorkloadConfigurationScanSummaryInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplicationActivityInformer ¶ added in v0.0.22
func NewApplicationActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApplicationActivityInformer constructs a new informer for ApplicationActivity 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 NewApplicationProfileInformer ¶ added in v0.0.22
func NewApplicationProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewApplicationProfileInformer constructs a new informer for ApplicationProfile 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 NewConfigurationScanSummaryInformer ¶ added in v0.0.18
func NewConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewConfigurationScanSummaryInformer constructs a new informer for ConfigurationScanSummary 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 NewFilteredApplicationActivityInformer ¶ added in v0.0.22
func NewFilteredApplicationActivityInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApplicationActivityInformer constructs a new informer for ApplicationActivity 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 NewFilteredApplicationProfileInformer ¶ added in v0.0.22
func NewFilteredApplicationProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredApplicationProfileInformer constructs a new informer for ApplicationProfile 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 NewFilteredConfigurationScanSummaryInformer ¶ added in v0.0.18
func NewFilteredConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredConfigurationScanSummaryInformer constructs a new informer for ConfigurationScanSummary 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 NewFilteredGeneratedNetworkPolicyInformer ¶ added in v0.0.33
func NewFilteredGeneratedNetworkPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGeneratedNetworkPolicyInformer constructs a new informer for GeneratedNetworkPolicy 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 NewFilteredKnownServerInformer ¶ added in v0.0.42
func NewFilteredKnownServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKnownServerInformer constructs a new informer for KnownServer 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 NewFilteredNetworkNeighborhoodInformer ¶ added in v0.0.81
func NewFilteredNetworkNeighborhoodInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNetworkNeighborhoodInformer constructs a new informer for NetworkNeighborhood 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 NewFilteredNetworkNeighborsInformer ¶ added in v0.0.33
func NewFilteredNetworkNeighborsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredNetworkNeighborsInformer constructs a new informer for NetworkNeighbors 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 NewFilteredOpenVulnerabilityExchangeContainerInformer ¶ added in v0.0.29
func NewFilteredOpenVulnerabilityExchangeContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredOpenVulnerabilityExchangeContainerInformer constructs a new informer for OpenVulnerabilityExchangeContainer 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 NewFilteredSBOMSyftFilteredInformer ¶ added in v0.0.42
func NewFilteredSBOMSyftFilteredInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSBOMSyftFilteredInformer constructs a new informer for SBOMSyftFiltered 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 NewFilteredSBOMSyftInformer ¶ added in v0.0.42
func NewFilteredSBOMSyftInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSBOMSyftInformer constructs a new informer for SBOMSyft 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 NewFilteredSeccompProfileInformer ¶ added in v0.0.89
func NewFilteredSeccompProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredSeccompProfileInformer constructs a new informer for SeccompProfile 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 NewFilteredVulnerabilityManifestInformer ¶
func NewFilteredVulnerabilityManifestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVulnerabilityManifestInformer constructs a new informer for VulnerabilityManifest 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 NewFilteredVulnerabilityManifestSummaryInformer ¶ added in v0.0.7
func NewFilteredVulnerabilityManifestSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVulnerabilityManifestSummaryInformer constructs a new informer for VulnerabilityManifestSummary 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 NewFilteredVulnerabilitySummaryInformer ¶ added in v0.0.20
func NewFilteredVulnerabilitySummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredVulnerabilitySummaryInformer constructs a new informer for VulnerabilitySummary 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 NewFilteredWorkloadConfigurationScanInformer ¶ added in v0.0.16
func NewFilteredWorkloadConfigurationScanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWorkloadConfigurationScanInformer constructs a new informer for WorkloadConfigurationScan 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 NewFilteredWorkloadConfigurationScanSummaryInformer ¶ added in v0.0.16
func NewFilteredWorkloadConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredWorkloadConfigurationScanSummaryInformer constructs a new informer for WorkloadConfigurationScanSummary 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 NewGeneratedNetworkPolicyInformer ¶ added in v0.0.33
func NewGeneratedNetworkPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGeneratedNetworkPolicyInformer constructs a new informer for GeneratedNetworkPolicy 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 NewKnownServerInformer ¶ added in v0.0.42
func NewKnownServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKnownServerInformer constructs a new informer for KnownServer 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 NewNetworkNeighborhoodInformer ¶ added in v0.0.81
func NewNetworkNeighborhoodInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNetworkNeighborhoodInformer constructs a new informer for NetworkNeighborhood 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 NewNetworkNeighborsInformer ¶ added in v0.0.33
func NewNetworkNeighborsInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewNetworkNeighborsInformer constructs a new informer for NetworkNeighbors 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 NewOpenVulnerabilityExchangeContainerInformer ¶ added in v0.0.29
func NewOpenVulnerabilityExchangeContainerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewOpenVulnerabilityExchangeContainerInformer constructs a new informer for OpenVulnerabilityExchangeContainer 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 NewSBOMSyftFilteredInformer ¶ added in v0.0.42
func NewSBOMSyftFilteredInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSBOMSyftFilteredInformer constructs a new informer for SBOMSyftFiltered 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 NewSBOMSyftInformer ¶ added in v0.0.42
func NewSBOMSyftInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSBOMSyftInformer constructs a new informer for SBOMSyft 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 NewSeccompProfileInformer ¶ added in v0.0.89
func NewSeccompProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewSeccompProfileInformer constructs a new informer for SeccompProfile 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 NewVulnerabilityManifestInformer ¶
func NewVulnerabilityManifestInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVulnerabilityManifestInformer constructs a new informer for VulnerabilityManifest 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 NewVulnerabilityManifestSummaryInformer ¶ added in v0.0.7
func NewVulnerabilityManifestSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVulnerabilityManifestSummaryInformer constructs a new informer for VulnerabilityManifestSummary 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 NewVulnerabilitySummaryInformer ¶ added in v0.0.20
func NewVulnerabilitySummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewVulnerabilitySummaryInformer constructs a new informer for VulnerabilitySummary 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 NewWorkloadConfigurationScanInformer ¶ added in v0.0.16
func NewWorkloadConfigurationScanInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWorkloadConfigurationScanInformer constructs a new informer for WorkloadConfigurationScan 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 NewWorkloadConfigurationScanSummaryInformer ¶ added in v0.0.16
func NewWorkloadConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewWorkloadConfigurationScanSummaryInformer constructs a new informer for WorkloadConfigurationScanSummary 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 ApplicationActivityInformer ¶ added in v0.0.22
type ApplicationActivityInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.ApplicationActivityLister }
ApplicationActivityInformer provides access to a shared informer and lister for ApplicationActivities.
type ApplicationProfileInformer ¶ added in v0.0.22
type ApplicationProfileInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.ApplicationProfileLister }
ApplicationProfileInformer provides access to a shared informer and lister for ApplicationProfiles.
type ConfigurationScanSummaryInformer ¶ added in v0.0.18
type ConfigurationScanSummaryInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.ConfigurationScanSummaryLister }
ConfigurationScanSummaryInformer provides access to a shared informer and lister for ConfigurationScanSummaries.
type GeneratedNetworkPolicyInformer ¶ added in v0.0.33
type GeneratedNetworkPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.GeneratedNetworkPolicyLister }
GeneratedNetworkPolicyInformer provides access to a shared informer and lister for GeneratedNetworkPolicies.
type Interface ¶
type Interface interface { // ApplicationActivities returns a ApplicationActivityInformer. ApplicationActivities() ApplicationActivityInformer // ApplicationProfiles returns a ApplicationProfileInformer. ApplicationProfiles() ApplicationProfileInformer // ConfigurationScanSummaries returns a ConfigurationScanSummaryInformer. ConfigurationScanSummaries() ConfigurationScanSummaryInformer // GeneratedNetworkPolicies returns a GeneratedNetworkPolicyInformer. GeneratedNetworkPolicies() GeneratedNetworkPolicyInformer // KnownServers returns a KnownServerInformer. KnownServers() KnownServerInformer // NetworkNeighborhoods returns a NetworkNeighborhoodInformer. NetworkNeighborhoods() NetworkNeighborhoodInformer // NetworkNeighborses returns a NetworkNeighborsInformer. NetworkNeighborses() NetworkNeighborsInformer // OpenVulnerabilityExchangeContainers returns a OpenVulnerabilityExchangeContainerInformer. OpenVulnerabilityExchangeContainers() OpenVulnerabilityExchangeContainerInformer // SBOMSyfts returns a SBOMSyftInformer. SBOMSyfts() SBOMSyftInformer // SBOMSyftFiltereds returns a SBOMSyftFilteredInformer. SBOMSyftFiltereds() SBOMSyftFilteredInformer // SeccompProfiles returns a SeccompProfileInformer. SeccompProfiles() SeccompProfileInformer // VulnerabilityManifests returns a VulnerabilityManifestInformer. VulnerabilityManifests() VulnerabilityManifestInformer // VulnerabilityManifestSummaries returns a VulnerabilityManifestSummaryInformer. VulnerabilityManifestSummaries() VulnerabilityManifestSummaryInformer // VulnerabilitySummaries returns a VulnerabilitySummaryInformer. VulnerabilitySummaries() VulnerabilitySummaryInformer // WorkloadConfigurationScans returns a WorkloadConfigurationScanInformer. WorkloadConfigurationScans() WorkloadConfigurationScanInformer // WorkloadConfigurationScanSummaries returns a WorkloadConfigurationScanSummaryInformer. WorkloadConfigurationScanSummaries() WorkloadConfigurationScanSummaryInformer }
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 KnownServerInformer ¶ added in v0.0.42
type KnownServerInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.KnownServerLister }
KnownServerInformer provides access to a shared informer and lister for KnownServers.
type NetworkNeighborhoodInformer ¶ added in v0.0.81
type NetworkNeighborhoodInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.NetworkNeighborhoodLister }
NetworkNeighborhoodInformer provides access to a shared informer and lister for NetworkNeighborhoods.
type NetworkNeighborsInformer ¶ added in v0.0.33
type NetworkNeighborsInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.NetworkNeighborsLister }
NetworkNeighborsInformer provides access to a shared informer and lister for NetworkNeighborses.
type OpenVulnerabilityExchangeContainerInformer ¶ added in v0.0.29
type OpenVulnerabilityExchangeContainerInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.OpenVulnerabilityExchangeContainerLister }
OpenVulnerabilityExchangeContainerInformer provides access to a shared informer and lister for OpenVulnerabilityExchangeContainers.
type SBOMSyftFilteredInformer ¶ added in v0.0.42
type SBOMSyftFilteredInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.SBOMSyftFilteredLister }
SBOMSyftFilteredInformer provides access to a shared informer and lister for SBOMSyftFiltereds.
type SBOMSyftInformer ¶ added in v0.0.42
type SBOMSyftInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.SBOMSyftLister }
SBOMSyftInformer provides access to a shared informer and lister for SBOMSyfts.
type SeccompProfileInformer ¶ added in v0.0.89
type SeccompProfileInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.SeccompProfileLister }
SeccompProfileInformer provides access to a shared informer and lister for SeccompProfiles.
type VulnerabilityManifestInformer ¶
type VulnerabilityManifestInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VulnerabilityManifestLister }
VulnerabilityManifestInformer provides access to a shared informer and lister for VulnerabilityManifests.
type VulnerabilityManifestSummaryInformer ¶ added in v0.0.7
type VulnerabilityManifestSummaryInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VulnerabilityManifestSummaryLister }
VulnerabilityManifestSummaryInformer provides access to a shared informer and lister for VulnerabilityManifestSummaries.
type VulnerabilitySummaryInformer ¶ added in v0.0.20
type VulnerabilitySummaryInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.VulnerabilitySummaryLister }
VulnerabilitySummaryInformer provides access to a shared informer and lister for VulnerabilitySummaries.
type WorkloadConfigurationScanInformer ¶ added in v0.0.16
type WorkloadConfigurationScanInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.WorkloadConfigurationScanLister }
WorkloadConfigurationScanInformer provides access to a shared informer and lister for WorkloadConfigurationScans.
type WorkloadConfigurationScanSummaryInformer ¶ added in v0.0.16
type WorkloadConfigurationScanSummaryInformer interface { Informer() cache.SharedIndexInformer Lister() v1beta1.WorkloadConfigurationScanSummaryLister }
WorkloadConfigurationScanSummaryInformer provides access to a shared informer and lister for WorkloadConfigurationScanSummaries.
Source Files ¶
- applicationactivity.go
- applicationprofile.go
- configurationscansummary.go
- generatednetworkpolicy.go
- interface.go
- knownserver.go
- networkneighborhood.go
- networkneighbors.go
- openvulnerabilityexchangecontainer.go
- sbomsyft.go
- sbomsyftfiltered.go
- seccompprofile.go
- vulnerabilitymanifest.go
- vulnerabilitymanifestsummary.go
- vulnerabilitysummary.go
- workloadconfigurationscan.go
- workloadconfigurationscansummary.go