v1beta1

package
v0.0.74 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationActivityLister added in v0.0.22

type ApplicationActivityLister interface {
	// List lists all ApplicationActivities in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ApplicationActivity, err error)
	// ApplicationActivities returns an object that can list and get ApplicationActivities.
	ApplicationActivities(namespace string) ApplicationActivityNamespaceLister
	ApplicationActivityListerExpansion
}

ApplicationActivityLister helps list ApplicationActivities. All objects returned here must be treated as read-only.

func NewApplicationActivityLister added in v0.0.22

func NewApplicationActivityLister(indexer cache.Indexer) ApplicationActivityLister

NewApplicationActivityLister returns a new ApplicationActivityLister.

type ApplicationActivityListerExpansion added in v0.0.22

type ApplicationActivityListerExpansion interface{}

ApplicationActivityListerExpansion allows custom methods to be added to ApplicationActivityLister.

type ApplicationActivityNamespaceLister added in v0.0.22

type ApplicationActivityNamespaceLister interface {
	// List lists all ApplicationActivities in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ApplicationActivity, err error)
	// Get retrieves the ApplicationActivity from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ApplicationActivity, error)
	ApplicationActivityNamespaceListerExpansion
}

ApplicationActivityNamespaceLister helps list and get ApplicationActivities. All objects returned here must be treated as read-only.

type ApplicationActivityNamespaceListerExpansion added in v0.0.22

type ApplicationActivityNamespaceListerExpansion interface{}

ApplicationActivityNamespaceListerExpansion allows custom methods to be added to ApplicationActivityNamespaceLister.

type ApplicationProfileLister added in v0.0.22

type ApplicationProfileLister interface {
	// List lists all ApplicationProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ApplicationProfile, err error)
	// ApplicationProfiles returns an object that can list and get ApplicationProfiles.
	ApplicationProfiles(namespace string) ApplicationProfileNamespaceLister
	ApplicationProfileListerExpansion
}

ApplicationProfileLister helps list ApplicationProfiles. All objects returned here must be treated as read-only.

func NewApplicationProfileLister added in v0.0.22

func NewApplicationProfileLister(indexer cache.Indexer) ApplicationProfileLister

NewApplicationProfileLister returns a new ApplicationProfileLister.

type ApplicationProfileListerExpansion added in v0.0.22

type ApplicationProfileListerExpansion interface{}

ApplicationProfileListerExpansion allows custom methods to be added to ApplicationProfileLister.

type ApplicationProfileNamespaceLister added in v0.0.22

type ApplicationProfileNamespaceLister interface {
	// List lists all ApplicationProfiles in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ApplicationProfile, err error)
	// Get retrieves the ApplicationProfile from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ApplicationProfile, error)
	ApplicationProfileNamespaceListerExpansion
}

ApplicationProfileNamespaceLister helps list and get ApplicationProfiles. All objects returned here must be treated as read-only.

type ApplicationProfileNamespaceListerExpansion added in v0.0.22

type ApplicationProfileNamespaceListerExpansion interface{}

ApplicationProfileNamespaceListerExpansion allows custom methods to be added to ApplicationProfileNamespaceLister.

type ConfigurationScanSummaryLister added in v0.0.18

type ConfigurationScanSummaryLister interface {
	// List lists all ConfigurationScanSummaries in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ConfigurationScanSummary, err error)
	// ConfigurationScanSummaries returns an object that can list and get ConfigurationScanSummaries.
	ConfigurationScanSummaries(namespace string) ConfigurationScanSummaryNamespaceLister
	ConfigurationScanSummaryListerExpansion
}

ConfigurationScanSummaryLister helps list ConfigurationScanSummaries. All objects returned here must be treated as read-only.

func NewConfigurationScanSummaryLister added in v0.0.18

func NewConfigurationScanSummaryLister(indexer cache.Indexer) ConfigurationScanSummaryLister

NewConfigurationScanSummaryLister returns a new ConfigurationScanSummaryLister.

type ConfigurationScanSummaryListerExpansion added in v0.0.18

type ConfigurationScanSummaryListerExpansion interface{}

ConfigurationScanSummaryListerExpansion allows custom methods to be added to ConfigurationScanSummaryLister.

type ConfigurationScanSummaryNamespaceLister added in v0.0.18

type ConfigurationScanSummaryNamespaceLister interface {
	// List lists all ConfigurationScanSummaries in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ConfigurationScanSummary, err error)
	// Get retrieves the ConfigurationScanSummary from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ConfigurationScanSummary, error)
	ConfigurationScanSummaryNamespaceListerExpansion
}

ConfigurationScanSummaryNamespaceLister helps list and get ConfigurationScanSummaries. All objects returned here must be treated as read-only.

type ConfigurationScanSummaryNamespaceListerExpansion added in v0.0.18

type ConfigurationScanSummaryNamespaceListerExpansion interface{}

ConfigurationScanSummaryNamespaceListerExpansion allows custom methods to be added to ConfigurationScanSummaryNamespaceLister.

type GeneratedNetworkPolicyLister added in v0.0.33

type GeneratedNetworkPolicyLister interface {
	// List lists all GeneratedNetworkPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.GeneratedNetworkPolicy, err error)
	// GeneratedNetworkPolicies returns an object that can list and get GeneratedNetworkPolicies.
	GeneratedNetworkPolicies(namespace string) GeneratedNetworkPolicyNamespaceLister
	GeneratedNetworkPolicyListerExpansion
}

GeneratedNetworkPolicyLister helps list GeneratedNetworkPolicies. All objects returned here must be treated as read-only.

func NewGeneratedNetworkPolicyLister added in v0.0.33

func NewGeneratedNetworkPolicyLister(indexer cache.Indexer) GeneratedNetworkPolicyLister

NewGeneratedNetworkPolicyLister returns a new GeneratedNetworkPolicyLister.

type GeneratedNetworkPolicyListerExpansion added in v0.0.33

type GeneratedNetworkPolicyListerExpansion interface{}

GeneratedNetworkPolicyListerExpansion allows custom methods to be added to GeneratedNetworkPolicyLister.

type GeneratedNetworkPolicyNamespaceLister added in v0.0.33

type GeneratedNetworkPolicyNamespaceLister interface {
	// List lists all GeneratedNetworkPolicies in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.GeneratedNetworkPolicy, err error)
	// Get retrieves the GeneratedNetworkPolicy from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.GeneratedNetworkPolicy, error)
	GeneratedNetworkPolicyNamespaceListerExpansion
}

GeneratedNetworkPolicyNamespaceLister helps list and get GeneratedNetworkPolicies. All objects returned here must be treated as read-only.

type GeneratedNetworkPolicyNamespaceListerExpansion added in v0.0.33

type GeneratedNetworkPolicyNamespaceListerExpansion interface{}

GeneratedNetworkPolicyNamespaceListerExpansion allows custom methods to be added to GeneratedNetworkPolicyNamespaceLister.

type KnownServerLister added in v0.0.42

type KnownServerLister interface {
	// List lists all KnownServers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.KnownServer, err error)
	// KnownServers returns an object that can list and get KnownServers.
	KnownServers(namespace string) KnownServerNamespaceLister
	KnownServerListerExpansion
}

KnownServerLister helps list KnownServers. All objects returned here must be treated as read-only.

func NewKnownServerLister added in v0.0.42

func NewKnownServerLister(indexer cache.Indexer) KnownServerLister

NewKnownServerLister returns a new KnownServerLister.

type KnownServerListerExpansion added in v0.0.42

type KnownServerListerExpansion interface{}

KnownServerListerExpansion allows custom methods to be added to KnownServerLister.

type KnownServerNamespaceLister added in v0.0.42

type KnownServerNamespaceLister interface {
	// List lists all KnownServers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.KnownServer, err error)
	// Get retrieves the KnownServer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.KnownServer, error)
	KnownServerNamespaceListerExpansion
}

KnownServerNamespaceLister helps list and get KnownServers. All objects returned here must be treated as read-only.

type KnownServerNamespaceListerExpansion added in v0.0.42

type KnownServerNamespaceListerExpansion interface{}

KnownServerNamespaceListerExpansion allows custom methods to be added to KnownServerNamespaceLister.

type NetworkNeighborsLister added in v0.0.33

type NetworkNeighborsLister interface {
	// List lists all NetworkNeighborses in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.NetworkNeighbors, err error)
	// NetworkNeighborses returns an object that can list and get NetworkNeighborses.
	NetworkNeighborses(namespace string) NetworkNeighborsNamespaceLister
	NetworkNeighborsListerExpansion
}

NetworkNeighborsLister helps list NetworkNeighborses. All objects returned here must be treated as read-only.

func NewNetworkNeighborsLister added in v0.0.33

func NewNetworkNeighborsLister(indexer cache.Indexer) NetworkNeighborsLister

NewNetworkNeighborsLister returns a new NetworkNeighborsLister.

type NetworkNeighborsListerExpansion added in v0.0.33

type NetworkNeighborsListerExpansion interface{}

NetworkNeighborsListerExpansion allows custom methods to be added to NetworkNeighborsLister.

type NetworkNeighborsNamespaceLister added in v0.0.33

type NetworkNeighborsNamespaceLister interface {
	// List lists all NetworkNeighborses in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.NetworkNeighbors, err error)
	// Get retrieves the NetworkNeighbors from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.NetworkNeighbors, error)
	NetworkNeighborsNamespaceListerExpansion
}

NetworkNeighborsNamespaceLister helps list and get NetworkNeighborses. All objects returned here must be treated as read-only.

type NetworkNeighborsNamespaceListerExpansion added in v0.0.33

type NetworkNeighborsNamespaceListerExpansion interface{}

NetworkNeighborsNamespaceListerExpansion allows custom methods to be added to NetworkNeighborsNamespaceLister.

type OpenVulnerabilityExchangeContainerLister added in v0.0.29

type OpenVulnerabilityExchangeContainerLister interface {
	// List lists all OpenVulnerabilityExchangeContainers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.OpenVulnerabilityExchangeContainer, err error)
	// OpenVulnerabilityExchangeContainers returns an object that can list and get OpenVulnerabilityExchangeContainers.
	OpenVulnerabilityExchangeContainers(namespace string) OpenVulnerabilityExchangeContainerNamespaceLister
	OpenVulnerabilityExchangeContainerListerExpansion
}

OpenVulnerabilityExchangeContainerLister helps list OpenVulnerabilityExchangeContainers. All objects returned here must be treated as read-only.

func NewOpenVulnerabilityExchangeContainerLister added in v0.0.29

func NewOpenVulnerabilityExchangeContainerLister(indexer cache.Indexer) OpenVulnerabilityExchangeContainerLister

NewOpenVulnerabilityExchangeContainerLister returns a new OpenVulnerabilityExchangeContainerLister.

type OpenVulnerabilityExchangeContainerListerExpansion added in v0.0.29

type OpenVulnerabilityExchangeContainerListerExpansion interface{}

OpenVulnerabilityExchangeContainerListerExpansion allows custom methods to be added to OpenVulnerabilityExchangeContainerLister.

type OpenVulnerabilityExchangeContainerNamespaceLister added in v0.0.29

type OpenVulnerabilityExchangeContainerNamespaceLister interface {
	// List lists all OpenVulnerabilityExchangeContainers in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.OpenVulnerabilityExchangeContainer, err error)
	// Get retrieves the OpenVulnerabilityExchangeContainer from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.OpenVulnerabilityExchangeContainer, error)
	OpenVulnerabilityExchangeContainerNamespaceListerExpansion
}

OpenVulnerabilityExchangeContainerNamespaceLister helps list and get OpenVulnerabilityExchangeContainers. All objects returned here must be treated as read-only.

type OpenVulnerabilityExchangeContainerNamespaceListerExpansion added in v0.0.29

type OpenVulnerabilityExchangeContainerNamespaceListerExpansion interface{}

OpenVulnerabilityExchangeContainerNamespaceListerExpansion allows custom methods to be added to OpenVulnerabilityExchangeContainerNamespaceLister.

type SBOMSPDXv2p3FilteredLister

type SBOMSPDXv2p3FilteredLister interface {
	// List lists all SBOMSPDXv2p3Filtereds in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSPDXv2p3Filtered, err error)
	// SBOMSPDXv2p3Filtereds returns an object that can list and get SBOMSPDXv2p3Filtereds.
	SBOMSPDXv2p3Filtereds(namespace string) SBOMSPDXv2p3FilteredNamespaceLister
	SBOMSPDXv2p3FilteredListerExpansion
}

SBOMSPDXv2p3FilteredLister helps list SBOMSPDXv2p3Filtereds. All objects returned here must be treated as read-only.

func NewSBOMSPDXv2p3FilteredLister

func NewSBOMSPDXv2p3FilteredLister(indexer cache.Indexer) SBOMSPDXv2p3FilteredLister

NewSBOMSPDXv2p3FilteredLister returns a new SBOMSPDXv2p3FilteredLister.

type SBOMSPDXv2p3FilteredListerExpansion

type SBOMSPDXv2p3FilteredListerExpansion interface{}

SBOMSPDXv2p3FilteredListerExpansion allows custom methods to be added to SBOMSPDXv2p3FilteredLister.

type SBOMSPDXv2p3FilteredNamespaceLister

type SBOMSPDXv2p3FilteredNamespaceLister interface {
	// List lists all SBOMSPDXv2p3Filtereds in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSPDXv2p3Filtered, err error)
	// Get retrieves the SBOMSPDXv2p3Filtered from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.SBOMSPDXv2p3Filtered, error)
	SBOMSPDXv2p3FilteredNamespaceListerExpansion
}

SBOMSPDXv2p3FilteredNamespaceLister helps list and get SBOMSPDXv2p3Filtereds. All objects returned here must be treated as read-only.

type SBOMSPDXv2p3FilteredNamespaceListerExpansion

type SBOMSPDXv2p3FilteredNamespaceListerExpansion interface{}

SBOMSPDXv2p3FilteredNamespaceListerExpansion allows custom methods to be added to SBOMSPDXv2p3FilteredNamespaceLister.

type SBOMSPDXv2p3Lister

type SBOMSPDXv2p3Lister interface {
	// List lists all SBOMSPDXv2p3s in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSPDXv2p3, err error)
	// SBOMSPDXv2p3s returns an object that can list and get SBOMSPDXv2p3s.
	SBOMSPDXv2p3s(namespace string) SBOMSPDXv2p3NamespaceLister
	SBOMSPDXv2p3ListerExpansion
}

SBOMSPDXv2p3Lister helps list SBOMSPDXv2p3s. All objects returned here must be treated as read-only.

func NewSBOMSPDXv2p3Lister

func NewSBOMSPDXv2p3Lister(indexer cache.Indexer) SBOMSPDXv2p3Lister

NewSBOMSPDXv2p3Lister returns a new SBOMSPDXv2p3Lister.

type SBOMSPDXv2p3ListerExpansion

type SBOMSPDXv2p3ListerExpansion interface{}

SBOMSPDXv2p3ListerExpansion allows custom methods to be added to SBOMSPDXv2p3Lister.

type SBOMSPDXv2p3NamespaceLister

type SBOMSPDXv2p3NamespaceLister interface {
	// List lists all SBOMSPDXv2p3s in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSPDXv2p3, err error)
	// Get retrieves the SBOMSPDXv2p3 from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.SBOMSPDXv2p3, error)
	SBOMSPDXv2p3NamespaceListerExpansion
}

SBOMSPDXv2p3NamespaceLister helps list and get SBOMSPDXv2p3s. All objects returned here must be treated as read-only.

type SBOMSPDXv2p3NamespaceListerExpansion

type SBOMSPDXv2p3NamespaceListerExpansion interface{}

SBOMSPDXv2p3NamespaceListerExpansion allows custom methods to be added to SBOMSPDXv2p3NamespaceLister.

type SBOMSyftFilteredLister added in v0.0.42

type SBOMSyftFilteredLister interface {
	// List lists all SBOMSyftFiltereds in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSyftFiltered, err error)
	// SBOMSyftFiltereds returns an object that can list and get SBOMSyftFiltereds.
	SBOMSyftFiltereds(namespace string) SBOMSyftFilteredNamespaceLister
	SBOMSyftFilteredListerExpansion
}

SBOMSyftFilteredLister helps list SBOMSyftFiltereds. All objects returned here must be treated as read-only.

func NewSBOMSyftFilteredLister added in v0.0.42

func NewSBOMSyftFilteredLister(indexer cache.Indexer) SBOMSyftFilteredLister

NewSBOMSyftFilteredLister returns a new SBOMSyftFilteredLister.

type SBOMSyftFilteredListerExpansion added in v0.0.42

type SBOMSyftFilteredListerExpansion interface{}

SBOMSyftFilteredListerExpansion allows custom methods to be added to SBOMSyftFilteredLister.

type SBOMSyftFilteredNamespaceLister added in v0.0.42

type SBOMSyftFilteredNamespaceLister interface {
	// List lists all SBOMSyftFiltereds in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSyftFiltered, err error)
	// Get retrieves the SBOMSyftFiltered from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.SBOMSyftFiltered, error)
	SBOMSyftFilteredNamespaceListerExpansion
}

SBOMSyftFilteredNamespaceLister helps list and get SBOMSyftFiltereds. All objects returned here must be treated as read-only.

type SBOMSyftFilteredNamespaceListerExpansion added in v0.0.42

type SBOMSyftFilteredNamespaceListerExpansion interface{}

SBOMSyftFilteredNamespaceListerExpansion allows custom methods to be added to SBOMSyftFilteredNamespaceLister.

type SBOMSyftLister added in v0.0.42

type SBOMSyftLister interface {
	// List lists all SBOMSyfts in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSyft, err error)
	// SBOMSyfts returns an object that can list and get SBOMSyfts.
	SBOMSyfts(namespace string) SBOMSyftNamespaceLister
	SBOMSyftListerExpansion
}

SBOMSyftLister helps list SBOMSyfts. All objects returned here must be treated as read-only.

func NewSBOMSyftLister added in v0.0.42

func NewSBOMSyftLister(indexer cache.Indexer) SBOMSyftLister

NewSBOMSyftLister returns a new SBOMSyftLister.

type SBOMSyftListerExpansion added in v0.0.42

type SBOMSyftListerExpansion interface{}

SBOMSyftListerExpansion allows custom methods to be added to SBOMSyftLister.

type SBOMSyftNamespaceLister added in v0.0.42

type SBOMSyftNamespaceLister interface {
	// List lists all SBOMSyfts in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.SBOMSyft, err error)
	// Get retrieves the SBOMSyft from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.SBOMSyft, error)
	SBOMSyftNamespaceListerExpansion
}

SBOMSyftNamespaceLister helps list and get SBOMSyfts. All objects returned here must be treated as read-only.

type SBOMSyftNamespaceListerExpansion added in v0.0.42

type SBOMSyftNamespaceListerExpansion interface{}

SBOMSyftNamespaceListerExpansion allows custom methods to be added to SBOMSyftNamespaceLister.

type VulnerabilityManifestLister

type VulnerabilityManifestLister interface {
	// List lists all VulnerabilityManifests in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VulnerabilityManifest, err error)
	// VulnerabilityManifests returns an object that can list and get VulnerabilityManifests.
	VulnerabilityManifests(namespace string) VulnerabilityManifestNamespaceLister
	VulnerabilityManifestListerExpansion
}

VulnerabilityManifestLister helps list VulnerabilityManifests. All objects returned here must be treated as read-only.

func NewVulnerabilityManifestLister

func NewVulnerabilityManifestLister(indexer cache.Indexer) VulnerabilityManifestLister

NewVulnerabilityManifestLister returns a new VulnerabilityManifestLister.

type VulnerabilityManifestListerExpansion

type VulnerabilityManifestListerExpansion interface{}

VulnerabilityManifestListerExpansion allows custom methods to be added to VulnerabilityManifestLister.

type VulnerabilityManifestNamespaceLister

type VulnerabilityManifestNamespaceLister interface {
	// List lists all VulnerabilityManifests in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VulnerabilityManifest, err error)
	// Get retrieves the VulnerabilityManifest from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.VulnerabilityManifest, error)
	VulnerabilityManifestNamespaceListerExpansion
}

VulnerabilityManifestNamespaceLister helps list and get VulnerabilityManifests. All objects returned here must be treated as read-only.

type VulnerabilityManifestNamespaceListerExpansion

type VulnerabilityManifestNamespaceListerExpansion interface{}

VulnerabilityManifestNamespaceListerExpansion allows custom methods to be added to VulnerabilityManifestNamespaceLister.

type VulnerabilityManifestSummaryLister added in v0.0.7

type VulnerabilityManifestSummaryLister interface {
	// List lists all VulnerabilityManifestSummaries in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VulnerabilityManifestSummary, err error)
	// VulnerabilityManifestSummaries returns an object that can list and get VulnerabilityManifestSummaries.
	VulnerabilityManifestSummaries(namespace string) VulnerabilityManifestSummaryNamespaceLister
	VulnerabilityManifestSummaryListerExpansion
}

VulnerabilityManifestSummaryLister helps list VulnerabilityManifestSummaries. All objects returned here must be treated as read-only.

func NewVulnerabilityManifestSummaryLister added in v0.0.7

func NewVulnerabilityManifestSummaryLister(indexer cache.Indexer) VulnerabilityManifestSummaryLister

NewVulnerabilityManifestSummaryLister returns a new VulnerabilityManifestSummaryLister.

type VulnerabilityManifestSummaryListerExpansion added in v0.0.7

type VulnerabilityManifestSummaryListerExpansion interface{}

VulnerabilityManifestSummaryListerExpansion allows custom methods to be added to VulnerabilityManifestSummaryLister.

type VulnerabilityManifestSummaryNamespaceLister added in v0.0.7

type VulnerabilityManifestSummaryNamespaceLister interface {
	// List lists all VulnerabilityManifestSummaries in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VulnerabilityManifestSummary, err error)
	// Get retrieves the VulnerabilityManifestSummary from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.VulnerabilityManifestSummary, error)
	VulnerabilityManifestSummaryNamespaceListerExpansion
}

VulnerabilityManifestSummaryNamespaceLister helps list and get VulnerabilityManifestSummaries. All objects returned here must be treated as read-only.

type VulnerabilityManifestSummaryNamespaceListerExpansion added in v0.0.7

type VulnerabilityManifestSummaryNamespaceListerExpansion interface{}

VulnerabilityManifestSummaryNamespaceListerExpansion allows custom methods to be added to VulnerabilityManifestSummaryNamespaceLister.

type VulnerabilitySummaryLister added in v0.0.20

type VulnerabilitySummaryLister interface {
	// List lists all VulnerabilitySummaries in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VulnerabilitySummary, err error)
	// VulnerabilitySummaries returns an object that can list and get VulnerabilitySummaries.
	VulnerabilitySummaries(namespace string) VulnerabilitySummaryNamespaceLister
	VulnerabilitySummaryListerExpansion
}

VulnerabilitySummaryLister helps list VulnerabilitySummaries. All objects returned here must be treated as read-only.

func NewVulnerabilitySummaryLister added in v0.0.20

func NewVulnerabilitySummaryLister(indexer cache.Indexer) VulnerabilitySummaryLister

NewVulnerabilitySummaryLister returns a new VulnerabilitySummaryLister.

type VulnerabilitySummaryListerExpansion added in v0.0.20

type VulnerabilitySummaryListerExpansion interface{}

VulnerabilitySummaryListerExpansion allows custom methods to be added to VulnerabilitySummaryLister.

type VulnerabilitySummaryNamespaceLister added in v0.0.20

type VulnerabilitySummaryNamespaceLister interface {
	// List lists all VulnerabilitySummaries in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VulnerabilitySummary, err error)
	// Get retrieves the VulnerabilitySummary from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.VulnerabilitySummary, error)
	VulnerabilitySummaryNamespaceListerExpansion
}

VulnerabilitySummaryNamespaceLister helps list and get VulnerabilitySummaries. All objects returned here must be treated as read-only.

type VulnerabilitySummaryNamespaceListerExpansion added in v0.0.20

type VulnerabilitySummaryNamespaceListerExpansion interface{}

VulnerabilitySummaryNamespaceListerExpansion allows custom methods to be added to VulnerabilitySummaryNamespaceLister.

type WorkloadConfigurationScanLister added in v0.0.16

type WorkloadConfigurationScanLister interface {
	// List lists all WorkloadConfigurationScans in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.WorkloadConfigurationScan, err error)
	// WorkloadConfigurationScans returns an object that can list and get WorkloadConfigurationScans.
	WorkloadConfigurationScans(namespace string) WorkloadConfigurationScanNamespaceLister
	WorkloadConfigurationScanListerExpansion
}

WorkloadConfigurationScanLister helps list WorkloadConfigurationScans. All objects returned here must be treated as read-only.

func NewWorkloadConfigurationScanLister added in v0.0.16

func NewWorkloadConfigurationScanLister(indexer cache.Indexer) WorkloadConfigurationScanLister

NewWorkloadConfigurationScanLister returns a new WorkloadConfigurationScanLister.

type WorkloadConfigurationScanListerExpansion added in v0.0.16

type WorkloadConfigurationScanListerExpansion interface{}

WorkloadConfigurationScanListerExpansion allows custom methods to be added to WorkloadConfigurationScanLister.

type WorkloadConfigurationScanNamespaceLister added in v0.0.16

type WorkloadConfigurationScanNamespaceLister interface {
	// List lists all WorkloadConfigurationScans in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.WorkloadConfigurationScan, err error)
	// Get retrieves the WorkloadConfigurationScan from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.WorkloadConfigurationScan, error)
	WorkloadConfigurationScanNamespaceListerExpansion
}

WorkloadConfigurationScanNamespaceLister helps list and get WorkloadConfigurationScans. All objects returned here must be treated as read-only.

type WorkloadConfigurationScanNamespaceListerExpansion added in v0.0.16

type WorkloadConfigurationScanNamespaceListerExpansion interface{}

WorkloadConfigurationScanNamespaceListerExpansion allows custom methods to be added to WorkloadConfigurationScanNamespaceLister.

type WorkloadConfigurationScanSummaryLister added in v0.0.16

type WorkloadConfigurationScanSummaryLister interface {
	// List lists all WorkloadConfigurationScanSummaries in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.WorkloadConfigurationScanSummary, err error)
	// WorkloadConfigurationScanSummaries returns an object that can list and get WorkloadConfigurationScanSummaries.
	WorkloadConfigurationScanSummaries(namespace string) WorkloadConfigurationScanSummaryNamespaceLister
	WorkloadConfigurationScanSummaryListerExpansion
}

WorkloadConfigurationScanSummaryLister helps list WorkloadConfigurationScanSummaries. All objects returned here must be treated as read-only.

func NewWorkloadConfigurationScanSummaryLister added in v0.0.16

func NewWorkloadConfigurationScanSummaryLister(indexer cache.Indexer) WorkloadConfigurationScanSummaryLister

NewWorkloadConfigurationScanSummaryLister returns a new WorkloadConfigurationScanSummaryLister.

type WorkloadConfigurationScanSummaryListerExpansion added in v0.0.16

type WorkloadConfigurationScanSummaryListerExpansion interface{}

WorkloadConfigurationScanSummaryListerExpansion allows custom methods to be added to WorkloadConfigurationScanSummaryLister.

type WorkloadConfigurationScanSummaryNamespaceLister added in v0.0.16

type WorkloadConfigurationScanSummaryNamespaceLister interface {
	// List lists all WorkloadConfigurationScanSummaries in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.WorkloadConfigurationScanSummary, err error)
	// Get retrieves the WorkloadConfigurationScanSummary from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.WorkloadConfigurationScanSummary, error)
	WorkloadConfigurationScanSummaryNamespaceListerExpansion
}

WorkloadConfigurationScanSummaryNamespaceLister helps list and get WorkloadConfigurationScanSummaries. All objects returned here must be treated as read-only.

type WorkloadConfigurationScanSummaryNamespaceListerExpansion added in v0.0.16

type WorkloadConfigurationScanSummaryNamespaceListerExpansion interface{}

WorkloadConfigurationScanSummaryNamespaceListerExpansion allows custom methods to be added to WorkloadConfigurationScanSummaryNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL