Skip to main content

Crate kimspect

Crate kimspect 

Source
Expand description

Kimspect - A Kubernetes image management tool

This crate provides functionality for managing and inspecting container images in Kubernetes clusters.

Modules§

logging

Structs§

Args
Command line arguments for the Kimspect application
K8sClient
Client for interacting with Kubernetes clusters
PodImage
Represents a container image running in a Kubernetes pod

Enums§

Commands
CLI command structure for Kimspect
GetImages
Resource types that can be queried in the Kubernetes cluster
K8sError
Errors that can occur when interacting with Kubernetes
LogFormat
Logging format options for Kimspect
OutputFormat
Output format options for displaying Kubernetes resource data

Functions§

display_pod_images
Display pod images in a formatted table
display_registries
Display a list of container image registries in the specified format
extract_registry
Extract the registry from a container image reference
process_pod
Process a pod to extract information about its container images
split_image
Split a container image reference into name and version
strip_registry
Strips the registry prefix from an image name if it exists

Type Aliases§

KimspectError
Error type for Kimspect operations
KimspectResult
Result type for Kimspect operations