ConfigMapKeySelectorPointer

io.k8s.api.core.v1.ConfigMapKeySelectorPointer
final case class ConfigMapKeySelectorPointer(currentPath: PointerPath) extends Pointer[ConfigMapKeySelector]

Pointer for ConfigMapKeySelector

Attributes

Source
ConfigMapKeySelectorPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def key: Plain[String]
def name: Plain[String]
def optional: Plain[Boolean]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product