Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeSecret

Simple Kubernetes v1.Secret interface.

Hierarchy

  • KubeSecret

Index

Properties

apiVersion

apiVersion: "v1"

data

data: object

Type declaration

  • [key: string]: string

kind

kind: "Secret"

metadata

metadata: object

Type declaration

  • name: string
  • Optional namespace?: string

type

type: "Opaque"

Generated using TypeDoc