Options
All
  • Public
  • Public/Protected
  • All
Menu

SecretVolumeSource adapts a Secret into a volume.

export
interface

V1SecretVolumeSource

Hierarchy

  • V1SecretVolumeSource

Index

Properties

optional?: boolean

Specify whether the Secret or it's keys must be defined

memberof

V1SecretVolumeSource

secretName?: string

Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

memberof

V1SecretVolumeSource

volumeLabel?: string

The volume label of the resulting disk inside the VMI. Different bootstrapping mechanisms require different values. Typical values are "cidata" (cloud-init), "config-2" (cloud-init) or "OEMDRV" (kickstart).

memberof

V1SecretVolumeSource

Generated using TypeDoc