Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubernetesSpecStringifyOptions

Options for creating a string representation of a Kubernetes resource specification.

Hierarchy

  • KubernetesSpecStringifyOptions

Index

Properties

Properties

Optional format

format: "json" | "yaml"

Serialization format, either "json" or "yaml". The default is "json".

Optional secretKey

secretKey: string

The key to use to encrypt v1/Secret data values. See encryptSecret for details. If no value is provided, the secret data values are not encrypted.

Generated using TypeDoc