import * as kubernetesClient from "https://deno.land/x/kubernetes_client@v0.7.3/lib/reflector.ts";
Type Aliases
Implementation of a Kubernetes List/Watch client which furnishes a view of the watched data. This is commonly called a 'Reflector' among the client libraries, though this one is less standard. | |