Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeCryptOptions

Command-line options and arguments for kube-decrypt and kube-encrypt.

Hierarchy

  • KubeCryptOptions

Index

Properties

action

action: "decrypt" | "encrypt"

To encrypt or decrypt?

Optional file

file: string

Path to Kubernetes secret spec file.

Optional literal

literal: string

Literal string to encrypt/decrypt.

Optional secretKey

secretKey: string

Encryption key to use for encryption/decryption.

Generated using TypeDoc