Skip to main content

Crate kelper

Crate kelper 

Source
Expand description

Kelper - 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 Kelper application
K8sClient
Client for interacting with Kubernetes clusters
PodImage
Represents a container image running in a Kubernetes pod

Enums§

Commands
CLI command structure for Kelper
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 Kelper
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§

KelperError
Error type for Kelper operations
KelperResult
Result type for Kelper operations