Kazan v0.11.0 Kazan.Apis.Core.V1.SecretReference View Source

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

OpenAPI Definition: io.k8s.api.core.v1.SecretReference

Properties

  • name :: String

    • Name is unique within a namespace to reference a secret resource.
  • namespace :: String

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

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.SecretReference{
  name: String.t(),
  namespace: String.t()
}