News

Returns: An async function that lists the specified resource in a namespace. """ async def namespaced_lister(namespace: str) -> dict: """List the specified Kubernetes resource in a namespace. Args: ...