import { type Secret } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.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.
x/kubernetes_apis/builtin/core@v1/structs.ts>Secret
import { type Secret } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.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.