Documentation
¶
Index ¶
- func NewCollapseConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewContainerProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCollapseConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredConfigurationScanSummaryInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredContainerProfileInformer(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 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 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 CollapseConfigurationInformer
- type ConfigurationScanSummaryInformer
- type ContainerProfileInformer
- type GeneratedNetworkPolicyInformer
- type Interface
- type KnownServerInformer
- 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 NewCollapseConfigurationInformer ¶ added in v0.0.291
func NewCollapseConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCollapseConfigurationInformer constructs a new informer for CollapseConfiguration 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 NewContainerProfileInformer ¶ added in v0.0.199
func NewContainerProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewContainerProfileInformer constructs a new informer for ContainerProfile 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 NewFilteredCollapseConfigurationInformer ¶ added in v0.0.291
func NewFilteredCollapseConfigurationInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCollapseConfigurationInformer constructs a new informer for CollapseConfiguration 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 NewFilteredContainerProfileInformer ¶ added in v0.0.199
func NewFilteredContainerProfileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredContainerProfileInformer constructs a new informer for ContainerProfile 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 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 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 CollapseConfigurationInformer ¶ added in v0.0.291
type CollapseConfigurationInformer interface {
Informer() cache.SharedIndexInformer
Lister() softwarecompositionv1beta1.CollapseConfigurationLister
}
CollapseConfigurationInformer provides access to a shared informer and lister for CollapseConfigurations.
type ConfigurationScanSummaryInformer ¶ added in v0.0.18
type ConfigurationScanSummaryInformer interface {
Informer() cache.SharedIndexInformer
Lister() softwarecompositionv1beta1.ConfigurationScanSummaryLister
}
ConfigurationScanSummaryInformer provides access to a shared informer and lister for ConfigurationScanSummaries.
type ContainerProfileInformer ¶ added in v0.0.199
type ContainerProfileInformer interface {
Informer() cache.SharedIndexInformer
Lister() softwarecompositionv1beta1.ContainerProfileLister
}
ContainerProfileInformer provides access to a shared informer and lister for ContainerProfiles.
type GeneratedNetworkPolicyInformer ¶ added in v0.0.33
type GeneratedNetworkPolicyInformer interface {
Informer() cache.SharedIndexInformer
Lister() softwarecompositionv1beta1.GeneratedNetworkPolicyLister
}
GeneratedNetworkPolicyInformer provides access to a shared informer and lister for GeneratedNetworkPolicies.
type Interface ¶
type Interface interface {
// CollapseConfigurations returns a CollapseConfigurationInformer.
CollapseConfigurations() CollapseConfigurationInformer
// ConfigurationScanSummaries returns a ConfigurationScanSummaryInformer.
ConfigurationScanSummaries() ConfigurationScanSummaryInformer
// ContainerProfiles returns a ContainerProfileInformer.
ContainerProfiles() ContainerProfileInformer
// GeneratedNetworkPolicies returns a GeneratedNetworkPolicyInformer.
GeneratedNetworkPolicies() GeneratedNetworkPolicyInformer
// KnownServers returns a KnownServerInformer.
KnownServers() KnownServerInformer
// 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() softwarecompositionv1beta1.KnownServerLister
}
KnownServerInformer provides access to a shared informer and lister for KnownServers.
type OpenVulnerabilityExchangeContainerInformer ¶ added in v0.0.29
type OpenVulnerabilityExchangeContainerInformer interface {
Informer() cache.SharedIndexInformer
Lister() softwarecompositionv1beta1.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() softwarecompositionv1beta1.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() softwarecompositionv1beta1.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() softwarecompositionv1beta1.SeccompProfileLister
}
SeccompProfileInformer provides access to a shared informer and lister for SeccompProfiles.
type VulnerabilityManifestInformer ¶
type VulnerabilityManifestInformer interface {
Informer() cache.SharedIndexInformer
Lister() softwarecompositionv1beta1.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() softwarecompositionv1beta1.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() softwarecompositionv1beta1.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() softwarecompositionv1beta1.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() softwarecompositionv1beta1.WorkloadConfigurationScanSummaryLister
}
WorkloadConfigurationScanSummaryInformer provides access to a shared informer and lister for WorkloadConfigurationScanSummaries.
Source Files
¶
- collapseconfiguration.go
- configurationscansummary.go
- containerprofile.go
- generatednetworkpolicy.go
- interface.go
- knownserver.go
- openvulnerabilityexchangecontainer.go
- sbomsyft.go
- sbomsyftfiltered.go
- seccompprofile.go
- vulnerabilitymanifest.go
- vulnerabilitymanifestsummary.go
- vulnerabilitysummary.go
- workloadconfigurationscan.go
- workloadconfigurationscansummary.go