Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactsK8S ¶
type ArtifactsK8S interface { // ListArtifacts returns kubernetes scanable artifacts ListArtifacts(context.Context) ([]*artifacts.Artifact, error) // GetArtifact return kubernete scanable artifact GetArtifact(context.Context, string, string) (*artifacts.Artifact, error) // ListArtifactAndNodeInfo return kubernete scanable artifact and node info ListArtifactAndNodeInfo(context.Context, ...corev1.Toleration) ([]*artifacts.Artifact, error) // ListBomInfo returns kubernetes Bom (node,core components) information. ListBomInfo(context.Context) ([]*artifacts.Artifact, error) }
ArtifactsK8S interface represents operations to query the artifacts
Click to show internal directories.
Click to hide internal directories.