Expand description
Kelper - A Kubernetes image management tool
This crate provides functionality for managing and inspecting container images in Kubernetes clusters.
Modules§
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
- Output
Format - 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§
- Kelper
Error - Error type for Kelper operations
- Kelper
Result - Result type for Kelper operations