Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecretReference

SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

schema

io.k8s.api.core.v1.SecretReference

Hierarchy

  • SecretReference

Index

Properties

Properties

Optional Readonly name

name: string

Name is unique within a namespace to reference a secret resource.

schema

io.k8s.api.core.v1.SecretReference#name

Optional Readonly namespace

namespace: string

Namespace defines the space within which the secret name must be unique.

schema

io.k8s.api.core.v1.SecretReference#namespace

Generated using TypeDoc