# Functions
NewFromClient creates a new client from a dynamic Kubernetes client.
NewFromConfig creates a new Client using the provided kubernetes client configuration.
# Interfaces
StructuredOperations defines generic operations that handles runtime objects such as corev1.Pod.
UnstructuredOperations defines generic functions that operate on any kind of Kubernetes object.