binaryData

@JvmName(name = "aqpssfnwbmolbjnv")
suspend fun binaryData(value: Output<Map<String, String>>)
@JvmName(name = "klskmxxqsdwtaxwd")
suspend fun binaryData(value: Map<String, String>?)

Parameters

value

BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.


@JvmName(name = "xmfjpdffstinsowe")
fun binaryData(vararg values: Pair<String, String>)

Parameters

values

BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.