KubernetesObjectCreator#

class controller.storage.kubernetes.creator.KubernetesObjectCreator(*, create_method, read_method, object_type, kind, logger)#

Bases: Generic[T]

Generic Kubernetes object storage supporting create and read.

This class provides a wrapper around any Kubernetes object type that implements create and read operations with logging and exception conversion.

This class is not meant to be used directly by code outside of the Kubernetes storage layer. Use one of the kind-specific watcher classes built on top of it instead.

Parameters: