import { type Secret } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.
import { type Secret } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.