object DataMap extends DataMapPlatform
- Alphabetic
- By Inheritance
- DataMap
- DataMapPlatform
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(values: (String, Data)*): Map[String, String]
String data map, useful for
ConfigMap
data andSecret
stringDataString data map, useful for
ConfigMap
data andSecret
stringData- Note
this is not a safe operation and might have side effects and throw exceptions too
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
binary(values: (String, Data)*): Map[String, String]
Binary base64 encoded data map, useful for
ConfigMap
binaryData andSecret
dataBinary base64 encoded data map, useful for
ConfigMap
binaryData andSecret
data- Note
this is not a safe operation and might have side effects and throw exceptions too
-
def
binaryFrom(values: Map[String, Data]): Map[String, String]
Binary base64 encoded data map, useful for
ConfigMap
binaryData andSecret
dataBinary base64 encoded data map, useful for
ConfigMap
binaryData andSecret
data- Definition Classes
- DataMap → DataMapPlatform
- Note
this is not a safe operation and might have side effects and throw exceptions too
-
def
binaryFromDir(path: File): Map[String, String]
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
- Definition Classes
- DataMapPlatform
- Note
this is not a safe operation and might have side effects and throw exceptions too
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
from(values: Map[String, Data]): Map[String, String]
String data map, useful for
ConfigMap
data andSecret
stringDataString data map, useful for
ConfigMap
data andSecret
stringData- Definition Classes
- DataMap → DataMapPlatform
- Note
this is not a safe operation and might have side effects and throw exceptions too
-
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
- Definition Classes
- DataMapPlatform
- Note
this is not a safe operation and might have side effects and throw exceptions too
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()