DataMap

dev.hnaderi.k8s.DataMap$
object DataMap extends DataMapPlatform

Utility for filling data in ConfigMap or Secret

Attributes

Source:
DataMap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DataMap.type

Members list

Concise view

Value members

Concrete methods

String data map, useful for ConfigMap data and Secret stringData

String data map, useful for ConfigMap data and Secret stringData

Attributes

Note:

this is not a safe operation and might have side effects and throw exceptions too

Source:
DataMap.scala

Binary base64 encoded data map, useful for ConfigMap binaryData and Secret data

Binary base64 encoded data map, useful for ConfigMap binaryData and Secret data

Attributes

Note:

this is not a safe operation and might have side effects and throw exceptions too

Source:
DataMap.scala

Binary base64 encoded data map, useful for ConfigMap binaryData and Secret data

Binary base64 encoded data map, useful for ConfigMap binaryData and Secret data

Attributes

Note:

this is not a safe operation and might have side effects and throw exceptions too

Source:
DataMap.scala

String data map, useful for ConfigMap data and Secret stringData

String data map, useful for ConfigMap data and Secret stringData

Attributes

Note:

this is not a safe operation and might have side effects and throw exceptions too

Source:
DataMap.scala

Inherited methods

Binary data map from all files in a directory, keys are file names and values are file content

Binary data map from all files in a directory, keys are file names and values are file content

Attributes

Note:

this is not a safe operation and might have side effects and throw exceptions too

Inherited from:
DataMapPlatform
Source:
DataPlatform.scala
def fromDir(path: File): Map[String, String]

String data map from all files in a directory, keys are file names and values are file content

String data map from all files in a directory, keys are file names and values are file content

Attributes

Note:

this is not a safe operation and might have side effects and throw exceptions too

Inherited from:
DataMapPlatform
Source:
DataPlatform.scala