SecretKeySelector

com.coralogix.zio.k8s.model.core.v1.SecretKeySelector
See theSecretKeySelector companion object
case class SecretKeySelector(key: String, name: Optional[String], optional: Optional[Boolean])

SecretKeySelector selects a key of a Secret.

Value parameters

key

The key of the secret to select from. Must be a valid secret key.

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

optional

Specify whether the Secret or its key must be defined

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The key of the secret to select from. Must be a valid secret key.

The key of the secret to select from. Must be a valid secret key.

This effect always succeeds, it is safe to use the field key directly.

Attributes

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Attributes

Specify whether the Secret or its key must be defined

Specify whether the Secret or its key must be defined

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product