WrapK8sClient
No overview available.
def WrapK8sClient(
c: client.Client
) - > client.Client
Wraps a Kubernetes client with a custom wrapper that includes a status writer. This function is used to extend the functionality of a standard Kubernetes client.
Parameters
| Name | Type | Description |
|---|---|---|
| c | client.Client | The Kubernetes client to be wrapped. |
Returns
| Type | Description |
|---|---|
client.Client | A wrapped Kubernetes client with enhanced capabilities, including a status writer. |