SecretReference

case class SecretReference(name: Optional[String], namespace: Optional[String])

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

Value parameters:
name

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

namespace

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

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

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

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product